BNB Smart Chain / block

BNB Smart Chain block lookup

Look up any BNB Smart Chain block on BscScan. tx.taxi detects the format, picks the right BNB Smart Chain explorer, and redirects.

BNB Smart Chain is an EVM-compatible chain that uses the same 0x-prefixed address and hash formats as Ethereum, so the same value can be valid on multiple chains. tx.taxi's configured primary BSC explorer is BscScan, widely used for BEP-20 token transfers, contract verification, and validator activity. Paste a BSC address, transaction hash, block hash, or block number at tx.taxi/{value} and the router classifies the format and 302-redirects to the matching /address/, /tx/, or /block/ page on BscScan. The same pipeline is exposed at /api/v1/resolve for programmatic use. On this page: BNB Smart Chain block lookups specifically.

How it works

  1. Copy your BNB Smart Chain block (e.g. a block height or hash).
  2. Paste into the search above or visit tx.taxi/<your-block> directly.
  3. tx.taxi detects the BNB Smart Chain format and redirects to BscScan.

Live blocks

block 1

Frequently asked questions

What does a BNB Smart Chain address look like?

BSC addresses share the EVM format: '0x' followed by 40 hex characters, 42 characters total. The same address string can hold balances on Ethereum, Polygon, BSC, and other EVM chains, so picking the right chain matters.

Is BscScan the same product as Etherscan?

BscScan is built by the Etherscan team and shares much of the same UI and feature set, configured for BNB Smart Chain data. tx.taxi routes BSC values straight to BscScan rather than the Ethereum-only Etherscan.

How do I tell if a 0x address belongs on BSC versus another EVM chain?

You usually cannot tell from the address alone. tx.taxi defaults EVM addresses to a multichain view so you can pick the right chain. For values clearly tied to BSC, BscScan is the configured explorer.

Related