Ordinals (Bitcoin Inscriptions)

Attaching data to individual satoshis and tracking them — explained simply.

In one minute

Educational only: Not financial advice. Fees can be high, and mistakes can permanently “burn” an inscription. Start small.

How it works (plain English)

Satoshis & ordinal numbers

  • Bitcoin uses the UTXO model (unspent outputs). Each output holds some sats.
  • An indexing convention assigns a number to each sat as blocks are mined. Wallets/explorers use this to track specific sats.

Inscriptions

  • When you “inscribe,” you include your file’s bytes in a special part of a transaction (witness data enabled by Taproot).
  • The file becomes part of Bitcoin’s history; the inscription is considered attached to one sat in that transaction.

Transfers

  • An inscription travels with its inscribed sat. If you spend that sat in a non-ordinal-aware way, you can accidentally send it away.
  • Use wallets that support UTXO control or are specifically “ordinal-aware.”

Indexers

  • Ordinals rely on widely-used indexing rules to agree which sat holds which inscription.
  • Think of indexers like “readers” of the chain that follow common conventions to label sats.

Ordinals vs NFTs (what’s different?)

Fees, size, and formats

Receiving & sending safely (step-by-step)

Receive

  1. Use an ordinal-aware wallet with a Taproot address (bech32m).
  2. Give the receive address shown by your ordinal wallet (don’t reuse addresses if possible).
  3. Wait for confirmations; then verify the inscription ID in your wallet or an ordinal explorer.

Send

  1. Select the specific UTXO/inscription (not a generic “send BTC” flow).
  2. Confirm the destination address and network fees.
  3. Sign a PSBT (partially signed Bitcoin transaction) if your wallet uses it, and broadcast.
  4. After confirmations, verify the inscription moved to the new address.

Tip: Keep inscribed sats in their own UTXO. Avoid spending them together with regular BTC.

“Rare sats” (quick overview)

Common risks & how to manage them

  • Accidental burns: Spending the wrong UTXO can send your inscription away. Use ordinal-aware wallets and double-check UTXO selection.
  • High fees: Big files or busy times can be expensive. Optimize and time your transaction.
  • Phishing: Fake marketplaces/wallets exist. Bookmark official links; never share seed phrases.
  • Indexing differences: Rare edge cases can be interpreted differently by tools. Stick to well-known indexers and verify before large transfers.
  • Custody mishaps: Exchanges/wallets that aren’t ordinal-aware might not preserve inscriptions. Use tools that clearly support them.

Educational content only. Do your own research.

Simple checklists

Before inscribing

  • File optimized (compressed) to control fees?
  • Ordinal-aware wallet set up with Taproot address?
  • Small test transaction done first?
  • Backups of your wallet/seed secured?

Before sending an inscription

  • Correct UTXO selected (the inscription UTXO only)?
  • Recipient confirmed and supports inscriptions?
  • Network fee reasonable for current congestion?
  • Explorer link ready to verify after broadcast?

Quick glossary

More crypto topics