Polygon / address

Polygon address lookup

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

Polygon PoS is an EVM-compatible sidechain that uses the same 0x-prefixed address and hash formats as Ethereum. tx.taxi's configured primary Polygon explorer is PolygonScan, widely used for ERC-20 transfers, contract verification, and validator activity. Paste a Polygon address, transaction hash, block hash, or block number at tx.taxi/{value} and the router classifies the format and 302-redirects to /address/, /tx/, or /block/ on PolygonScan. The native token migrated from MATIC to POL; the on-chain address format is unchanged. On this page: Polygon address lookups specifically.

How it works

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

Live addresses

Frequently asked questions

Is the Polygon address format the same as Ethereum?

Yes. Polygon PoS uses the EVM format: '0x' followed by 40 hex characters. The same string can be valid on Ethereum, Polygon, BSC, and other EVM chains, so chain context matters when looking it up.

Does PolygonScan cover Polygon zkEVM?

PolygonScan as configured here targets Polygon PoS. Polygon zkEVM is a separate chain with its own explorer surface.

Did Polygon's native token symbol change?

The native token symbol updated from MATIC to POL. The chain's on-chain address and hash formats did not change, so existing tools and explorers keep working with the same identifiers.

Related