Look up any transaction, account, or ledger block on the XRP Ledger. AI-powered explanations included.
XRPL.to is a full-featured XRP Ledger explorer. Look up transactions by hash, browse account history, check balances, and explore ledger blocks. Every transaction on the XRPL is permanent and publicly visible within seconds of confirmation.
The XRP Ledger processes transactions in 3 to 5 seconds with finality. Once a transaction is confirmed, it cannot be reversed or altered. This makes the ledger a reliable, transparent record of all on-chain activity, from simple XRP payments to complex DEX trades and NFT transfers.
Transactions (/tx/:hash)
Full details including transaction type, amounts, sender and destination accounts, network fees, result code, and the ledger index where it was validated. Every Payment, OfferCreate, TrustSet, NFTokenMint, AMMDeposit, and other transaction type is supported.
Accounts
XRP balance, token holdings with live prices, NFT collection, trustlines, open DEX offers, payment channels, and escrows. View the complete state of any XRPL address.
Ledger Blocks
Browse individual ledgers with all included transactions. Each ledger closes every 3 to 5 seconds and contains a cryptographic link to the previous one, forming an immutable chain of records.
XRPL.to uses AI to explain transactions in plain language. Instead of parsing raw JSON fields, you get a human-readable summary of what happened: who sent what to whom, which tokens were traded, what DEX offers were created, and what the outcome was.
This feature is available for any transaction hash on the site. Simply navigate to a transaction page and the AI explanation appears alongside the raw data.
Developers can also access this programmatically through the API:
GET https://api.xrpl.to/v1/tx-explain/:hash
Response: {
"explanation": "Account rXYZ... sent 1,000 USD.rHub... to rABC...
in exchange for 500 XRP via the DEX.",
"type": "OfferCreate",
"result": "tesSUCCESS"
}When you look up any XRPL address, you get a comprehensive view of that wallet:
You can also analyze any wallet's trading patterns, track profit/loss across tokens, and see LP positions in AMM pools. For your own wallet, connect it to access the full wallet with portfolio tracking.
| Feature | XRPL.to | XRPSCAN | Bithomp | livenet.xrpl.org |
|---|---|---|---|---|
| Token prices | Real-time | No | No | No |
| Built-in trading | Yes | No | No | No |
| AI tx explanations | Yes | No | No | No |
| NFT marketplace | Yes | No | Limited | No |
| Trader analytics | Yes | No | No | No |
| API endpoints | 200+ | Limited | Limited | No |
Start exploring the XRP Ledger with the most comprehensive analytics platform available.