XRP Wiki
REF · 08.04 / Ecosystem

Block Explorers

What XRP Ledger block explorers do, and why they're the right source for live, verifiable network data.

A block explorer is a web tool that lets anyone browse the XRP Ledger's public data directly — accounts, transactions, ledger versions, validators, and more — without needing to run a rippled server themselves.

What you can look up

  • Account balances and history — any account's current XRP balance, its reserve status, its trust lines, and its full transaction history, all publicly visible (XRPL accounts are pseudonymous, not private, by default).
  • Individual transactions — the details, status, and fee of any specific transaction, identified by its transaction hash.
  • Escrow contracts — including Ripple's own escrow program, letting anyone independently verify exactly how much XRP is currently locked and when the next tranche is scheduled to unlock.
  • Validators and the network's current UNL composition — see Unique Node List and Validators.
  • NFTs, issued currencies, AMM pools, and other on-ledger objects.

Why this matters

Because a block explorer reads directly from the public ledger, it lets anyone independently fact-check claims about XRP — supply figures, a specific company's or individual's holdings (to the extent their address is known), or the state of any on-ledger contract — without having to trust a press release, a social media post, or this wiki. Wherever a page in this wiki notes that a figure changes continuously (circulating supply, live price, current reserve amounts), a block explorer is the recommended way to check the current value.

What explorers generally offer

Most XRPL block explorers provide a search bar accepting an account address, transaction hash, or ledger index, along with human-readable summaries of technical ledger data, and many also provide network-wide dashboards (transaction volume, validator status, fee levels) for a higher-level view of network health.

A note on privacy

Because the XRPL is a public ledger, any address's balance and transaction history are visible to anyone who knows that address — the same transparency that makes block explorers useful for verification also means XRP addresses are not private by default. Using a fresh address per counterparty, and being mindful of what information links an address to your identity, are common practices for users concerned about on-chain privacy.