MrDeFi
Bitcoin2026-04-054 min read

What Are Bitcoin Ordinals? NFTs on Bitcoin Explained

What are Bitcoin Ordinals? Learn how the protocol numbers satoshis and inscribes NFT-like data on Bitcoin.

Bitcoin Ordinals is a protocol that assigns a unique, traceable number to every individual satoshi (the smallest unit of bitcoin) and allows arbitrary data — images, text, video, or other files — to be attached to that specific satoshi, creating something functionally similar to an NFT but native to the Bitcoin blockchain rather than a separate smart-contract platform.

Ordinals launched in early 2023 and sparked significant debate within the Bitcoin community, both for the creative possibilities it opened up and for the block-space pressure it introduced. To understand the underlying chain this protocol builds on, our overview of what is Bitcoin is a useful starting point.

The core idea: numbering satoshis

Bitcoin has always tracked balances rather than individually identifiable coins in the way people often imagine. Ordinal theory doesn't change Bitcoin's consensus rules at all — instead, it's a numbering scheme applied on top of the existing transaction data. It assigns each satoshi a sequential number based on the order it was mined, starting from the very first satoshi in the genesis block, and then tracks how those specific satoshis move from transaction to transaction using a consistent, deterministic rule (first-in-first-out ordering within inputs and outputs).

Because this numbering is derived purely from Bitcoin's existing transaction history, any piece of software that implements the ordinal theory correctly will arrive at the same numbering — it doesn't require a new blockchain, a new token, or any change to Bitcoin's consensus.

What makes a satoshi an "NFT"

An "inscription" is the act of attaching data to a specific numbered satoshi. Once inscribed, that satoshi carries the attached content wherever it goes, and whoever controls the private key for the address holding that satoshi controls the inscription. Because the numbering scheme lets you refer to one particular satoshi rather than an undifferentiated amount of bitcoin, inscribed satoshis can be transferred, tracked, and traded much like NFTs on other chains, using ordinary Bitcoin transactions — as long as care is taken not to mix them with unrelated satoshis in the same transaction, which could scramble the sequential mapping if done carelessly.

How this differs from typical NFTs

Standard NFT platforms (most commonly on Ethereum) store a token ID and metadata in a smart contract, often with the actual image or file hosted off-chain and merely referenced by a link. Ordinals inscriptions store the content directly in Bitcoin's blockchain itself, inside transaction witness data, meaning the full file — not just a pointer to it — becomes part of the permanent, replicated ledger. This is a meaningfully different data-availability model, and we cover it in more detail in our comparison of Ordinals vs Ethereum NFTs.

Why this uses Bitcoin's block space

Because inscribed content lives directly on-chain, larger inscriptions (like high-resolution images) consume more block space than a typical Bitcoin transaction, competing with ordinary payment transactions for the same limited space in each block. During periods of high inscription activity, this has pushed up on-chain transaction fees for everyone, which is the central point of contention in the ordinals controversy.

Practical considerations

If you're considering interacting with ordinals, a few things are worth knowing:

  • Wallet compatibility matters. Ordinary Bitcoin wallets that aren't ordinal-aware can accidentally spend an inscribed satoshi as part of a normal transaction, effectively destroying or transferring the inscription unintentionally. Use a wallet explicitly built to handle ordinals if you plan to hold them.
  • Fees can be higher. Inscribing data costs more than a standard transaction because more data means more block space.
  • The market is speculative and illiquid compared to more established NFT ecosystems, and as with any digital collectible, valuations can swing sharply. This is a collectibles market, not a savings vehicle, and it carries the same broad risks discussed in our general primer on what are NFTs.

Quick comparison

Feature Bitcoin Ordinals Typical NFT (e.g. Ethereum)
Data storage Directly on-chain (witness data) Often off-chain, contract references it
Underlying chain Bitcoin Smart-contract platform
Token standard No formal contract standard ERC-721 / ERC-1155
Transfer mechanism Ordinary Bitcoin transaction Smart contract call

Bottom line

Bitcoin Ordinals let individual satoshis carry permanent, on-chain data by exploiting a consistent numbering scheme rather than any change to Bitcoin's protocol. This makes them a genuinely novel way to create digital collectibles on the most secure and decentralized blockchain in existence, but it also means engaging with them requires ordinal-aware tooling, a tolerance for higher fees, and realistic expectations about the market's maturity and liquidity.

Related articles

This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.