What is HexoRama?
HexoRama is a client-side cryptocurrency address debugger that helps developers and users understand the internal structure of Bitcoin, Ethereum, and USDT (Tether) addresses. It performs instant validation and provides a visual breakdown of address components like prefixes, checksums, and encoded data.
Try it out – click any address to analyze:
💡 Tip: Share any address by appending it to the URL: /btc/ADDRESS, /eth/ADDRESS, /usdt/ADDRESS, or /bnb/ADDRESS
Privacy First
All validation runs locally in your browser.
Instant Results
No API calls, no waiting.
Developer Friendly
Detailed structure breakdowns.
Supported Address Formats
Bitcoin (BTC)
- • P2PKH – Legacy addresses (1...)
- • P2SH – Script hash addresses (3...)
- • Bech32 – Native SegWit (bc1q...)
- • Bech32m – Taproot (bc1p...)
Ethereum (ETH)
- • EOA – Externally Owned Accounts (0x...)
- • EIP-55 – Mixed-case checksum validation
Tether (USDT)
- • ERC-20 – Ethereum-based token (0x...)
- • EIP-55 – Same checksum as Ethereum
USDT uses Ethereum's address format as an ERC-20 token.
BNB Chain (BNB)
- • BEP-20 – BSC token standard (0x...)
- • EIP-55 – Same checksum as Ethereum
- • Known Contracts – WBNB, PancakeSwap, stablecoins
BNB Chain is EVM-compatible, using Ethereum's address format.
Understanding Format Score
The Format Score is a 0-100 rating that indicates how well-formed and secure an address format is. A higher score means a safer, more modern address format.
Excellent
Modern formats with verified checksums (Bech32m/Taproot, EIP-55 checksummed)
Good
Valid checksums, modern standards (Bech32/SegWit, P2SH)
Moderate
Legacy formats or addresses without checksums (P2PKH, lowercase Ethereum)
Poor / Invalid
Invalid checksums, malformed addresses, or unrecognized formats
Note: The Format Score evaluates the address format quality, not the trustworthiness of the address owner. Always verify addresses through trusted channels.
Learning Resources
Want to dive deeper into how cryptocurrency addresses work? Check out these resources:
Bitcoin
Bitcoin Wiki: Address
Comprehensive guide to Bitcoin address formats
BIP-173: Bech32
Technical specification for SegWit address encoding
BIP-350: Bech32m
Taproot address encoding (Bech32 modified)
Ethereum
Ethereum.org: Accounts
Official documentation on Ethereum accounts and addresses
EIP-55: Mixed-case Checksum
Ethereum address checksum encoding standard
USDT (Tether)
Tether Transparency
Official Tether transparency page and reserves information
ERC-20 Token Standard
Technical standard for fungible tokens like USDT on Ethereum
USDT on Etherscan
View USDT ERC-20 contract and transactions on Ethereum
Note: USDT (Tether) on Ethereum uses the same address format as ETH (ERC-20 standard).
This means USDT addresses are 42-character hexadecimal strings starting with 0x
and support EIP-55 checksum validation. The same address can hold both ETH and USDT tokens.
BNB Chain
BNB Chain Official
Official BNB Chain website and documentation
BEP-20 Token Standard
Technical specification for tokens on BNB Chain
BscScan Explorer
BNB Chain block explorer for transactions and contracts
Note: BNB Chain (formerly Binance Smart Chain) is EVM-compatible and uses the same address format as Ethereum.
Addresses are 42-character hexadecimal strings starting with 0x
and support EIP-55 checksum validation. The same address works on both Ethereum and BNB Chain.