EVM ยท ETH

Scroll block explorer

Look up Scroll addresses, transactions, and blocks - routed live to Scrollscan.

Scroll is an Ethereum zkEVM L2 rollup that uses the standard EVM address and hash formats. tx.taxi's configured primary Scroll explorer is Scrollscan, run by the Etherscan team for Scroll mainnet, with contract verification, L2 receipts, and bridge tracking. Paste a Scroll address, transaction hash, block hash, or block number at tx.taxi/{value} and the router classifies the value and 302-redirects to the matching /address/, /tx/, or /block/ page on Scrollscan. Because Scroll shares the EVM format with Ethereum, the same address string can be valid on both chains.

Lookup Scroll by type

Scroll explorers

Category
evm
Native symbol
ETH
Configured explorers
1
Object types
address, tx, block

Live examples

Try a real Scroll lookup. tx.taxi will route it straight to the configured explorer.

Frequently asked questions

What kind of L2 is Scroll?

Scroll is a zkEVM rollup, meaning it generates zero-knowledge validity proofs of L2 execution that are verified on Ethereum L1. EVM compatibility is preserved at the bytecode level.

Does Scroll use the same address format as Ethereum?

Yes. Scroll uses the EVM address format: '0x' followed by 40 hex characters. The same string can also be valid on Ethereum and other EVM chains.

Is Scrollscan operated by the Etherscan team?

Scrollscan shares the Etherscan UI conventions and feature set, configured for Scroll data. tx.taxi uses it as the configured primary destination.

Can I look up an L1-to-L2 bridge deposit on Scrollscan?

Scrollscan presents L2 transactions and references the corresponding L1 events for deposits and withdrawals where applicable.

Related