Skip to content
Polygon·Explorer
EN
Network guide · Polygon PoS mainnet

Polygon PoS chain explorer: MATIC, POL and chain 137

Everything you need to explore Polygon PoS mainnet: how the chain is built, why every explorer switched from MATIC to POL, and how to read checkpoints, state syncs and system contracts.

Licensed partner exchange · FinCEN-registered MSB · PCI DSS Level 1

Updated: 7 min read Reviewed by the Polygon Explorer editorial team
POL price

 

Gas (avg)

Avg block time

Tx yesterday

Total transactions

Addresses

Live · polygon.blockscout.com

POL price

 

Gas (avg)

Avg block time

Tx yesterday

Total transactions

Addresses

Live · polygon.blockscout.com

A Polygon PoS explorer is a search engine for Polygon's main chain, chain ID 137. You paste a transaction hash, address or block number and see what happened on-chain. PolygonScan, Blockscout and OKLink all cover it, and our live Polygon explorer checks any PoS transaction in seconds. Since September 2024 they all show the native token as POL rather than MATIC.

The live numbers above come from Blockscout's Polygon instance: POL price, average gas, block time, yesterday's transaction count and the total number of addresses seen. On the day we updated this page, that last figure was close to a billion, and the chain was processing five to six million transactions a day.

137Chain ID (hex 0x89)
~2 sAverage block time
~5 sFinality since Heimdall v2
POLGas token since Sep 2024

How the Polygon PoS chain is built

Polygon PoS is an EVM-compatible proof-of-stake chain that periodically anchors its state to Ethereum. Under the hood it has two layers, and knowing which one you're looking at explains most of the "why can't I find this?" questions we get.

Bor: the block producer

Bor is the execution layer. It produces a block roughly every two seconds, runs the EVM and holds all the transactions, balances and contracts you see in an explorer like PolygonScan.

Heimdall: the consensus layer

Heimdall manages the validator set and staking, and submits checkpoints: compact proofs of ranges of Bor blocks, written to Ethereum. It has its own API and explorers.

When you search a transaction hash in a Polygon PoS chain explorer, you're reading Bor data. Validators, staking and checkpoints live on Heimdall, and ordinary block explorers show only fragments of them. Our Heimdall checkpoints explorer reads that layer directly, with the latest checkpoint, the Bor block range it covers and the active validator set.

Staking itself happens on Ethereum: validators and delegators stake POL through contracts on Ethereum mainnet, and Heimdall watches those contracts. That's why staking transactions show up on Etherscan, not on a Polygon explorer, which surprises a lot of first-time delegators.

Polygon PoS network specs at a glance

ParameterValue
Network namePolygon PoS (formerly Polygon Mainnet / Matic)
Chain ID137 (0x89)
Native / gas tokenPOL
POL token address on PoS0x…1010 system contract
Block timeAbout 2 seconds
FinalityDeterministic, about 5 seconds
Settlement anchorCheckpoints to Ethereum
ConsensusHeimdall v2 (CometBFT, Cosmos SDK)
Default explorerpolygonscan.com

For RPC endpoints and the exact values to paste into MetaMask, use our Polygon network settings page, which has one-click "add network" buttons and endpoints we tested this month.

From MATIC to POL: why explorers changed the token name

If you used Polygon before autumn 2024, you remember MATIC. Every explorer showed balances in MATIC, fees were paid in MATIC, and "Matic explorer" was a common search. So what happened?

On 4 September 2024, Polygon began migrating from MATIC to POL. On Polygon PoS, the native token (the one held at the system address 0x0000000000000000000000000000000000001010) was switched to POL. Balances carried over one-to-one, with no action needed from users holding tokens on the PoS chain. POL became the gas token and the staking token, and explorers updated their labels.

That's why a Polygon MATIC explorer search today lands you on an explorer that says POL everywhere. Nothing is broken. PolygonScan's "POL balance" for an old wallet is exactly what used to be its MATIC balance.

