EVM ยท ETH
Ethereum block explorer
Look up Ethereum addresses, transactions, and blocks - routed live to Etherscan.
Ethereum is the original EVM smart-contract chain and the one with the deepest block-explorer ecosystem. tx.taxi's configured primary Ethereum explorer is Etherscan, the most widely-linked explorer in crypto. Paste an Ethereum address, transaction hash, block hash, or block number at tx.taxi/{value} and the router classifies the format, picks Etherscan, and 302-redirects you straight to /address/, /tx/, or /block/ on Etherscan. Same routing brain powers the JSON API at /api/v1/resolve if you want to integrate the same logic in your wallet, bot, or dashboard.
Lookup Ethereum by type
Ethereum explorers
- Etherscan priority 100
Live examples
Try a real Ethereum lookup. tx.taxi will route it straight to the configured explorer.
Frequently asked questions
What does an Ethereum address look like?
An Ethereum address is 42 characters: '0x' followed by 40 hexadecimal characters. Mixed-case versions encode an EIP-55 checksum that wallets verify when you paste a value.
How do I find an Ethereum transaction hash?
Your wallet shows a transaction hash (sometimes labeled 'tx hash' or 'txid') right after you broadcast a transaction. It is a 0x-prefixed 64-character hex string. Paste it at tx.taxi/0x... and you'll land on the matching Etherscan page.
Can tx.taxi look up Ethereum smart contracts?
Yes. Smart contracts have ordinary Ethereum addresses, so tx.taxi routes them to Etherscan's contract page, which shows verified source (when available), the ABI, recent calls, and read/write functions.
Does tx.taxi support Ethereum testnets like Sepolia?
tx.taxi v1 routes mainnet addresses to Etherscan mainnet. Testnet support depends on the configured chain registry - see /chains for the current list.