Bitcoin Ordinals and Inscriptions
Bitcoin Ordinals is a protocol that assigns unique serial numbers (ordinal numbers) to individual satoshis, enabling the inscription of arbitrary data — images, text, code — directly onto the Bitcoin blockchain. Inscriptions are the data payloads attached to specific satoshis, effectively creating NFT-like digital artefacts natively on Bitcoin without a separate token standard.
What Are Bitcoin Ordinals?
Bitcoin Ordinals is a numbering scheme and protocol introduced by developer Casey Rodarmor in January 2023 that assigns a unique ordinal number to every satoshi (the smallest Bitcoin unit — one hundred-millionth of a BTC) based on the order in which it was mined. There are approximately 2.1 quadrillion satoshis in total, each theoretically distinguishable and trackable through the UTXO set using ordinal theory.
The protocol exploits two earlier Bitcoin upgrades: SegWit (2017), which separated transaction signatures into a "witness" data field, and Taproot (2021), which relaxed limits on the size of witness data. By stuffing arbitrary data into the witness field of a Bitcoin transaction, Ordinals allows the inscription of images, text, HTML, video, and executable code directly onto the Bitcoin base layer — permanently and immutably, with no additional token or sidechain required.
The result was arguably the most significant structural change in Bitcoin usage in years. By mid-2023, over 10 million inscriptions had been created. By 2024, the number exceeded 70 million. Bitcoin block space — historically dominated by financial transactions — suddenly faced competition from digital artefacts, leading to a heated debate about Bitcoin's purpose and block space allocation.
How Inscriptions Work Technically
An inscription is created by spending a satoshi in a Taproot transaction whose script contains an "envelope" — a pattern in the Bitcoin Script that wraps arbitrary data bytes. The ord software developed by Rodarmor tracks the ordinal number of the inscribed satoshi and associates the data payload with it. The result is that a specific satoshi carries a specific inscription, which can be transferred to any Bitcoin address just like any other UTXO.
Crucially, inscription data is stored in the witness portion of the transaction. SegWit discount rules mean witness data costs 1 weight unit per byte rather than 4, making inscriptions approximately four times cheaper per byte than standard transaction data. This pricing efficiency is why Ordinals became economically viable — storing 100KB of image data in a Bitcoin transaction became affordable for the first time.
The ord client maintains an index of all inscriptions by scanning the entire Bitcoin blockchain from genesis. Inscription content is retrieved by querying an ord server rather than requiring a full archive node, though the data itself is provably on-chain and verifiable by any full node.
BRC-20: Fungible Tokens on Bitcoin via Inscriptions
BRC-20 is an experimental token standard built on top of Ordinals, introduced by anonymous developer domodata in March 2023. It uses JSON text inscriptions to deploy, mint, and transfer fungible tokens entirely through the Bitcoin inscription mechanism. A BRC-20 token "deploy" inscription defines a ticker, max supply, and mint limit; users mint tokens by creating additional inscriptions matching the deploy parameters; transfers are recorded as further inscriptions.
BRC-20 has no smart contract execution — all state tracking happens off-chain via indexers that read inscription data and maintain token balances. This makes BRC-20 inherently dependent on indexer agreement and vulnerable to indexer bugs. Despite these limitations, BRC-20 tokens — particularly ORDI and SATS — achieved multi-hundred-million-dollar market capitalisations in 2023, demonstrating unexpected demand for fungible tokens natively on Bitcoin.
The BRC-20 explosion also caused Bitcoin transaction fees to spike dramatically during peak minting periods, as mint inscriptions competed for block space. This demonstrated that Bitcoin's fee market, long assumed to be dominated by financial transactions, could be disrupted by non-financial use cases — a development with significant implications for long-term miner revenue.
Runes: Casey Rodarmor's BRC-20 Alternative
Rodarmor himself considered BRC-20 "a hack" and designed the Runes protocol as a more efficient alternative for fungible tokens on Bitcoin. Runes launched at the April 2024 Bitcoin halving (block 840,000) and uses the OP_RETURN output field rather than witness data, making it cleaner from a UTXO perspective and less "polluting" of the UTXO set.
Runes encodes token balance data in the OP_RETURN field of a transaction output (up to 80 bytes) using a compact integer encoding scheme. Token minting and transfers are encoded directly in transactions, with no need for off-chain indexers to interpret JSON inscriptions — though indexers are still needed for full state reconstruction. The launch of Runes coincided with a surge in Bitcoin transaction fees as users competed to etch (create) popular Rune names in the first blocks post-halving.
Whether Runes supersedes BRC-20 or coexists with it depends on ecosystem adoption — wallet support, exchange listings, and developer tooling. As of 2026, both standards remain active, with Runes gaining ground due to its technical cleanliness and the influence of its creator's reputation.
The Block Space Debate: Art vs Finance
Ordinals and inscriptions triggered the most contentious debate in the Bitcoin community since the block size wars of 2015–2017. Bitcoin purists — particularly those aligned with the "Bitcoin is sound money" thesis — argued that inscriptions are spam, abuse the Taproot upgrade's intent, bloat the UTXO set, and price out financial transactions by driving up fees. Some node operators began filtering inscription transactions in their mempools, though this is ineffective at preventing inscriptions from being mined since most mining pools accept them.
Inscription proponents countered that Bitcoin is permissionless — miners choose what transactions to include, and any valid transaction (including inscriptions) is legitimate. They also argued that inscription fees represent additional non-block-subsidy revenue for miners — crucial for long-term network security as block rewards continue to halve. In 2024, transaction fees from Ordinals and Runes activity contributed meaningfully to miner income during the halving period.
A practical resolution emerged: the market priced both use cases. When fees are high, inscription activity drops as inscribers are more fee-sensitive than financial transactors. When fees are low, inscription activity resumes. The Bitcoin fee market thus serves as an implicit allocation mechanism between competing block space use cases.
Rare Satoshis and the Collector Market
Ordinal theory also introduced the concept of "rare" or "exotic" satoshis — satoshis with special ordinal numbers based on their position in Bitcoin's issuance schedule. The first satoshi of each block is considered "uncommon"; the first satoshi of each difficulty adjustment period (2,016 blocks) is "rare"; the first satoshi of each halving epoch is "epic"; and the very first satoshi of the Bitcoin genesis block is "mythic."
A market for these rare satoshis has developed, with some trading at significant premiums to their face value. Platforms like Magisat and Gamma facilitate rare sat trading. While the economic value of rare satoshis is speculative — Bitcoin's protocol does not treat satoshis differently; only the ord indexer does — the collector market has created a secondary layer of value within the Ordinals ecosystem.
Impact on Bitcoin's Long-Term Fee Market
Bitcoin's long-term security depends on transaction fees replacing the block subsidy as miners' primary revenue. The Ordinals ecosystem has provided an early proof of concept that non-financial Bitcoin use cases can generate substantial fee revenue. During peak inscription periods, Bitcoin fees temporarily exceeded those of Ethereum — an unprecedented occurrence that demonstrated Bitcoin block space can be a genuinely scarce and contested resource.
For investors and analysts, monitoring Ordinals and inscription activity provides a leading indicator of Bitcoin fee market health. Tools like Glassnode's fee market metrics, Dune Analytics' Ordinals dashboards, and the Ordiscan explorer provide real-time visibility into inscription volumes, fee contributions, and trending collections.
Conclusion
Bitcoin Ordinals and inscriptions represent a genuinely novel expansion of Bitcoin's use cases — enabling NFT-like digital artefacts, experimental fungible token standards (BRC-20, Runes), and a rare satoshi collector market, all on the Bitcoin base layer without sidechains or separate tokens. They have enriched the Bitcoin fee market, provoked fundamental debates about block space allocation, and demonstrated that Bitcoin's scripting capabilities, when combined with Taproot's witness data expansion, are more flexible than many assumed. Whether inscriptions are celebrated as Bitcoin's cultural layer or criticised as network pollution, their impact on Bitcoin's fee economics and ecosystem breadth is undeniable.