How to Check Any Wallet Balance on BNB Smart Chain
Home › Guides · By BscScan.Support Editorial · 3 min read · Updated July 2026
One of the most useful properties of a public blockchain: every balance is visible to everyone, always. You don't need to own an address, connect a wallet, or create an account to look one up.
Looking up an address
Paste any BSC address — 42 characters starting with 0x — into the search bar above. The address page shows three live facts: the current BNB balance (with its dollar value), the transaction count (technically the nonce — how many transactions this address has ever sent), and whether the address is a wallet or a smart contract.
Wallet vs. contract — why it matters
An externally owned account is a normal wallet controlled by a private key. A smart contract is code deployed on-chain, controlled by its programming. Before sending tokens to an address someone gave you, this check matters: sending tokens directly to certain contracts (like a token's own contract address) can lose them permanently. If you expect a person's wallet and the explorer says "Smart Contract," stop and verify.
What balances can and can't tell you
The BNB balance shown is the native coin only. BEP-20 token balances (USDT, CAKE, and thousands of others) live inside each token's own contract, which is why full token portfolios require an indexer service rather than a direct node query. The balance also can't tell you who owns the address — the chain is pseudonymous. What it proves absolutely is what the address holds right now, which is exactly what you need when someone claims to be a "whale," a project claims a treasury, or you want to confirm your own funds arrived.
A common safety use
Before sending a large amount to a new address, send a tiny test amount first, then check the recipient address on the explorer to confirm it arrived where you intended. Ten seconds of checking beats an irreversible mistake.
Frequently asked questions
Can I see who owns an address?
No. The chain records addresses, not identities. Ownership can only be proven by the holder signing a message with the address's private key.
Why does my wallet show tokens the explorer's balance doesn't?
The address page shows native BNB only. Token balances live inside each token's contract; your wallet queries those contracts individually.