Skip to content
Get started

POL · Account model · since 2020

Polygon blockchain explorers, checkpoints and the POL rename

Polygon PoS is a sidechain, not a rollup, and that distinction explains both its speed and why moving assets back to Ethereum takes longer than you would expect.

Updated 17 September 2026 · 4 explorers compared · How we test
Ticker
POL
Launched
2020
Block time
about 2 seconds
State model
Account
Live lookup here
Not yet

Account: Each address holds a running balance that transactions debit and credit.

The best Polygon explorers

Polygon is widely indexed and no explorer here is bad. The choice matters considerably less than knowing which tab holds the data you are looking for, because the single most common Polygon question — why does my address show nothing when I received tokens — is answered by looking somewhere else on the same page rather than by switching tools.

  1. 1

    The default. Copes well with very high-volume addresses, and the filters and CSV export do real work at this scale.

    Free tier, key required Full review
  2. 2

    Open source, with instances covering Polygon. The option if you would rather verify than trust.

    Free tier, key required Open source Full review
  3. 3

    OKLink

    3.7 /5

    Address labelling, useful on a chain with a lot of contract activity and little naming.

    Free tier, key required Full review
  4. 4

    3xpl

    4.1 /5

    Fast and keyless, works without JavaScript.

    Free, no key No-JS Full review

Checkpointing: the security model nobody explains

Polygon PoS is a sidechain with its own validator set, not a rollup. It produces blocks independently and periodically commits a checkpoint — a Merkle root of recent blocks — to a contract on Ethereum.

The distinction matters. A rollup posts its transaction data to Ethereum, so anyone can reconstruct and verify the chain from L1 alone. Polygon PoS posts a summary. Ethereum knows what Polygon claims happened; it cannot independently verify it. Security rests on Polygon's own validator set, with checkpoints providing a settlement anchor rather than a proof.

For everyday use this is irrelevant. For bridge withdrawals it is the entire timeline: a withdrawal cannot complete on Ethereum until the checkpoint covering it has been submitted, which is why withdrawals take far longer than the block time implies.

PolygonScan has the checkpoint data. It does not connect it to the withdrawal experience anywhere a confused user would find it, which is why this section exists.

MATIC, POL and the confusion that followed

Polygon's native token migrated from MATIC to POL in 2024. The token contract changed, the ticker changed, and a great deal of documentation, tooling and third-party content did not.

The practical consequences are ordinary but persistent. Older guides reference MATIC. Some interfaces still display the old symbol. And — the part that matters — a token named MATIC may now refer to the legacy contract, the new one, or something entirely unrelated that somebody deployed to exploit the confusion.

The rule that always applies: verify the contract address, never the displayed name. Token names and symbols are arbitrary strings chosen at deployment and are not unique. This is true on every EVM chain and it is the single most reliable defence against token impersonation.

It is worth applying the same scepticism to any figure quoted about Polygon supply or market data from before the migration. The numbers may be accurate and refer to a different token.

Reading an address with a hundred thousand transactions

Polygon fees are small fractions of a penny, which means applications transact freely in ways they never would on Ethereum. Gaming contracts, loyalty schemes and micro-payment systems generate address histories in the hundreds of thousands.

PolygonScan copes with this better than you might expect. The filters work, pagination holds, and CSV export exists — which for reconciliation or accounting is often the only practical route, since no amount of scrolling gets you through a year of activity.

Three things worth knowing when wading through one. Internal transactions are on their own tab and are where contract-to-contract value movement appears, so a main transaction list can look almost empty while significant value moved. Token transfers are likewise separate, because they are log events rather than transaction fields. And the date filter is the tool to reach for first — narrowing to a window before doing anything else turns an impossible page into a manageable one.

If you need heavy historical extraction rather than a lookup, an explorer API is the wrong tool entirely. Dune or a self-hosted Blockscout against an archive node will serve you better than paginating through REST for an afternoon.

API notes

Chain ID 137 on the Etherscan V2 API. Same key, same shape, same shared per-second limit across every chain you query.

Pagination discipline matters more here than anywhere else we cover. An address with a hundred thousand transactions returns in pages, and a naive loop will exhaust your daily allowance on a single address. Use startblock and endblock to narrow, and cache — historical blocks do not change.

The keyless alternatives worth knowing are Blockchair and 3xpl, both of which index Polygon and both of which send permissive CORS headers so they can be called from browser code. Our API comparison covers where each is the right answer.

Polygon PoS, zkEVM and the naming problem

"Polygon" refers to several distinct networks, and choosing the wrong explorer for the one you are on is a common and entirely understandable mistake.

Polygon PoS is the original sidechain, chain ID 137, and is what almost everyone means. It has its own validators and checkpoints to Ethereum.

Polygon zkEVM is a separate validity rollup with its own chain ID, its own bridge and its own explorer. Assets on one are not assets on the other, and a contract deployed to PoS does not exist on zkEVM.

There have also been various supporting chains and testnets over the years, each with its own tooling. The naming does not help: the marketing treats them as one product and the chains treat them as unrelated networks.

The practical check takes ten seconds. Look at the chain ID your wallet reports and confirm it matches the explorer you have open. If a transaction "does not exist", that mismatch is the first hypothesis to test — well before concluding that anything has gone wrong.

The same caution applies to bridges. Moving assets between PoS and zkEVM is a cross-chain operation with two transactions and two identifiers, exactly like moving between Ethereum and either of them. It is not an internal transfer, however similar the branding makes it look.

Our page on Base covers the rollup settlement model in more detail, and the distinction between a rollup and a sidechain is the thing worth carrying between the two pages.

Polygon explorers: common questions

Is Polygon a layer 2 or a sidechain?

Polygon PoS is a sidechain with its own validator set that checkpoints to Ethereum. It does not post full transaction data to Ethereum, which is what distinguishes it from a rollup such as Base or Arbitrum.

Why is my Polygon bridge withdrawal slow?

Because it cannot complete on Ethereum until the checkpoint covering your transaction has been submitted. That is unrelated to Polygon’s two-second block time.

What happened to MATIC?

The native token migrated to POL in 2024. The contract and ticker changed; much third-party content did not. Always verify a token by its contract address rather than its displayed name.

Why does my address show no transactions when I received tokens?

Token transfers are log events and appear on the token transfers tab. Contract-to-contract value movement appears under internal transactions. Both are separate from the main list.

Do I need a separate PolygonScan API key?

No. The Etherscan V2 key covers Polygon with chainid=137.

Which Polygon network am I on?

Check the chain ID your wallet reports. Polygon PoS is 137; Polygon zkEVM is a separate network with its own ID, its own bridge and its own explorer. A transaction that “does not exist” is very often a chain-ID mismatch rather than a problem.

Are Polygon and Ethereum addresses the same?

The address format is identical and the same address works on both. Contracts are not — a contract on Ethereum does not exist at the same address on Polygon unless someone deliberately deployed it there.

Should I use PolygonScan or Blockscout?

PolygonScan for familiarity, the approval checker and CSV export at high volume. Blockscout if you would rather read how a figure is computed than trust an index you cannot inspect. Both cover Polygon PoS completely; neither explains checkpointing, which is the thing most likely to confuse you.

Live network data

Read from public nodes right now

BTC block height

0000000

Next-block fee

0000000

Mempool backlog

0000000

ETH block height

0000000

Next difficulty

0000000

Solana slot

0000000

Live from public node APIs · updates on load ·
Any percentage shown is Bitcoin's next mining difficulty retarget, a protocol parameter. It is not an asset price or a measure of investment performance.