Monero · XMR
Why Monero has no address pages
There is nothing to look up - on any explorer
A Monero address never appears on the blockchain. Payments go to one-time stealth keys derived from the address, amounts are hidden behind commitments, and the sender is one of sixteen ring members. So an "address balance" page cannot exist - not here, not anywhere - and a site that shows one for Monero is showing you something invented.
If you searched for an address here, nothing was stored: the search runs in your browser, and this page deliberately keeps addresses out of URLs - a URL lands in browser history and in logs, and for Monero it could only ever say "someone was interested in this address".
What to do instead
Checking whether a payment arrived is the wallet's job, because only the wallet holds the view key that can recognise it: open your wallet and let it finish scanning. To check a specific transaction, look up its hash here - existence, confirmations, fee and timing are public. To prove a payment to someone else, use your wallet's built-in proof (check_tx_key in the CLI, Prove/Check in the GUI) - never a web form that asks for a view key, because that form sends the key inside a URL to someone's server.
Your browser reads Monero data directly from xmrchain.net, with Blockchair as an independent fallback. What you look up never reaches us.