How to Read a Monero Block Explorer: Complete Guide to On-Chain Data
Understanding Monero Block Explorers
A block explorer is a web interface that lets you browse blockchain data. For transparent cryptocurrencies like Bitcoin, block explorers reveal nearly everything about every transaction. For Monero, block explorers tell a very different story because the blockchain is designed to hide sensitive information. Learning how to read a Monero block explorer helps you verify transactions, check network health, and appreciate the privacy guarantees that protect you every time you transact.
Whether you are verifying a swap through MoneroSwapper or just curious about how the network operates, this guide covers everything you need to know about navigating Monero's on-chain data.
What You Can See on a Monero Block Explorer
Despite Monero's strong privacy, certain information must be public for the network to function. Block explorers display this public data in a structured format.
Block Information
Every block on the Monero blockchain contains publicly visible metadata:
- Block height — The sequential number of the block in the chain, starting from the genesis block
- Block hash — A unique cryptographic fingerprint of the entire block
- Timestamp — When the block was mined (approximate, as miners set this value)
- Block size — The total size of the block in bytes, including all transactions
- Number of transactions — How many transactions are included in the block
- Block reward — The amount of XMR paid to the miner for finding the block (this is the one amount that is publicly visible)
- Difficulty — The mining difficulty target for this block
- Nonce — The value the miner found to solve the proof-of-work puzzle
Block-level data is useful for monitoring network health but reveals nothing about individual user activity.
Transaction Information
Each transaction on the Monero blockchain exposes the following public data:
- Transaction hash (TXID) — A unique identifier for the transaction, useful for looking up and referencing specific transactions
- Transaction fee — The fee paid to the miner (this is visible and not encrypted)
- Transaction size — The size in bytes, which varies based on the number of inputs and outputs
- Number of inputs and outputs — How many inputs (spent references) and outputs (new outputs) the transaction has
- Key images — Unique cryptographic values for each input that prevent double-spending
- One-time output public keys — The stealth addresses generated for each output
- Ring members — The set of possible spent outputs for each input (including decoys)
- RingCT type — The version of the confidential transaction protocol used
What You Cannot See
This is where Monero differs dramatically from Bitcoin and most other cryptocurrencies. The following information is completely hidden on the blockchain:
- Transaction amounts — Encrypted by RingCT, the actual amount transferred is invisible to everyone except the sender and receiver
- Sender address — Ring signatures mix the real input with decoys, making it impossible to determine which output was actually spent
- Receiver address — Stealth addresses ensure that the on-chain output cannot be linked to the recipient's public address
- Wallet balances — Since amounts and ownership are hidden, it is impossible to calculate any wallet's balance from blockchain data
- Transaction graph — The flow of funds between users cannot be reconstructed because both inputs and outputs are obfuscated
When you look at a Monero transaction on a block explorer, you see a cryptographic structure that proves the transaction is valid without revealing who sent what to whom.
Navigating xmrchain.net
The most popular Monero block explorer is xmrchain.net (also known as Onion Monero Blockchain Explorer). Here is how to use its main features.
The Home Page
The home page displays a summary of recent network activity including the current block height, network hashrate, difficulty, recent blocks with their sizes and transaction counts, and the current mempool status showing how many unconfirmed transactions are waiting. This overview gives you a quick picture of how busy the network is and whether it is operating normally.
Searching for a Transaction
The search bar at the top of the page accepts several types of input. You can enter a transaction hash to look up a specific transaction, a block height or hash to view a specific block, or a Monero address (though this will not show transaction history since that information is private).
To find a specific transaction, paste the transaction hash (TXID) into the search bar. The resulting page shows all publicly available information about that transaction, organized into sections for inputs, outputs, and metadata.
Reading a Transaction Page
A transaction detail page on xmrchain.net displays the transaction in several sections:
Header section shows the TXID, block height where it was confirmed, timestamp, fee, and size. The fee is displayed in XMR and gives a rough indication of transaction complexity.
Inputs section lists each input with its ring members. For each input, you see the key image and a list of ring member outputs. One of these outputs is the real one being spent, but you cannot determine which one. They are listed with their public keys and the block heights where they were created.
Outputs section lists each output created by the transaction. Each output has a one-time stealth address (public key) and an encrypted amount. The amounts appear as large numbers that are meaningless without the transaction keys.
Verifying a Transaction with tx_key
Although Monero transactions are private by default, the sender can prove that a specific payment was made using the transaction private key (tx_key). This is an essential feature for dispute resolution and payment verification.
What Is the tx_key?
Every Monero transaction generates a unique private key called the tx_key. This key is stored in the sender's wallet and can be shared with a third party to prove that a payment was sent to a specific address. It does not reveal the sender's identity or other transactions, only that this specific transaction paid a specific address and amount.
How to Verify a Payment
To verify a Monero payment on xmrchain.net, navigate to the transaction page by entering the TXID. Look for the "Prove/Verify" section, then enter the recipient's Monero address and the tx_key provided by the sender. Click verify and the explorer will display the amount sent to that address in this transaction.
If the verification succeeds, you will see the decrypted amount and which output belongs to the specified address. If the tx_key is invalid or the address is wrong, the verification will fail. This proves that the sender paid the claimed amount to the claimed recipient without revealing anything else about the transaction.
When to Use Payment Verification
Payment verification with tx_key is useful in several scenarios:
- Dispute resolution — When a recipient claims they did not receive payment, the sender can prove otherwise
- Support tickets — When contacting support at MoneroSwapper or other services, providing the TXID and tx_key helps resolve issues quickly
- Auditing — Organizations that need to prove expenditures can use tx_keys to create verifiable payment records
- Escrow — Third-party mediators can verify that both parties fulfilled their payment obligations
Monero Explorer vs Bitcoin Explorer: A Stark Contrast
To appreciate Monero's privacy, it helps to compare what you see on a Monero explorer versus a Bitcoin explorer for the same conceptual action of looking up a transaction.
On a Bitcoin explorer, you can see the exact amounts of every input and output, the sender's address and the receiver's address, the full transaction graph showing where funds came from and where they went, the wallet balance of any address, and the complete history of every address involved.
On a Monero explorer, you see cryptographic structures (key images, stealth addresses, encrypted amounts) that prove the transaction is valid but reveal nothing about the parties or values involved. An analyst looking at a Monero transaction sees mathematical proofs, not financial data.
This difference is not a limitation of the explorer but a feature of the protocol. The blockchain simply does not contain the information in a readable form.
Checking Network Statistics
Block explorers also provide valuable network-level statistics that help you understand Monero's health and performance:
- Hashrate — The total mining power securing the network, indicating security strength
- Difficulty — How hard it is to mine a block, which adjusts automatically
- Transaction volume — The number of transactions per day or per block (though individual amounts are hidden)
- Emission curve — How much XMR has been mined and the current tail emission rate
- Average block size — Indicates current network utilization relative to capacity
- Mempool size — Shows pending transaction backlog
Using Block Explorers with Tor
For maximum privacy when checking transactions on a block explorer, you should use Tor. When you visit a block explorer over a regular internet connection, the explorer operator can log your IP address alongside the transactions you look up. If you search for your own transaction, this creates a link between your IP and that transaction.
Several Monero block explorers offer .onion addresses accessible through the Tor Browser. Using these hidden services ensures that neither the explorer operator nor any network observer can link your IP to the transactions you view. This is particularly important if you are checking the status of a transaction that you sent or received.
You can also run your own block explorer using the Onion Monero Blockchain Explorer software, which is the open-source tool that powers xmrchain.net. Running your own explorer on your own node provides the highest level of privacy because no third party is involved at all.
Practical Tips for Using Block Explorers
Here are some practical recommendations for using Monero block explorers effectively:
Bookmark the .onion address. If you regularly check transactions, bookmark the Tor hidden service version of your preferred explorer to maintain consistent privacy.
Save your tx_keys. Your wallet stores tx_keys automatically, but exporting them for important transactions gives you a permanent ability to prove payments if needed later.
Understand confirmation requirements. Most services require 10 confirmations for Monero deposits, which takes about 20 minutes. The block explorer shows the current number of confirmations for any transaction.
Do not panic about visible data. New users sometimes worry about the information visible on block explorers. Remember that key images, stealth addresses, and ring members are designed to be public without compromising privacy. They are the equivalent of seeing locked boxes moving on a conveyor belt. You can count them and measure them, but you cannot see inside them or know who they belong to.
Block explorers are powerful tools for verifying the state of the Monero network and your own transactions. By understanding what is and is not visible on the blockchain, you can use these tools confidently while appreciating the robust privacy that Monero provides by default.
🌍 Read in