How to Look Up an XRP Transaction
Find any XRP Ledger transaction using its hash.
What Is an XRP Transaction Hash?
Every transaction on the XRP Ledger is assigned a unique 64-character hexadecimal identifier called a transaction hash (or TxID). This hash is generated from the transaction data and is unique to that specific transaction. It looks like: C4A7F1B3E8D2A6F9C3B7E1A4F8D2C6B3E9A7F1C4B8E2D6A3F7C1B4E8D2A6F9C3
How to Search a Transaction
To look up an XRP transaction on Explore XRPL: copy the transaction hash from your wallet, exchange, or payment confirmation; paste it into the search bar on Explore XRPL; press Enter or click Search XRPL; the transaction detail page will show you the full transaction information.
What Information Is Shown?
The XRPL transaction detail page shows: transaction hash, validation status (Validated / Failed), transaction type (Payment, TrustSet, OfferCreate, NFTokenMint, etc.), ledger index, timestamp, sending account, destination account, amount sent, network fee, sequence number, and full raw transaction JSON for developers.
Transaction Types on XRPL
The XRP Ledger supports many transaction types beyond simple payments: Payment (send XRP or tokens), TrustSet (create a trustline for a token), OfferCreate / OfferCancel (DEX trading), AMMDeposit / AMMWithdraw (liquidity provision), NFTokenMint / NFTokenBurn (NFT operations), AccountSet (configure account settings), and more.