The XRP Ledger, explained simply

A plain-language tour for anyone who keeps hearing about XRP and the XRPL but has never been told what they actually are. No prior crypto knowledge required.

Current ledger index
#104,679,380
as of 1780519627 UTC
Every few seconds the XRP Ledger validates a new ledger — a freshly-signed snapshot of every balance, trustline, and order on the network. The number on the left is the most recent one, a public, shared count that anyone in the world can read.
On this page
  1. What is the XRP Ledger?
  2. Who actually writes to it?
  3. What is XRP?
  4. How fast and how expensive is it?
  5. What can the ledger do besides send XRP?
  6. What it's not designed for
  7. Who decides what changes?
  8. Why this matters
  9. One-sentence summary
  10. Verify it yourself

What is the XRP Ledger?

Picture a notebook. Every few seconds, someone adds a new page. Each page lists everything that happened in the last few seconds — who sent money to whom, who opened a trade, who issued a new token. Once a page is written down, it can never be changed.

The XRP Ledger is that notebook. The pages are called "ledgers." A new one closes roughly every three to five seconds. The network has run with very high uptime since 2012, and every ledger from January 2013 onward is preserved in full-history archives — run by Ripple, the XRP Ledger Foundation, and others — that anyone can query. (The very first 32,569 ledgers from 2012 were lost early on to a software bug; that gap is publicly documented.)

Here's where the metaphor needs a small upgrade: an XRPL "page" — or ledger — isn't just the new entries since the last one. It's a fresh copy of everything. Every account, every balance, every open order, every issued token. The network signs that whole snapshot, links it to the previous one, and moves on. That's different from Bitcoin, where a block carries only the new transactions and the current set of balances has to be reconstructed by replaying history. Ethereum splits the difference — each block commits to a cryptographic root of the full state, but the state itself lives in a separate database that nodes maintain alongside the chain. On the XRP Ledger, the full state ships inside the ledger itself, every few seconds, already signed.

Who actually writes to it?

There is no central company in charge of the notebook. Instead, a network of independent computers around the world — called validators — propose what the next page should say. They are run by universities, exchanges, banks, the XRP Ledger Foundation, and ordinary technically-inclined people in different countries. At any given moment, around 150+ validator servers publish proposals on the network, but consensus is built on a smaller, trusted set — currently around 35 validators on the default unique node list maintained by the XRP Ledger Foundation. Any operator can publish their own trusted set if they don't want to use the default.

Every few seconds, each validator independently looks at the pending transactions, decides which ones it considers valid, and broadcasts its proposal. The validators then compare proposals and agree on a single shared answer for that page. If more than 80% of the validators on the trusted set agree, that page is written. If they don't agree, no page is written until they do. This is called consensus.

Because the writing is spread across many independent operators in different jurisdictions, no single one of them can rewrite history, censor a transaction permanently, or shut the network down. The XRPL has run with very high uptime since 2012.

What is XRP?

XRP is the native asset of the ledger — think of it as the postage stamp on every transaction. To write anything to the notebook, you pay a tiny amount of XRP. The fee is destroyed (not paid to anyone), which keeps the cost of spamming the network meaningfully high while the cost of a real transaction stays near-zero.

Beyond paying for transactions, XRP is also used as a unit of value and as one of the assets traded inside the ledger's own on-chain exchange. It was originally described as a bridge currency between other assets, and that still happens — but since the AMM amendment activated in 2024, many trades now route through automated-market-maker pools directly rather than only through XRP as an intermediate hop.

How fast and how expensive is it?

A transaction is final in three to five seconds — the time it takes the next ledger to close. The base fee for a standard payment is on the order of 0.00001 XRP, which at typical prices is a small fraction of a US cent. Fees rise automatically if the network gets congested, then fall back when it clears.

Speed and cost are not promises from a marketing page — they are properties of how the protocol is built. You can watch a transaction confirm on any ledger explorer, including this one, and time it yourself.

What can the ledger do besides send XRP?

The XRP Ledger is unusual among blockchains in that many features common on other chains are built directly into the protocol — not added later as smart-contract code. That means they share the network's speed, low cost, and predictable behavior.

Real institutions are already using the ledger this way. Ondo Finance launched a pilot tokenizing US Treasury exposure on XRPL in May 2026 — a live, verifiable example you can look up on this dashboard's /rwa page. As more institutional issuers come online with on-chain attestations, they'll show up there too.

What it's not designed for

The XRP Ledger is deliberately not a platform for arbitrary computer programs. Networks like Ethereum let anyone deploy any program that other people can then trigger; the XRPL chose a different shape, where a fixed set of well-understood transaction types is built into the protocol and runs the same way every time.

The trade-off is straightforward: less flexibility, more predictability. If your use case fits one of the built-in transaction types — payments, token issuance, exchange, MPTs, lending — it runs fast and cheap. If your use case is "I want to deploy an arbitrary new program," XRPL is not the chain for that.

Who decides what changes?

Big changes to how the ledger works — new transaction types, new fields, new behavior — happen through amendments. Anyone can write one. To activate, an amendment has to be supported by at least 80% of the trusted validators for two consecutive weeks. If support drops, the amendment fails.

No company controls this vote. No single country controls it. The validators themselves — universities, exchanges, foundations, individuals — each choose what to support. The result is that the network changes only when a broad cross-section of operators agree it should.

Why this matters

Most of what people mean when they say "blockchain" — money that moves without a bank, assets that anyone can issue, a public record that no one can tamper with, an exchange built into the protocol itself — the XRP Ledger has been doing for over a decade. Quietly, cheaply, and at very high uptime.

The point isn't to make you a believer. The point is that everything described on this page is verifiable by anyone with a browser. The numbers on this site come straight from public XRPL nodes, and we tell you exactly which ones on the methodology page.

One-sentence summary

The XRP Ledger is a public, shared, near-real-time financial notebook that a worldwide network of independent operators agrees to write, in which XRP is the postage stamp and the rules — for payments, tokens, exchange, and assets — are baked into the protocol itself.

Verify it yourself

None of this requires trust. Every claim on this page can be checked directly against the XRP Ledger using public tools.