Bitcoin Ordinals

Bitcoin Ordinals is a protocol developed by Casey Rodarmor that introduces a system for assigning unique sequential serial numbers — called ordinals — to every individual satoshi (the smallest unit of Bitcoin, equal to 0.00000001 BTC) based on the order in which they are mined. By establishing a canonical numbering scheme for satoshis, the protocol enables each satoshi to be individually identified, tracked, and inscribed with arbitrary data including images, text, audio, video, HTML, and application code directly on the Bitcoin blockchain.

The Ordinals protocol operates through two interconnected concepts: ordinal theory (the numbering system) and inscriptions (the data attachment mechanism). Ordinal theory defines a deterministic method for assigning a unique number to each of the approximately 2.1 quadrillion satoshis that will ever exist, based on the order in which they are created through Bitcoin’s mining process. Inscriptions use this numbering system to attach arbitrary data to specific satoshis by embedding content within the witness data of Taproot transactions. When data is inscribed onto a satoshi, that satoshi effectively becomes a unique digital artifact — a Bitcoin-native NFT that exists entirely on-chain without requiring any external smart contracts, sidechains, or layer-2 protocols.

The inscription data is stored in the segregated witness (SegWit) portion of a Bitcoin transaction, specifically within the Taproot script-path spend script. Because witness data receives a 75% discount on transaction weight under Bitcoin’s fee calculation rules (introduced by SegWit to incentivize efficient signature scripts), inscriptions can store relatively large amounts of data at a fraction of the cost that would be required using other methods. The maximum theoretical size of an inscription is limited by Bitcoin’s 4MB block weight limit, though in practice most inscriptions are significantly smaller.

The protocol sparked the creation of a vibrant Bitcoin-native NFT ecosystem that fundamentally challenged long-standing assumptions about Bitcoin’s functionality and purpose. By mid-2024, over 60 million inscriptions had been made on the Bitcoin blockchain, generating hundreds of millions of dollars in transaction fees for miners and creating a multi-billion-dollar market for Bitcoin-native digital artifacts. The Ordinals protocol also served as the foundation for derivative standards including BRC-20 (fungible tokens) and Runes (an improved fungible token protocol).

Origin & History

