TRON Address Converter
Easily convert TRON (TRX) wallet addresses between Base58Check and Hexadecimal formats.
* This tool performs real-time conversion for developers and advanced users.
Understanding TRON Address Formats
The TRON network utilizes two primary representations for wallet addresses:
- Base58: This is the user-friendly format you see in wallets (e.g., Ledger, TronLink). It always begins with the letter
Tand includes a checksum to prevent typing errors. - Hexadecimal (Hex): This is the raw format used by the TRON virtual machine (TVM) and smart contracts. A TRON Hex address typically starts with the prefix
41(which corresponds to the 0x41 byte).
Pro Tip: When interacting with TRON Smart Contracts via API or Web3 libraries, you will often need to provide the address in Hex format. However, for sending funds manually, Base58 is the standard.