Tron / address

Tron address lookup

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

Tron uses base58check-encoded addresses that begin with the letter T, distinct from EVM 0x addresses and from Solana's base58 keys. Transaction IDs on Tron are 64-character lowercase hex strings without a 0x prefix. tx.taxi's configured primary Tron explorer is TRONSCAN, used for TRC-20 transfers, energy and bandwidth tracking, and contract inspection. Paste a Tron address, transaction ID, or block height at tx.taxi/{value} and the router classifies the value and 302-redirects to the matching /#/address, /#/transaction, or /#/block page on TRONSCAN. On this page: Tron address lookups specifically.

How it works

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

Live addresses

Frequently asked questions

What does a Tron address look like?

A Tron mainnet address is a base58check-encoded string that starts with T and is 34 characters long. It encodes the same underlying public key hash but in a different format than Ethereum's 0x addresses.

How long is a Tron transaction ID?

A Tron txid is a 64-character lowercase hex string with no 0x prefix. Paste one at tx.taxi and you'll be routed to TRONSCAN's transaction page.

Are TRC-20 tokens looked up the same way as TRX?

Yes. A TRC-20 token has a Tron contract address that starts with T. Pasting it at tx.taxi opens the TRONSCAN token page with the holder list and recent transfers.

Related