Know before you send on TRON
Calculate USDT fees, inspect any public address, and convert address formats — with live mainnet data and developer-ready APIs.
TRON Energy Calculator
Estimate the Energy and TRX fee for a USDT TRC20 transfer using live mainnet data.
- Recipient-aware estimate
- Exact sender simulation
- Burn vs rent cost
TRON Address Checker
Check activation, TRX and USDT balances, Energy, Bandwidth, and address encoding.
- Checksum validation
- Account resources
- TRX & USDT balances
TRON Address Converter
Convert a TRON address between wallet-friendly Base58Check and API-ready hex.
- Base58Check ↔ hex
- Checksum validation
- Mainnet-safe output
From browser check to production code
Every live tool exposes the same read-only JSON endpoint it uses. Start with the inline example, then move to the full API docs when you need Energy purchasing, webhooks, or AutoEnergy.
Explore the full API$ curl https://tronagg.ai/api/v1/pricing { "energy": { "price_sun": "31.0" } }
A focused toolkit
The TRON checks that prevent expensive mistakes
A USDT TRC20 transfer uses Energy and Bandwidth, and the final cost depends on the sender’s resources and the recipient’s current account state. The calculator makes that cost visible before a transaction is signed.
The address checker answers a different question: whether the destination is a valid, activated TRON account and what public resources it currently has. The converter then bridges the Base58Check format used by wallets and the hex format expected by many node and EVM-compatible APIs.
Live
TRON mainnet reads
30/min
Public chain lookups
0
Custodial steps
TRON tools FAQ
Are the TRON tools free?+
Yes. All tools on this page are free to use and do not require a wallet connection or account. Public API access is also available without an API key, with sensible rate limits for live chain lookups.
Do I need to enter a private key?+
No. These tools only use public TRON addresses. Never paste a private key, recovery phrase, or wallet password into a blockchain lookup or converter.
Can developers use the same data through an API?+
Yes. Each tool page includes a concise cURL and JavaScript example plus a sample JSON response. The read-only endpoints do not require authentication.