Monad / transaction
Monad transaction lookup
Look up any Monad transaction on MonadScan. tx.taxi detects the format, picks the right Monad explorer, and redirects.
Monad is an EVM-compatible L1 designed for parallel execution. It uses the same 0x-prefixed address and hash formats as Ethereum and other EVM chains. tx.taxi's configured primary Monad explorer is MonadScan, with contract verification, token transfers, and block-level inspection. Paste a Monad 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 MonadScan. Because Monad shares the EVM format with Ethereum, the same string may also be valid on other chains, so chain context matters. On this page: Monad transaction lookups specifically.
How it works
- Copy your
Monad 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 Monad format and redirects to MonadScan.
Live transactions
Frequently asked questions
Is Monad an L1 or an L2?
Monad is an L1 chain with its own consensus, not a rollup on top of Ethereum. It targets EVM bytecode compatibility while changing the underlying execution model.
Does Monad use the same address format as Ethereum?
Yes. Monad uses the EVM address format: '0x' followed by 40 hex characters. The same address string may be valid on other EVM chains, so chain context matters when looking it up.
Is MonadScan operated by the Etherscan team?
MonadScan shares the Etherscan UI conventions and tooling, configured for Monad. tx.taxi uses it as the configured primary destination for Monad lookups.