Berachain / address

Berachain address lookup

Look up any Berachain address on Berascan. tx.taxi detects the format, picks the right Berachain explorer, and redirects.

Berachain is an EVM-compatible L1 with a proof-of-liquidity consensus model, and its on-chain identifiers use the standard 0x-prefixed EVM format. tx.taxi's configured primary Berachain explorer is Berascan, with contract verification, token transfers, and validator views. Paste a Berachain address, transaction hash, block hash, or block number at tx.taxi/{value} and the router classifies the format and 302-redirects to /address/, /tx/, or /block/ on Berascan. Because Berachain shares the EVM format with Ethereum, the same address may be valid on multiple chains, so picking the right destination matters. On this page: Berachain address lookups specifically.

How it works

  1. Copy your Berachain address (e.g. a wallet address).
  2. Paste into the search above or visit tx.taxi/<your-address> directly.
  3. tx.taxi detects the Berachain format and redirects to Berascan.

Live addresses

Frequently asked questions

Is Berachain EVM-compatible?

Yes. Berachain uses the EVM execution layer, so addresses are '0x' followed by 40 hex characters and transactions hash to 32-byte values like other EVM chains.

What is the native token on Berachain?

Berachain's native gas token is BERA. Other tokens like BGT and HONEY play roles in the chain's proof-of-liquidity design, but on the explorer they appear as regular ERC-20-style contracts.

Is Berascan operated by the Etherscan team?

Berascan shares the Etherscan UI conventions and feature set, configured for Berachain. tx.taxi uses it as the configured primary destination.

Related