NFT activity on XRPL (XLS-20)

7,216,128 events tracked

Mints, burns, offers, and sales across the XRP Ledger from 2026-04-01 through 2026-09-15. Ledgers 103,252,853107,009,706. · freshest event 4d ago.
Mints · last 24h
0
6,258 last 7d
Sales · last 24h
0
7,211 last 7d
Burns · last 24h
0
584 last 7d
Offers · last 24h
0
203,547 last 7d

Activity by transaction type

live: own rippled

Five NFT transaction types, counted directly from the ledger. Sales are NFTokenAcceptOffer; mints are NFTokenMint; burns are NFTokenBurn. Only tesSUCCESS transactions are counted.

Mints
0
6,258 · 7d  ·  308,794 · all-time
Sales
0
7,211 · 7d  ·  358,188 · all-time
Offers created
0
174,520 · 7d  ·  5,970,642 · all-time
Offers cancelled
0
29,027 · 7d  ·  511,764 · all-time
Burns
0
584 · 7d  ·  66,740 · all-time

Most active issuer accounts · last 7 days

by offer + burn events

Issuer address is decoded from the NFTokenID on offer and burn events where the ID is present. Mint transactions record the minter, not necessarily the issuer, so mint counts are surfaced above rather than folded into this table.

Issuer address Events (7d)
r3NftTqH2hv3skuWAEDWKvqnxjtuqcFWYR 54,230
rw1R8cfHGMySmbj7gJ1HkiCqTY1xhLGYAs 44,894
r4qHM7vWeLTtWPVoEzDjT6AskpQjSmui7B 17,437
rst9Sq8mVxK8b7BbgFs4VmnVtfm7N2qN4j 9,189
rp9rkXEfgVmkwgr1jJ7dBYWqQvtYQXzGbF 5,019
rUSdvkwdGnU8qpfRR2sa1h7JExzBi7fUHr 3,650
rMiNJh6eQE5fSpgke5vrjUGiU9rXhrgoSA 3,558
rGnivxmi1yAu15Kou1nqt91ZxtXhkWB2iM 3,005
rUv6Bmw6GRQHgJaiVcXnnNFCeTMKUE6FCa 2,502
rPK77tBNduykbofMU91uffeRSUvtEkadbx 2,315
Ledger facts vs. off-chain labels: This table lists r-addresses only. On-chain there are no collection names, no floor prices, no marketplace attributions — those live on off-chain marketplaces (xrp.cafe, sologenic, Bidds, etc.). We surface the r-addresses honestly and link out to the wallet page rather than pretending we know the off-chain identity.

Data sources — sovereign vs. third-party

Data Source Class
Live NFT activity (forward-walker) local rippled node · standard Ledger RPC · 5-min cadence own-node
Historical backfill (2026-04-01 → head) Ripple's public Clio archive at s2-clio.ripple.com · needed full-history that our node does not hold third-party
Under our sovereign-source doctrine: the historical backfill was read through a third-party pipe. Under the SELLABLE_REQUIRES_SOVEREIGN_SOURCE rule (see /methodology#nft-data-sources), historical NFT data therefore stays free forever, honestly labeled, until we re-derive it from our own full-history rippled node. Live forward-walker data is on-track to migrate to our own-node runtime in Batch B Wave 2.

What is an XRPL NFT? (XLS-20 in one page)

XLS-20 is the amendment that added native non-fungible tokens to the XRP Ledger in October 2022. Unlike NFTs on smart-contract chains, XRPL NFTs are ledger-native objects — not user-deployed contracts — so every mint, transfer, and burn is a first-class transaction type validated by consensus.

Five transaction types:

NFTokenMint — creates a new NFToken tied to an issuer + taxon (collection ID).
NFTokenBurn — destroys an NFToken. Only the owner or the issuer (if burnable-flag set) can burn.
NFTokenCreateOffer — publishes a buy or sell offer at a given price, in XRP or an IOU.
NFTokenCancelOffer — withdraws a previously-published offer.
NFTokenAcceptOffer — matches a pair of offers and settles ownership. This is the "sale" event.

The NFTokenID is a 256-bit identifier that encodes the issuer, the taxon (collection ID within an issuer), a sequence number, and flags — so given only the ID, anyone can decode which issuer it came from, without asking a marketplace.

Reading list: xrpl.org NFT reference · XLS-20 spec

Known limitations (scope notes)