EVM ยท XPL
Plasma block explorer
Look up Plasma addresses, transactions, and blocks - routed live to Plasma Explorer.
Plasma is an EVM-compatible chain with XPL as its native gas token, so addresses and transaction hashes use the same 0x-prefixed hex format you already know from Ethereum. Because EVM formats are ambiguous across chains, tx.taxi treats Plasma as a configured route: paste any 0x value at tx.taxi/{value} and the router classifies it as an address, tx hash, or block and 302-redirects you to the matching page on Plasma Explorer. The same routing logic is exposed through the /api/v1/resolve JSON endpoint if you want to embed it in a wallet, bot, or dashboard.
Lookup Plasma by type
Plasma explorers
- Plasma Explorer priority 100
Live examples
Try a real Plasma lookup. tx.taxi will route it straight to the configured explorer.
1
Frequently asked questions
What format do Plasma addresses use?
Plasma is EVM-compatible, so addresses are 42 characters: '0x' followed by 40 hex characters. Plasma transaction hashes are 0x-prefixed 64-character hex strings, identical in shape to Ethereum hashes.
Why does tx.taxi need a chain picker for EVM addresses?
An EVM address can exist on dozens of chains at once. tx.taxi configures Plasma as a specific route so XPL-related lookups land on Plasma Explorer rather than a generic EVM aggregator.
Can I look up XPL transfers with tx.taxi?
Yes. Native XPL transfers, contract calls, and token transactions all live under the same tx hash format. Paste the hash at tx.taxi and you land on the Plasma Explorer tx page.
What is the native token of Plasma?
Plasma's native gas and staking token is XPL. Balances and transaction fees on Plasma Explorer are denominated in XPL.