XRPAuthority

Accounts & Ledger Explorer

Learn how XRPL accounts work and inspect public balances, objects, trust lines, and transaction history without exposing private keys.

UNDERSTAND

Simple first. Technical when you need it.

Simple

An XRPL account is a public ledger address with state such as its XRP balance, sequence, flags, and owned objects. Looking up an address never requires its private key.

Technical

AccountRoot is the core ledger object. account_info, account_objects, account_lines, and account_tx expose different bounded views; applications must identify the network and validated ledger used for every response.

REAL EXAMPLE

Account state is more than a balance

A public account lookup can reveal signer lists, escrows, offers, trust lines, tickets, and other owned objects. Those records describe ledger state, not the real-world identity of the controller.

Read the official account model
TRY IT

Test the concept safely.

Interactive experience

Use the existing XRPAuthority tool or learning workflow. Live tools request public data only; simulations never ask for signing material.

Inspect a public XRPL address

Evidence boundary

Keep the network, validated ledger, hash, result, exact asset identity, and retrieval time with any conclusion. A protocol capability does not prove a person, issuer, or service is trustworthy.

GO DEEPER

Guides, entities, and research paths.