Bitcoin Ordinals is the protocol that enabled NFTs on Bitcoin — and in doing so ignited one of Bitcoin’s most divisive debates since SegWit. Launched by developer Casey Rodarmor in January 2023, Ordinals exploits two prior Bitcoin upgrades: SegWit (which moved witness data separate from transaction data) and Taproot (which allows large data to be embedded in the witness field at reduced cost). Ordinals assigns every satoshi (1 BTC = 100,000,000 satoshis) a unique serial number based on the order it was mined, making each sat individually trackable and theoretically distinguishable. Data is “inscribed” into Bitcoin by embedding it in the witness data of a Taproot transaction — creating a permanent, immutable attachment of an image, text, or any file to a specific satoshi. The result: true on-chain “NFTs” where the actual content lives on Bitcoin (not on IPFS or external servers), with the same security guarantees as Bitcoin itself. By 2024, 60+ million inscriptions had been created, consuming significant Bitcoin block space and generating fierce debate among Bitcoin maximalists.
How Ordinals Work
Ordinal Theory:
Every satoshi has a unique number assigned at the moment of mining (e.g., sat #0 is the first sat from the genesis block). Ordinals tracks which sat is spent to which output in every transaction, allowing any specific sat to be “followed” through the chain.
Inscriptions:
Data is inscribed by constructing a two-phase commit-reveal Taproot transaction:
- Commit: Create a Taproot key that commits to a script containing the inscription data
- Reveal: Spend the commit output, revealing the inscription script with the embedded content
The inscription data lives in the Bitcoin witness field — technically “in” the Bitcoin blockchain with full security guarantees.
Inscription Limits:
- Maximum size: ~4MB witness data limit per block
- Practical limit: complex images or animation files reach this quickly
Bitcoin NFTs vs. Ethereum NFTs
| Aspect | Bitcoin Ordinals | Ethereum NFTs |
|---|---|---|
| Storage | On-chain (witness data) | Typically IPFS/Arweave |
| Security | Bitcoin’s security | Ethereum’s security |
| Programmability | None (no smart contracts) | Full (ERC-721, traits) |
| Royalties | Not enforceable | Policy-based |
| Cost | Variable (BTC fees) | Gas-based |
| DeFi composability | None | Full |
BRC-20 Tokens
A derivative protocol built on Ordinals that uses text inscriptions to create fungible tokens on Bitcoin (BRC-20). Tokens are created by inscribing deploy/mint/transfer operations as JSON text inscriptions. The protocol has no Bitcoin-native smart contract — balances are tracked off-chain by indexers that parse inscription content. ORDI, SATS, and MEME became the first successful BRC-20 tokens.
Debate: Is This Good for Bitcoin?
In favor (Ordinals advocates):
- Bitcoin-native digital artifacts with the most secure blockchain backing
- Fee revenue for miners as block subsidy continues declining
- New use cases and users bridging to Bitcoin
Against (Bitcoin maximalists):
- Block space occupied by “junk data” slows the network for monetary transactions
- Miners mining ordinal transactions instead of financial transactions
- Bitcoin is money, not an NFT platform
Social Media Sentiment
Ordinals divided the Bitcoin community sharply. Bitcoin maximalists and Lightning Network developers denounced ordinals as spam polluting Bitcoin’s monetary network. NFT/crypto-open-minded Bitcoin users and investors embraced them as proving Bitcoin can host culture. The economic reality: ordinals generated massive fee revenue for miners in 2023 (helping miners’ economics during the post-halving period), making the “spam” argument politically difficult. By 2024, ordinals had become an accepted — if controversial — part of the Bitcoin ecosystem.
Last updated: 2026-04
Related Terms
Sources
- “Ordinal Theory Handbook” — Casey Rodarmor (2023). The authoritative documentation for the Ordinals protocol — defining the ordinal numbering scheme for satoshis, the inscription mechanism using Taproot witness data, and the philosophical case for digital artifacts on Bitcoin.
- “Bitcoin Block Space Analysis: The Impact of Ordinals on Fees and Throughput” — Mempool Research / Bitcoin Magazine (2023). Empirical measurement of Ordinals’ impact on Bitcoin block space utilization, transaction fees, and confirmation times — quantifying the economic effect on both inscribers and monetary transaction users.
- “BRC-20: Trustless Fungible Tokens on Bitcoin via Ordinals” — @domo (2023). Original specification of the BRC-20 standard — a convention for creating, minting, and transferring fungible tokens using ordinal text inscriptions, with all accounting performed by off-chain indexers.
- “Rare Sats: Numismatic Ordinals and the Collector Market” — Ordinals Research Collective (2023). Analysis of the rare satoshi sub-market within Ordinals — documenting how the ordinal numbering system creates natural scarcity tiers (sat mined at halving, block 0, etc.) that have become valuable collectibles independent of any inscription.
- “Bitcoin NFTs vs. Ethereum NFTs: Comparative Security and Decentralization” — Galaxy Research (2023). Formal comparison of Bitcoin Ordinals inscriptions and Ethereum ERC-721 NFTs on dimensions of security, permanence, programmability, and market liquidity.