Ethereum / address

Ethereum address lookup

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

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. On this page: Ethereum address lookups specifically.

How it works

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

Live addresses

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.

Related