Skip to main content
On this page: Transaction Details

Transaction Details

Every transaction on the XRP Ledger has a detail page with a two-column summary, balance changes, and affected ledger nodes.

Transaction summary

The summary is split into two columns:

Specification (left)

  • Transaction hash with copy button
  • CTID (compact identifier) with copy button
  • Date with relative time badge
  • Account (sender) with known-name label
  • Destination with destination tag badge
  • Signing key or multi-signature indicator
  • Amount and type-specific fields

Outcome (right)

  • Result code (tesSUCCESS or error)
  • Ledger index (linked)
  • Transaction index within the ledger
  • Sequence number
  • Fee in XRP
  • Delivered amount (highlighted green)

Balance changes

Sonde parses the transaction's metadata to compute the net balance change for every affected account — both XRP and tokens. Each row shows whether the change was a credit or debit, the affected address, and the signed amount. The account that paid the transaction fee is labeled "FEE PAYER".

Affected nodes

Every transaction modifies the ledger state. The affected nodes table shows each ledger object that was created, modified, or deleted — with its type (AccountRoot, RippleState, Offer, etc.), object ID, and a link to the previous transaction that touched that object.

Raw data

Two toggle buttons give you access to the underlying data:

  • Raw JSON — the complete transaction object as returned by the XRPL node.
  • Transaction receipt — just the metadata (affected nodes, result code, delivered amount).