In this article
- Bitcoin Was Built to Move Value. Then Someone Made It Carry Art.
- What Ordinals Actually Are
- How Inscriptions Work
- Bitcoin Inscriptions vs. Ethereum NFTs
- BRC-20 Tokens: The Proof of Concept
- Runes Protocol: The Efficient Successor
- The Miner Revenue Angle Most People Miss
- The Ordinals Ecosystem in 2026
- What Ordinals Mean for Bitcoin
- Ordinals Are Part of Bitcoin Now
Bitcoin Was Built to Move Value. Then Someone Made It Carry Art.
Three years ago, a developer named Casey Rodarmor launched a protocol that turned every satoshi on the Bitcoin network into a uniquely identifiable unit. Today, more than 70 million inscriptions later, that protocol has matured into established infrastructure — with its own marketplaces, token standards, and measurable impact on Bitcoin miner revenue.
This post covers what the protocol actually is, how inscriptions work, how Runes improved on BRC-20 tokens, and why this ecosystem matters for Bitcoin's long-term economics. For how to create your own inscriptions: our step-by-step inscription guide. For the satoshi rarity mechanics: satoshi uniqueness and digital ownership. This post is the foundation — what Ordinals are and how the ecosystem has evolved since launch.
What Ordinals Actually Are
Every satoshi has a number. That's the entire idea behind the Ordinals protocol, launched on Bitcoin mainnet on January 21, 2023 by Casey Rodarmor.
By assigning a unique sequential identifier to each of the roughly 2.1 quadrillion satoshis that will ever exist, Ordinals created a way to distinguish one satoshi from another — something Bitcoin's design had never required before. The protocol assigns ordinal numbers in the order satoshis are mined and tracks them as they move from transaction to transaction through the UTXO model.
Satoshi number zero came from the genesis block. Every one mined since has its own permanent place in that sequence.
This ordering alone is interesting. Paired with inscriptions, it becomes something more.
How Inscriptions Work
An inscription embeds arbitrary data — an image, text, HTML, audio, executable code — directly into a Bitcoin transaction's witness field. This is the part of a transaction that the SegWit upgrade unlocked in 2017 and that the Taproot upgrade in 2021 expanded to accommodate up to roughly 4 MB of data.
The satoshi the inscription is attached to carries that data forever. Not a pointer to the data. Not a hash of the data stored somewhere else. The actual bytes of the content, written into the Bitcoin blockchain at the time of the transaction, secured by every block mined on top of it.
That permanence is the core value proposition. An inscription is not a link that can break. It's not an IPFS file that can go unpinned. It exists on Bitcoin the way a transaction exists on Bitcoin — immutably, for as long as the network runs.
The tradeoff is cost. When blocks fill up, inscription fees rise with everything else. And Bitcoin script doesn't support smart contracts, so inscriptions have no programmable logic. They're artifacts: unique, permanent, and non-executable.
Bitcoin Inscriptions vs. Ethereum NFTs
The comparison to Ethereum NFTs comes up immediately. Here's what's actually different.
| Feature | Bitcoin Inscriptions | Ethereum NFTs |
|---|---|---|
| Content storage | On-chain, inside the transaction | Typically off-chain (IPFS or server) |
| Tokenization unit | Satoshi | ERC-721 / ERC-1155 token |
| Smart contracts | Not supported | Core feature |
| Programmability | Minimal | Extensive |
| Security model | Bitcoin's proof-of-work | Ethereum's proof-of-stake |
| Transaction costs | High during congestion | Variable (gas-dependent) |
An Ethereum NFT typically stores metadata and an off-chain pointer. The actual image lives on a server or IPFS. When that server goes offline or IPFS pinning lapses, the asset can disappear. Only the token record remains on-chain.
A Bitcoin inscription stores the content itself — every byte — inside the transaction. Bitcoin's full security model backs every inscription directly. For collectors who want provably permanent, censorship-resistant ownership of a specific digital artifact, that distinction matters.
Neither is objectively superior. Bitcoin inscriptions suit permanent, trustless artifact ownership. Ethereum NFTs suit programmable applications — royalties, composability, on-chain logic.
BRC-20 Tokens: The Proof of Concept
Once inscriptions existed, developers immediately tried to build fungible tokens on top of them. In March 2023 — just weeks after Ordinals launched — a pseudonymous developer known as "domodata" proposed BRC-20: a token standard that uses JSON-formatted inscriptions to deploy, mint, and transfer fungible tokens on Bitcoin.
BRC-20 was explicitly described as experimental at launch. It was also mechanically inefficient: each mint or transfer required a separate inscription transaction, flooding the Bitcoin mempool. In May 2023, BRC-20 activity drove Bitcoin transaction fees to multi-year highs. For a brief period, BRC-20 token minting was generating more Bitcoin transaction volume than regular financial transfers.
The inefficiency was real. BRC-20 required off-chain indexers to track balances, had no native integration with Bitcoin's UTXO model, and created congestion as a direct side effect of its design. But it proved something important: there was genuine, fee-paying demand for fungible tokens on Bitcoin's base layer. Rodarmor took note.
Runes Protocol: The Efficient Successor
On April 20, 2024 — Bitcoin's halving day, block 840,000 — Casey Rodarmor launched the Runes protocol. The timing was deliberate. Rodarmor designed Runes to solve BRC-20's core inefficiencies, and launching on the halving block was a statement about what Bitcoin's future should look like.
Where BRC-20 uses inscription data in the witness field, Runes encodes token data in the OP_RETURN field of a transaction output — a more Bitcoin-native approach that works cleanly with the UTXO model. There's no inscription bloat, no reliance on external indexers for basic accounting, and no spam pattern of tiny transactions. Runes tokens are issued ("etched"), minted, and transferred more cleanly than anything BRC-20 offered.
The market response was immediate. Block 840,000 generated over $2.4 million in transaction fees — a live demonstration of what demand-driven inscription activity means for miner revenue. That block is now a reference point for Bitcoin's post-subsidy fee market.
By 2025, Runes had become the dominant fungible token standard on Bitcoin for new projects. BRC-20 tokens still trade on secondary markets, but new issuance largely moved to Runes. The protocol matured from launch hype to functioning infrastructure over roughly 18 months.
The Miner Revenue Angle Most People Miss
Bitcoin's block subsidy halves every four years. Eventually it reaches zero — at that point, Bitcoin's security depends entirely on transaction fees. That's one of the biggest unresolved questions in Bitcoin's long-term design. Ordinals and Runes have offered a partial, real-world answer.
During peak inscription periods, Ordinals activity has driven Bitcoin transaction fees to levels that would have been difficult to achieve from financial transactions alone. The $2.4M in fees on halving block 840,000 wasn't speculation — it was demonstrated fee market demand.
Inscription and Runes activity also represents fee demand that isn't correlated with BTC price. A collector inscribing an artifact, or a developer launching a Runes token, pays fees regardless of whether markets are up or down. That's exactly the kind of demand diversification Bitcoin's long-term security model needs.
Whether this volume holds in the long run is still open. But the proof-of-concept is real: Bitcoin block space has market demand beyond pure value transfer.
The Ordinals Ecosystem in 2026
The infrastructure that has built up around Ordinals since 2023 is now mature. Inscription count crossed 70 million by mid-2024 and continued growing through 2025. The initial hype phase — characterized by speculative minting and mempool congestion — has settled into a more functional, selective market.
Marketplaces where inscriptions and Runes tokens trade include Magic Eden (the dominant platform, which expanded Bitcoin support alongside its Solana and Ethereum operations), Gamma.io, and Ordinals Wallet. Collectors focused on rare satoshis specifically use platforms like Magisat.
Wallets with native Ordinals and Runes support — including Xverse and Leather — handle the technical complexity of managing inscribed UTXOs correctly, ensuring inscriptions aren't accidentally spent as regular satoshi outputs.
Indexers and tools provide the infrastructure layer that tracks inscription data, ordinal numbers, and Runes balances across the UTXO set.
Early inscriptions carry collector premiums based on sequence position. Sub-1000 inscriptions and the original Ordinal Punks collection have significant market value simply because they exist early in a permanent, immutable record. That's a different kind of scarcity than artificial supply caps — it's chronological, on-chain, and impossible to replicate.
What Ordinals Mean for Bitcoin
The standard Bitcoin narrative: it does one thing well — move value — and complexity belongs elsewhere. Ordinals didn't disprove that. They challenged it from inside Bitcoin's own rules.
There was no fork. No protocol change. No new token or sidechain. Ordinals uses Bitcoin's existing mechanics — the witness field, the UTXO model, the transaction structure — in ways that are entirely valid by Bitcoin's consensus rules. Miners accept the transactions. The chain processes them. The protocol takes no position.
What Ordinals proved is that Bitcoin's base layer can support more than financial transfers without modifying anything. The programmability isn't rich — there are no smart contracts, no DeFi primitives. But the ability to permanently write arbitrary data to Bitcoin's ledger, attached to a specific satoshi, secured by proof-of-work, turns out to be a powerful primitive in its own right.
Critics who call inscriptions spam aren't wrong that the data serves no role in Bitcoin's financial security model. But Bitcoin's consensus rules don't define "legitimate" by function — they define it by validity. Valid transactions that pay sufficient fees belong in a block. Ordinals transactions are valid. That argument has largely settled in the Bitcoin development community, even if the aesthetic debate hasn't.
Ordinals Are Part of Bitcoin Now
Three years after launch, Bitcoin Ordinals isn't a debate topic — it's infrastructure. Tens of millions of inscriptions exist. Runes replaced BRC-20 as the functional token standard. Marketplaces run. Wallets support it natively. Miners earn fees from it.
The question isn't whether Ordinals survives. It's what gets built on top of the ecosystem that already exists.
When you're ready to move from understanding to doing: the step-by-step inscription guide covers the full process. For satoshi rarity mechanics: satoshi uniqueness and digital ownership.