Ethereum MATIC is a different case. MATIC held as an ERC-20 token on Ethereum mainnet did not change automatically. It can still be migrated to POL through the Polygon Portal. If your old MATIC sits on Ethereum or on an exchange, check there, not on a Polygon explorer.

Searching old MATIC transactions

Every pre-2024 transaction is still on-chain and searchable. A few tips from our tests:

  • Search by hash as usual. A 2021 transfer opens on PolygonScan, Blockscout and OKLink just like a new one. The value and fee now display with the POL symbol, but the amounts are the historical amounts.
  • USD values are recalculated. Some explorers show the dollar value at today's POL price, others at the historical price. For tax records or disputes, note the date and look up the historical rate separately.
  • Old tutorials use old names. Guides that mention "MATIC for gas" or the polygon-rpc.com endpoint are out of date. That RPC now returns an authentication error.
  • Wrapped MATIC became WPOL. The wrapped native token at 0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270 is now labelled WPOL in most explorers.

Polygon PoS upgrades: Heimdall v2, Bhilai and Rio

The PoS chain changed more between mid-2025 and late 2025 than in the previous three years. These upgrades affect what you see in a Polygon PoS explorer: faster confirmation, bigger blocks and new transaction types.

Sep 2024

MATIC → POL migration begins. POL becomes gas and staking token on PoS.

Jul 2025

Bhilai hard fork: higher gas limit, 1,000+ TPS target, EIP-7702-style account features.

10 Jul 2025

Heimdall v2 goes live on CometBFT and Cosmos SDK v0.50. Finality drops to about 5 seconds.

Oct 2025

Rio upgrade: Validator-Elected Block Producer (VEBloP) and witness-based stateless validation, aiming at ~5,000 TPS and reorg-free blocks.

For users, Heimdall v2 is the upgrade that matters most. Before July 2025, finality took one to one and a half minutes, and exchanges often waited for hundreds of blocks before crediting deposits. Now a transaction is final within seconds.

Bhilai raised capacity and brought account-abstraction features, so you'll increasingly see transactions sent by one address on behalf of another. Rio changed block production: an elected producer builds blocks, and other nodes can verify them with witnesses instead of holding full state. The practical result is that reorgs, which used to make explorers briefly show a transaction and then "lose" it, are essentially gone. You'll see very large blocks too: on 25 September 2026 we observed blocks with a 160 million gas limit. Official details are in the Polygon PoS documentation.

Glowing orange network of connected blocks illustrating a Polygon PoS chain explorer view
Every Bor block is eventually covered by a Heimdall checkpoint written to Ethereum.

Which explorers cover Polygon PoS?

Every major explorer covers Polygon PoS mainnet, but they're built for different jobs. We tested the same USDC transfer on each in September 2026.

ExplorerStrengthAPI
PolygonScanMost complete, contract toolsEtherscan V2, key needed
BlockscoutOpen source, decoded dataFree, no key for light use
OKLinkMulti-chain labelsKey required
3xplFast, minimalYes
Our live explorerReceipts, QR, sharingUses Blockscout + RPC

There's no single official Polygon PoS explorer. Polygon's documentation lists several ecosystem explorers, and PolygonScan is the de facto default that MetaMask uses. For our scores and the reasons behind them, see the ranking of the best Polygon explorers. The in-depth reviews of PolygonScan and Blockscout cover their PoS features in detail.

Reading PoS-specific data: checkpoints, state sync and system contracts

Most of what you see on a Polygon explorer looks like Ethereum. A few things are unique to the PoS chain, and they confuse people when they first show up.

Checkpoints

Every so often, Heimdall validators agree on a range of Bor blocks and submit a checkpoint to Ethereum. A checkpoint is what makes a withdrawal from Polygon to Ethereum possible: your burn transaction on Polygon must be included in a checkpoint before you can exit on Ethereum. That's why withdrawals take 30 to 60 minutes or more, while deposits take about seven to eight minutes. Our bridge explorer guide explains how to track both directions.

