⚠ This page is a convenience, not the source of truth. It decodes the address and shows
the network byte, entirely in your browser (no network). Its in-page checksum step is
NOT verified. To actually prove an address is well-formed, run the Python tool locally:
python3 verify_address.py "<address>" --explain. Trust the script, not this page.
Paste a Monero address. This page decodes it entirely in your browser — no network, no server, no tracking.
—
How to read this: the base58 decode and network-byte check run in verified JS.
The checksum (Keccak-256) step in this page's JS is not yet byte-verified — confirm the
final result with the trusted script verify_address.py (uses the maintained
monero library). When in doubt, trust the Python script, not this page's green light.