How to Read an XRP Transaction on a Block Explorer
Looking up a transaction on a public block explorer is one of the most useful, and most underused, habits for anyone actually using XRP. It's also completely safe — you're only ever reading public data, never entering any credentials or granting any access. Here's what you're actually looking at.
The transaction hash
Every XRP Ledger transaction has a unique identifier called a transaction hash (sometimes shown as "Transaction ID" or just "Hash") — a long string of letters and numbers. This is how you look up a specific transaction: most wallets and exchanges show you this hash after you send a payment, and pasting it into a block explorer pulls up that exact transaction's details.
The core fields
A typical XRP payment transaction shows:
- Sender (Account) — the address the payment was sent from.
- Destination — the address it was sent to.
- Destination Tag — if present, a number used to route the payment to the correct sub-account when the destination is a shared address (commonly an exchange's deposit address). Not every transaction has one; whether it's required depends entirely on the destination.
- Amount — how much was sent, and in what currency (XRP, or an issued asset if a trust line was involved — see our trust line guide).
- Fee — the small transaction cost paid to the network, distinct from the amount actually sent.
- Sequence — the sender account's sequence number for this specific transaction. See our sequence number guide for what this means.
- Ledger Index / Validated — which specific ledger version the transaction was included and confirmed in, and confirmation that it was successfully validated by the network.
Why this is worth checking
If you've sent a payment and want to confirm it actually went through, or you've received one and want to verify exactly what arrived and from where, the block explorer is the authoritative source — more reliable than trusting a wallet app's interface alone, especially if something looks off. It's also a genuinely useful habit before sending a large or unfamiliar payment: checking the destination address's own transaction history and balance on our Wallet Lookup tool can give you a sense of whether it's an established, active account.
What it can't tell you
A block explorer shows you what happened on the ledger — it can't tell you whether a transaction you're about to send is a good idea, or whether an address you're sending to belongs to who you think it does. See our guide on verifying an address before sending for that side of the picture, and our Scam Checker for common patterns worth watching for.
Related reading
For what a destination tag specifically does and why it matters so much for exchange deposits, see What Is a Destination Tag (and Memo Field)?