Plasma / block
Plasma block lookup
Look up any Plasma block on Plasma Explorer. tx.taxi detects the format, picks the right Plasma explorer, and redirects.
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. On this page: Plasma block lookups specifically.
How it works
- Copy your
Plasma block(e.g. a block height or hash). - Paste into the search above or visit
tx.taxi/<your-block>directly. - tx.taxi detects the Plasma format and redirects to Plasma Explorer.
Live blocks
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.