Skip to content
Get started

BNB · Account model · since 2020

BNB Chain explorers, and the one tool you should actually use

Fees so low that spam is effectively free. That single property shapes what you need from a BNB Chain explorer, and it is not the same thing you need on Ethereum.

Updated 17 September 2026 · 4 explorers compared · How we test
Ticker
BNB
Launched
2020
Block time
under 1 second
State model
Account
Live lookup here
Not yet

Account: Each address holds a running balance that transactions debit and credit.

The best BNB Smart Chain explorers

BscScan is the default and the alternatives exist for cross-checking and labelling. What matters more than the choice is knowing which feature to use.

  1. 1

    BscScan

    3.7 /5

    The default. Etherscan tooling on a noisier chain, and the token approval checker is close to essential rather than optional.

    Free tier, key required Full review
  2. 2

    OKLink

    3.7 /5

    Better address labelling, useful when you are trying to work out which contract is which.

    Free tier, key required Full review
  3. 3

    The open-source option, with instances covering BNB Chain.

    Free tier, key required Open source Full review
  4. 4

    Broad multi-chain coverage, shallow depth. A fallback rather than a recommendation.

    Free tier, key required Full review

The chain shapes the tool

BNB Smart Chain produces blocks in under a second and charges fees that round to nothing in pounds. Those two properties made it popular, and they also made it the cheapest place in crypto to run a spam campaign.

The result is visible the moment you open any active address. Alongside genuine holdings you will find dozens of tokens nobody asked for, airdropped by contracts whose only purpose is to appear in your wallet, show an enticing value, and lead you to a website that drains your approvals.

The chain does not distinguish between a real token transfer and a malicious one, because at the protocol level there is no difference. So the skills BNB Chain actually demands are filtering and scepticism rather than the contract archaeology that dominates Ethereum work.

It is worth noting the contrast with chains that require explicit opt-in to hold an asset — XRP Ledger trust lines, Stellar trustlines, Hedera token association. On every one of those, unsolicited token spam is structurally impossible. Every chain that does not require opt-in has a serious problem with it.

Token approvals: the habit worth building

When you interact with any decentralised exchange, you grant its contract permission to move a specific token from your address. That approval is usually unlimited in amount and unlimited in duration, and it persists until you revoke it — long after you have forgotten the protocol existed.

On a chain where people try dozens of new protocols because the fees are negligible, these accumulate fast. Ordinary wallets routinely carry forty or more live approvals, several to contracts that no longer have a working front end and at least one to something later exploited.

BscScan's token approval checker lists every live approval on an address, the contract holding it and the amount. Revoking costs a small fee and closes that door permanently.

Check it quarterly, revoke anything you do not currently use, and treat unlimited approvals to unaudited contracts as a standing risk rather than a past decision. When a protocol is exploited, the people who lose money are frequently those who approved it years earlier and never thought about it again.

Verified is not safe

A verified contract means the published source compiles to the deployed bytecode. It says nothing about whether the code is honest. Plenty of contracts on this chain are verified, readable, and contain an owner function that can mint without limit or block transfers. Verification is a precondition for judging a contract, not a judgement. See our guide on checking a contract before you sign.

Making an address page readable

A busy BNB Chain address is unreadable by default. Three habits make it manageable.

Use the token filter on the transfers tab rather than scrolling. If you know which token you care about, filter to it and the noise disappears.

Treat any token you do not recognise as hostile until proven otherwise, and specifically do not visit a website named in a token's metadata. That is the delivery mechanism, not a coincidence.

And when checking whether a payment arrived, verify the contract address rather than the token name. Token names are strings chosen by whoever deployed the contract and are not unique. A token displaying as "USDT" with a contract address that is not Tether's is a different asset entirely, and this is the most common way people are convinced a payment landed when it did not.

That last point applies on every EVM chain. It matters most here because the volume of impersonation attempts is highest.

API notes

BNB Chain is chain ID 56 on the Etherscan V2 API, so one free key covers it alongside Ethereum, Base, Arbitrum, Polygon and around fifty-five other networks.

The endpoint you will use most is tokentx, because on an EVM chain token movements are log events rather than transaction fields. Query the wrong endpoint and you will see an address with almost no activity that in fact has thousands of transfers — the same trap the interface sets on the web.

The free tier is five calls a second and 100,000 a day, shared across every chain you query on that key rather than granted per chain. If you are polling BNB Chain alongside Ethereum, that ceiling arrives sooner than people plan for.

Our API comparison has working examples and covers the keyless alternatives for anyone who cannot hold a secret — a browser extension or a static site, for instance.

Practical notes for BNB Chain users

Beyond approvals and spam filtering, three things are worth knowing.

Addresses are Ethereum-format. The same address works on BNB Chain, Ethereum and every other EVM network, which makes sending to the right address on the wrong chain a genuine and common error. On BNB Chain specifically, funds sent this way are usually recoverable if you control the address, because you control it on every EVM chain — but recovering them requires adding the network to your wallet and understanding what happened, which is not obvious in the moment.

BEP-20 and BEP-2 are different. BEP-20 is the BNB Smart Chain token standard and behaves like ERC-20. BEP-2 was the older BNB Beacon Chain standard with a different address format entirely. Old guides and old exchange interfaces occasionally still reference it, and the two are not interchangeable.

Validator count is small. BNB Smart Chain runs proof-of-staked-authority with a limited active validator set. That is what makes sub-second blocks and negligible fees possible, and it is a real decentralisation trade-off rather than a free win. Whether it matters depends entirely on what you are doing.

The explorer will show you none of this context, which is the pattern across every chain page on this site: the data is accurate and the interpretation is left entirely to you.

BNB Smart Chain explorers: common questions

How do I revoke a token approval on BNB Chain?

Open the token approval checker on BscScan, connect your wallet, find the approval and revoke it. It costs a small network fee. Doing this quarterly is the highest-value habit available on this chain.

Why does my wallet show tokens I never bought?

Anyone can send a token to any address, and on a chain this cheap that is a standard scam delivery method. Do not interact with them and do not visit websites named in their metadata. They are safe to ignore.

Does a verified contract mean a token is safe?

No. Verification proves the published source matches the deployed bytecode. It says nothing about whether the code behaves honestly, and verified contracts with unlimited mint functions are common here.

Do I need a separate BscScan API key?

No. The Etherscan V2 key covers BNB Smart Chain with chainid=56 on the same key and the same shared rate limit.

Is BscScan run by Binance?

No. BscScan is operated by Etherscan Ltd, which is why the interface and API are identical to Etherscan’s.

I sent BNB to the right address on the wrong chain.

Because EVM addresses are identical across networks, you control that address on every EVM chain. Recovery usually means adding the correct network to your wallet. It is recoverable, unlike sending across incompatible address formats.

What is the difference between BEP-2 and BEP-20?

BEP-20 is the BNB Smart Chain standard and behaves like ERC-20. BEP-2 was the older Beacon Chain standard with a different address format. They are not interchangeable, and old guides still reference the latter.

Live network data

Read from public nodes right now

BTC block height

0000000

Next-block fee

0000000

Mempool backlog

0000000

ETH block height

0000000

Next difficulty

0000000

Solana slot

0000000

Live from public node APIs · updates on load ·
Any percentage shown is Bitcoin's next mining difficulty retarget, a protocol parameter. It is not an asset price or a measure of investment performance.