Scroll / transaction
Scroll transaction lookup
Look up any Scroll transaction on Scrollscan. tx.taxi detects the format, picks the right Scroll explorer, and redirects.
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. On this page: Scroll transaction lookups specifically.
How it works
- Copy your
Scroll transaction(e.g. the transaction hash from your wallet). - Paste into the search above or visit
tx.taxi/<your-transaction>directly. - tx.taxi detects the Scroll format and redirects to Scrollscan.
Live transactions
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.