State sync

State sync is how messages from Ethereum reach Polygon, most visibly bridge deposits. When you deposit via the PoS bridge, an event on Ethereum is picked up by Heimdall and delivered to Bor, where tokens are minted to your address. On Polygon, these deposits appear as incoming transfers that seem to come from nowhere: no normal sender paid gas for them. That's expected. Some explorers list state-sync transactions separately rather than in the regular transaction list.

System contracts

A handful of contracts live at low, round addresses and are part of the protocol itself. The one you'll meet most is 0x0000000000000000000000000000000000001010, the native POL token contract. It appears in token transfer logs whenever POL moves, and some explorers show a POL "transfer" event from it alongside the normal value field. Other system contracts at nearby addresses handle the validator set and state-sync receiving. You never need to interact with them directly.

If you still need POL for gas or USDC for a payment on Polygon PoS, buy it on a regulated exchange that holds licences in several jurisdictions and supports direct withdrawals to Polygon. Pick the Polygon PoS network, not Ethereum, when you confirm.

Common Polygon PoS explorer questions we get

"My tokens arrived on Ethereum instead of Polygon." Your address is the same on both chains, so a withdrawal sent on the wrong network lands on the same address on Ethereum. Search the hash on Etherscan. Our guide to checking a transaction shows how to tell which chain you're on.

"The explorer shows a transaction I didn't make." Usually a spam token airdrop or a zero-value "address poisoning" transfer designed to get you to copy a lookalike address. Ignore it and never copy addresses from your history without checking every character.

"Is 'Matic Mainnet' in my wallet still correct?" If the chain ID is 137 and the RPC works, yes. The name is cosmetic. We recommend renaming it to Polygon PoS and setting the currency symbol to POL so balances display correctly.

Frequently asked questions

What is the chain ID of Polygon PoS?

Polygon PoS mainnet uses chain ID 137, which is 0x89 in hexadecimal. Wallets and developer tools use it to tell Polygon apart from Ethereum (chain ID 1) and from the Amoy testnet (chain ID 80002). If your wallet shows a different chain ID for “Polygon”, the network entry is wrong and should be replaced with the official settings.

Is there still a Polygon MATIC explorer?

The same explorers still work; they just label the native token POL now. PolygonScan, Blockscout and OKLink show every historical transaction, including those paid in MATIC before September 2024, with the POL symbol. Search the old hash or address exactly as before. Only the name changed on Polygon PoS; amounts and history were preserved.

Why does my old MATIC balance now show as POL?

On Polygon PoS, the native gas token at address 0x0000000000000000000000000000000000001010 was switched from MATIC to POL during the migration that began on 4 September 2024. Balances converted one-to-one automatically, so nothing was lost. MATIC held as an ERC-20 on Ethereum is different: it must be migrated to POL via the Polygon Portal.

How fast is Polygon PoS finality in 2026?

Since the Heimdall v2 hard fork on 10 July 2025, Polygon PoS reaches deterministic finality in roughly five seconds, down from one to one and a half minutes before. Blocks arrive about every two seconds. For payment checks this means a transaction a few blocks deep can be treated as final.

Which explorer is best for Polygon PoS?

For everyday lookups and contract verification we recommend PolygonScan, run by the Etherscan team. For an open-source option with a free keyless API, use Blockscout. OKLink is useful if you track several chains. For fast checks with a shareable receipt, our own live explorer works without sign-up. See our full ranking for scores.

Keep exploring

Crypto partner

Holding POL or stablecoins? Get them the regulated way.

Our partner exchange has operated since 2013, is registered with FinCEN in the US, holds a DLT licence in Gibraltar and a VASP registration in Lithuania. Buy POL, USDC or USDT with a card and withdraw straight to your Polygon wallet.

  • FinCEN MSB
  • Gibraltar DLT
  • Lithuania VASP
  • PCI DSS L1
Create account Buy crypto

Crypto assets are volatile. Only invest what you can afford to lose.