Skip to main content
On this page: Searching

Searching

The search bar at the top of every page accepts multiple formats. Sonde detects the input type automatically and routes you to the right page.

Supported formats

InputExampleGoes to
r-addressrPEPPER7kf...c6GDYAccount page
X-addressX7AcgcsBL8...q3bJxAccount page (decoded)
Transaction hash3D64A3629DD0...F436F90Transaction detail
CTIDC42B19AB00290008Transaction detail
Address + DTrAddress:12345Account (filtered by tag)
Address + DTrAddress DT:42Account (filtered by tag)
NFT ID000800005A...1C3ENFT detail
Ledger index69933483Ledger page
Currency codeUSDToken search
Currency hash0158415500...000000Token search
PayStringuser$example.comResolved account

CTID (Compact Transaction ID)

A CTID is a 16-character hex string that encodes a transaction's position in the ledger: the ledger index, transaction index within that ledger, and network ID. It's shorter and easier to share than a full 64-character hash. Sonde computes CTIDs automatically on every transaction detail page and supports searching by CTID.

Destination tag search

Exchanges use destination tags to identify individual users sharing a single XRP address. You can search rAddress:12345 or rAddress DT:12345 to jump directly to that account with the transactions tab filtered to only show transactions matching that tag.

How resolution works

For unambiguous inputs (addresses, ledger indices), Sonde routes instantly on the client. For 64-character hex strings — which could be a transaction hash, NFT ID, or ledger object — Sonde tries each possibility on the server: transaction cache, then NFT lookup, then transaction fetch, then ledger entry. The first match wins.