December 14, 2022: Casey Rodarmor inscribes the first-ever Ordinal (inscription #0) — a pixel art image of a skull — on the Bitcoin blockchain. This becomes known as the genesis inscription.

January 21, 2023: Casey Rodarmor officially launches the Ordinals protocol by releasing the ord software (an indexer and wallet for tracking ordinal satoshis) and publishing the Ordinals documentation at docs.ordinals.com. The protocol launch is accompanied by the Bitcoin Shrooms collection, the first Ordinals NFT collection.

February 2, 2023: The Taproot Wizards project (co-founded by Udi Wertheimer, Eric Wall, and 0xFAR) inscribes a nearly 4MB image — the largest Bitcoin block ever — as inscription #652. This single transaction occupied an entire Bitcoin block and demonstrated both the technical capabilities and potential concerns of the inscription mechanism. Taproot Wizards subsequently raised $7.5 million in venture funding.

March 8, 2023: An anonymous developer known as “domo” creates the BRC-20 token standard using the Ordinals inscription mechanism, enabling fungible tokens on Bitcoin for the first time. This derivative innovation massively amplifies inscription activity and brings Ordinals to mainstream attention.

March 2023: Yuga Labs (creators of Bored Ape Yacht Club) launches TwelveFold, a generative art collection of 300 inscriptions on Bitcoin, raising approximately $16.5 million in a 24-hour sealed-bid auction. The highest individual bid reached 7.1159 BTC. This marks the entry of major NFT brands into the Ordinals ecosystem.

April 8, 2023: Total inscriptions surpass 1 million, demonstrating rapid ecosystem growth.

May 2023: Daily inscription volume peaks at over 400,000 inscriptions, causing Bitcoin transaction fees to surge to their highest levels since 2017. The Bitcoin mempool ballooned with hundreds of thousands of pending inscription transactions.

August 2023: Total inscriptions surpass 21 million.

November 2023: Sotheby’s auctions Ordinals inscriptions for the first time, including works from the BitcoinShrooms collection, legitimizing Bitcoin-native digital art in the traditional art market.

December 2023: Total Ordinals inscriptions surpass 50 million. Bitcoin Core developer Luke Dashjr proposes a patch to filter inscription transactions, calling them “spam.” This proposal is rejected by the broader community but intensifies the philosophical debate about block space usage.

April 2024: Casey Rodarmor launches the Runes protocol at Bitcoin block 840,000 (the halving block), building on lessons learned from Ordinals to create a more efficient fungible token standard. Total inscriptions surpass 60 million.

2024-2026: The Ordinals ecosystem matures with dedicated marketplaces (Magic Eden, Gamma.io), specialized wallets, and a growing community of artists and collectors. Notable collections including NodeMonkes, Bitcoin Puppets, and Quantum Cats achieve significant market valuations.

In Simple Terms

Imagine every grain of sand on a beach had a unique serial number stamped on it. Now imagine you could pick up one specific grain of sand and glue a tiny photograph to it. That photograph-carrying grain of sand is now a unique collectible. Bitcoin Ordinals does exactly this with satoshis — it numbers each one and lets you attach data to create digital collectibles.

Think of Bitcoin as a giant, ultra-secure vault. Before Ordinals, you could only store gold bars (BTC transactions) in the vault. Ordinals discovered that the vault had tiny display cases (witness data space) that nobody was using, and figured out how to place miniature paintings, sculptures, and documents inside these cases — permanently and securely stored alongside the gold.

It is like a library where every book was previously blank and identical. Ordinals gives each book a unique catalog number (ordinal number) and then allows anyone to write a story, paste a picture, or include any content inside a specific book (inscription). Once written, the content can never be erased because it is part of the library’s permanent collection.

Important: Unlike most Ethereum or Solana NFTs which often store their actual content on external servers like IPFS or centralized hosting, Ordinals inscriptions store all data directly on the Bitcoin blockchain. This makes them truly immutable and permanent, but also means that once inscribed, the data can never be updated, modified, or removed.

Key Technical Features

Ordinal Numbering System:

Every satoshi is assigned a unique sequential number based on the order in which it was mined, starting from 0 (the first satoshi in the genesis block). When satoshis are spent in transactions, their ordinal numbers are transferred according to a first-in-first-out (FIFO) rule. The total supply of satoshis is approximately 2.1 quadrillion, each with a unique ordinal number.

Ordinal theory defines rarity classes based on Bitcoin events: common (any satoshi), uncommon (first satoshi of each block), rare (first satoshi of each difficulty adjustment), epic (first satoshi of each halving), legendary (first satoshi of each cycle), and mythic (the genesis satoshi).

How Ordinals Inscriptions Work:

The user selects content to inscribe and prepares it for embedding. The inscription tool constructs a Bitcoin transaction using the Taproot script-path spend mechanism, placing inscription data in the witness field structured as an envelope containing content type and data. This transaction is broadcast to the Bitcoin network and included in a block. The ord indexer detects the inscription envelope, parses the content, and assigns it to the specific satoshi spent in the transaction. From this point forward, that satoshi carries the inscription permanently — whenever the satoshi moves between wallets, the inscription moves with it.

Satoshi Rarity:

Rarity ClassDefinitionApproximate Count
CommonAny satoshi not the first of its block~2.1 quadrillion
UncommonFirst satoshi of each block~6.93 million
RareFirst satoshi of each difficulty adjustment~3,437
EpicFirst satoshi of each halving32 total
LegendaryFirst satoshi of each cycle~5 total
MythicThe genesis satoshi (satoshi 0)1 in existence

Witness Data and the SegWit Discount:

Bitcoin’s SegWit upgrade (2017) separated transaction signatures into a witness data area that receives a 75% weight discount. The Taproot upgrade (November 2021) further expanded what could be placed in witness data. Ordinals exploits both upgrades: inscription data stored in the Taproot witness field means 1 byte of data counts as only 0.25 weight units. The theoretical maximum inscription size is approximately 4MB (the entire block weight limit).

Recursion and Parent-Child Inscriptions:

Recursive inscriptions can reference and load content from other inscriptions using their inscription ID, enabling modular and composable on-chain content. Parent-child relationships allow collections to be organized hierarchically, where a parent inscription can validate the provenance of child inscriptions. This enables complex on-chain applications such as fully on-chain websites, interactive art, and games.

Advantages and Disadvantages

AdvantagesDisadvantages
Fully on-chain storage: all content stored directly on Bitcoin blockchain, ensuring true permanenceBlock space consumption: inscriptions compete with financial transactions for limited block space
Bitcoin-level security: inherits the security of the most decentralized blockchain in existenceIrreversible errors: mistakes, offensive material, or copyrighted content become permanent fixtures
No smart contract dependencies: works through Bitcoin’s existing scripting without sidechainsNode storage burden: every inscription permanently increases blockchain size
True digital scarcity: mathematically verifiable rarity framework for satoshisNo native royalty enforcement: creators rely on marketplace cooperation, not protocol enforcement
Censorship resistance: standard Bitcoin transactions cannot be censored by any single entityComplex user experience: managing inscribed satoshis requires specialized wallets and UTXO management
New revenue stream for miners: inscription fees generate hundreds of millions in additional miner revenuePhilosophical division: created a deep rift between those supporting expanded Bitcoin use cases and monetary purists

Risk Management

UTXO Management and Accidental Destruction:

Inscribed satoshis exist within specific UTXOs — if a user spends that UTXO using a non-Ordinals-aware wallet, the inscribed satoshi may be consumed as transaction fees or mixed with other satoshis, effectively destroying the inscription. Use only Ordinals-compatible wallets (Xverse, UniSat, Sparrow with coin control) that implement UTXO freezing for inscribed satoshis. Never import Ordinals wallet seed phrases into standard Bitcoin wallets.

Market Valuation and Liquidity Risk:

The Ordinals NFT market is significantly less liquid than Ethereum NFT markets. Floor prices of Ordinals collections can experience extreme volatility, with 80-90% drawdowns common during bear markets. Only invest capital you can afford to lose entirely; diversify across multiple collections.

Inscription Authenticity and Provenance:

Unlike Ethereum collections where a smart contract verifies membership in a collection, Ordinals collections rely on external tools and indexers to verify which inscriptions belong to a specific collection. Counterfeit inscriptions mimicking popular collections can be created by anyone. Verify inscriptions through parent-child relationships when available and use marketplaces that maintain verified collection registries.

Network Congestion and Fee Risk:

Periods of high inscription activity can cause extreme fee spikes. Monitor mempool conditions via mempool.space before creating inscriptions; use fee estimation tools; consider inscribing during off-peak hours.

Cultural Relevance

Bitcoin Ordinals triggered one of the most significant cultural transformations in Bitcoin’s history, bringing an entirely new demographic into the Bitcoin ecosystem — digital artists, NFT collectors, and speculative traders who had previously had no reason to engage with Bitcoin’s base layer.

The cultural impact was immediate and polarizing. Bitcoin maximalists viewed Ordinals as an attack on Bitcoin’s core identity as digital money. Luke Dashjr publicly called inscriptions “spam” and proposed technical changes to filter them. The debate echoed earlier Bitcoin culture wars (the block size debate of 2015-2017) and raised fundamental questions about who gets to decide what constitutes legitimate use of Bitcoin block space.

The concept of “rare sats” created an entirely new collecting subculture within Bitcoin. Enthusiasts began hunting for satoshis from historically significant blocks — the genesis block, the first halving block, the Satoshi Nakamoto-era blocks. This “sat hunting” culture drew parallels to numismatics (coin collecting) and created a new dimension of value that had never previously existed in the Bitcoin ecosystem.

Ordinals also brought high art to Bitcoin. Collections like Quantum Cats, NodeMonkes, and Bitcoin Puppets established Bitcoin as a serious medium for digital art. The auction of Ordinals at Sotheby’s in November 2023 marked a milestone in the cultural legitimization of Bitcoin-native digital art.

Real-World Examples

Taproot Wizards: The Largest Bitcoin Block:

On February 2, 2023, Udi Wertheimer, Eric Wall, and 0xFAR inscribed a nearly 4MB image of a wizard into a single Bitcoin block by working with the Luxor mining pool to ensure the oversized transaction was included. The inscription consumed virtually the entire block weight limit and became a legendary moment in Bitcoin history. Taproot Wizards subsequently raised $7.5 million in venture funding and launched the Quantum Cats collection, which advocated for the OP_CAT Bitcoin opcode reactivation.

Yuga Labs TwelveFold Auction (March 2023):

Yuga Labs conducted a sealed-bid auction for 300 generative art pieces inscribed as individual Ordinals on Bitcoin. The auction raised approximately $16.5 million over 24 hours, with the highest individual bid reaching 7.1159 BTC (approximately $159,000 at the time). The event validated Bitcoin Ordinals as a premium platform for high-end digital art.

Sotheby’s Bitcoin Ordinals Auction (November 2023):

Sotheby’s, founded in 1744 and one of the world’s oldest auction houses, included Bitcoin Ordinals inscriptions in its curated digital art auctions for the first time, auctioning works from the BitcoinShrooms collection. The auction achieved sales in the hundreds of thousands of dollars and represented a major milestone for the cultural legitimacy of Bitcoin-native NFTs.

NodeMonkes: Blue-Chip Ordinals Collection:

NodeMonkes, a pixel art collection of 10,000 unique characters inscribed in February 2023 (inscriptions 83,522 through 111,319), became one of the highest-valued Ordinals collections. At peak, total collection market capitalization surpassed $200 million, and in March 2024 an especially rare NodeMonke featuring an Alien body type and hoodie sold for over $1 million in Bitcoin.

Comparison Table

FeatureBitcoin OrdinalsEthereum NFTs (ERC-721)Solana NFTs (Metaplex)
Data storageFully on-chain (witness data)Typically off-chain (IPFS/Arweave)Typically off-chain (Arweave)
Blockchain securityBitcoin PoW (~950 EH/s)Ethereum PoS ($50B+ staked)Solana PoS + PoH
Smart contract supportNone — pure data inscriptionsFull EVM smart contractsFull Solana programs
Royalty enforcementNo native mechanismOptional via ERC-2981Enforced by Metaplex
Minting cost$5-100+ (depends on size and fees)$5-50 (gas fees)$0.01-0.50
Collection verificationParent-child inscriptions or indexingSmart contract addressCandy Machine address
Maximum file size~4MB (block weight limit)Unlimited (off-chain)Unlimited (off-chain)

Related Terms

BRC-20, Runes Protocol, Taproot, SegWit (Segregated Witness), Satoshi, NFT (Non-Fungible Token), Inscription, UTXO (Unspent Transaction Output), Rare Satoshis, Bitcoin Script, Digital Artifacts

FAQ

Q: What makes Bitcoin Ordinals different from Ethereum NFTs?

A: The fundamental difference is data storage. Ordinals inscriptions store all content directly on the Bitcoin blockchain within transaction witness data, making them truly immutable and permanent. Most Ethereum NFTs store only a pointer (URL or IPFS hash) on-chain, with the actual content hosted externally. Additionally, Ordinals do not use smart contracts, relying instead on Bitcoin’s native transaction capabilities and external indexers.

Q: Can Bitcoin Ordinals inscriptions be deleted or modified?

A: No. Once data is inscribed on the Bitcoin blockchain, it is permanent and immutable. There is no mechanism to delete, edit, or update an inscription. If an inscription contains an error, the only option is to create a new inscription with the corrected content.

Q: How much does it cost to create an Ordinals inscription?

A: The cost depends on the size of the data being inscribed and the current Bitcoin fee market. A small text inscription might cost $5-10 during low-fee periods, while a large image (100KB+) could cost $50-200 or more during high-fee periods. Monitor mempool.space for current fee conditions before inscribing.

Q: What are rare satoshis and why do they have value?

A: Ordinal theory defines a rarity classification for satoshis based on their relationship to Bitcoin’s mining schedule. “Uncommon” satoshis (the first of each block) are mildly scarce, “rare” satoshis (first of each difficulty adjustment) are significantly scarcer, and “epic” satoshis (first of each halving) are extremely rare with only 32 in existence. Collectors assign premium value to these satoshis similarly to how numismatists value rare coins.

Q: Do Ordinals inscriptions slow down the Bitcoin network?

A: Ordinals inscriptions compete for the same block space as regular Bitcoin transactions. During periods of high inscription activity, this competition can increase transaction fees and confirmation times. However, inscriptions do not change Bitcoin’s block production rate or its fundamental throughput capacity. The impact is economic (higher fees) rather than technical (slower blocks).

Q: Can I create an Ordinals inscription without technical knowledge?

A: Yes. Wallets like Xverse and UniSat offer built-in inscription creation features where users simply upload a file, pay the Bitcoin fee, and the wallet handles the technical process. Dedicated inscription services like Gamma.io and OrdinalsBot provide web-based interfaces with no command-line interaction required.

Sources

  • Ordinals Official Documentation: docs.ordinals.com
  • Casey Rodarmor, “Ordinal Theory”: docs.ordinals.com/overview.html
  • Galaxy Digital Research, “Bitcoin Ordinals and Inscriptions Overview”
  • The Block, “Ordinals Protocol Surpasses 60 Million Inscriptions”
  • Mempool.space Bitcoin Explorer: mempool.space

UPay Tip: If you are exploring the Ordinals ecosystem, always use an Ordinals-aware wallet (Xverse or UniSat) and enable UTXO freezing for any inscribed satoshis. The most costly mistake new Ordinals users make is accidentally spending an inscribed satoshi as transaction fees by using a standard Bitcoin wallet. Verify collection authenticity through parent-child inscription relationships or established marketplace listings before purchasing.

Disclaimer: This content is for educational purposes only and does not constitute financial advice. Always conduct your own research before making financial decisions.

UPay — Making Crypto Encyclopedic

Latest Resources and Blogs