Since the Ordinals protocol launched in January 2023, Bitcoin has undergone one of its most contentious and technically fascinating evolutions. What started as a method to inscribe data onto individual satoshis has grown into an entire ecosystem of on-chain digital artifacts, fungible token standards, and protocol-level debates that cut to the heart of what Bitcoin is for.
For miners — especially home miners and solo miners — the Ordinals phenomenon is not abstract. It directly affects transaction fees, block space economics, and the long-term viability of the fee market that will sustain Bitcoin mining after subsidies diminish. Whether you view inscriptions as innovation or bloat, understanding the technical mechanics and economic implications is non-negotiable if you run mining hardware.
This is the definitive guide to Bitcoin Ordinals and inscriptions as they stand in 2026 — the technology, the controversy, the economics, and what it all means for miners.
What Are Bitcoin Ordinals?
Ordinal Theory, created by Casey Rodarmor, assigns a unique sequential number to every satoshi ever mined. These numbers — ordinals — are determined by the order in which satoshis enter circulation, starting from the genesis block. The numbering system is purely mathematical, derived from Bitcoin’s existing consensus rules, and requires no protocol changes whatsoever.
Every satoshi gets a serial number. The first satoshi in the first block is ordinal 0. The last satoshi mined will be ordinal 2,099,999,997,689,999. This numbering makes individual satoshis distinguishable, identifiable, and trackable — without altering Bitcoin’s base protocol.
The key insight is that ordinal numbers are assigned based on a first-in-first-out (FIFO) rule during transactions. When a transaction spends inputs and creates outputs, the satoshis in the inputs are mapped to the outputs in order. This tracking is entirely off-chain — it is a convention, not enforced by consensus. But wallets and indexers that understand the convention can track individual satoshis across the entire UTXO set.
Rarity Tiers
Ordinal Theory defines rarity based on Bitcoin’s periodic events:
| Rarity | Definition | Total Supply |
|---|---|---|
| Common | Any satoshi other than the first of its block | ~2.1 quadrillion |
| Uncommon | First satoshi of each block | ~6,929,999 |
| Rare | First satoshi of each difficulty adjustment period | ~3,437 |
| Epic | First satoshi of each halving epoch | 5 |
| Legendary | First satoshi of each cycle (halving + difficulty adjustment coincidence) | 1 |
| Mythic | First satoshi of the genesis block | 1 |
For miners, rarity matters. The first satoshi of every block you mine is, by definition, an “uncommon” ordinal. If you mine the first block after a halving, you produce an “epic” satoshi. Solo miners rolling the dice for a full block reward should understand that the block they find might contain collectible satoshis with value beyond the standard subsidy.
How Inscriptions Work: The Technical Mechanics
Inscriptions are the mechanism for attaching arbitrary data — images, text, audio, video, HTML, code — to individual satoshis. The data is embedded in the witness section of a Bitcoin transaction using a two-phase commit-reveal process.
Phase 1: Commit
A transaction creates a Taproot output whose spending script includes the inscription data wrapped in an “envelope.” The envelope uses OP_FALSE OP_IF ... OP_ENDIF to embed data in a way that does not affect the script’s execution. The data is invisible at this stage — only the commitment exists on-chain.
Phase 2: Reveal
A second transaction spends the Taproot output, revealing the full inscription content on-chain. The inscription includes a MIME type (e.g., image/png, text/html, application/json) and the content payload, broken into 520-byte chunks due to Bitcoin’s script push limit.
The key technical detail: inscription data lives in the Taproot witness, which is discounted at the protocol level. Witness data costs only 1 weight unit per byte (versus 4 for non-witness data), meaning inscriptions pay roughly 75% less in fees per byte compared to standard transaction data. This discount — originally designed to incentivize SegWit adoption — is what makes large inscriptions economically feasible.
Recursive Inscriptions
One of the most significant technical developments since the original protocol is recursive inscriptions. A recursive inscription can reference and pull data from other existing inscriptions by their ID. This means a developer can inscribe a JavaScript library, a font file, or a 3D model once, and then hundreds of subsequent inscriptions can reference that shared resource instead of duplicating it.
The implications are substantial. Recursive inscriptions bypass the practical limitations of Bitcoin’s 4 MB block size for individual inscriptions. By composing multiple inscriptions together, developers have created interactive applications, generative art engines, and even rudimentary on-chain games — all running on Bitcoin’s base layer. Projects like OnChainMonkey’s Dimensions demonstrated 3D generative art through recursive inscription techniques.
The Ordinals Ecosystem in 2026
Three years in, the Ordinals ecosystem has matured significantly. The initial mania of early 2023 — when inscription counts rocketed past millions in months — gave way to a more structured landscape of protocols, standards, and infrastructure.
BRC-20 Tokens
BRC-20, an experimental fungible token standard built on top of inscriptions, exploded in popularity in 2023. The standard uses JSON inscriptions to deploy, mint, and transfer tokens. By late 2024, BRC-20 transactions accounted for the vast majority of all inscriptions — over 92 million of the roughly 97 million total inscriptions on Bitcoin.
However, BRC-20 has a fundamental inefficiency problem. Every mint, transfer, and operation creates inscription data in the witness. The protocol generates massive numbers of UTXOs, many of which are dust-sized and economically unspendable. Between December 2022 and September 2025, Bitcoin’s UTXO set ballooned from 84 million to 169 million entries — and BRC-20 was a primary driver.
The Runes Protocol
Runes, also created by Casey Rodarmor, launched at the April 2024 halving as a direct response to BRC-20’s inefficiencies. Instead of using inscriptions, Runes stores token data in OP_RETURN outputs — a designated 80-byte data carrier that does not create spendable UTXOs. Runes operates natively within Bitcoin’s UTXO model, making it dramatically more efficient.
| Feature | BRC-20 | Runes |
|---|---|---|
| Data Storage | Inscription witness data (up to 4 MB) | OP_RETURN (80 bytes) |
| UTXO Impact | Creates dust UTXOs, bloats UTXO set | UTXO-native, minimal bloat |
| Token Type | Fungible (experimental) | Fungible (protocol-native) |
| On-chain Footprint | Heavy — large witness data per operation | Lightweight — 80-byte OP_RETURN |
| Network Efficiency | Low — generates spam-like transaction volume | High — designed for minimal network strain |
When Runes launched at the halving block, transaction fees spiked to historic levels. Miners who processed those early Runes blocks earned windfall fees — in some cases, fees exceeded the block subsidy. This was a preview of Bitcoin’s post-subsidy future, where transaction fees must sustain mining economics.
What Ordinals Mean for Bitcoin Miners
This is where the rubber meets the road for anyone running mining hardware. Ordinals, inscriptions, BRC-20 tokens, and Runes all have direct economic consequences for miners.
The Fee Market Impact
Inscriptions and token protocols create demand for block space. More demand means higher fees. During peak inscription activity in 2023 and the Runes launch in 2024, transaction fees accounted for 30-60% of miner revenue on high-volume days. For context, fees historically represent less than 5% of total miner revenue during normal periods.
This is significant because Bitcoin’s block subsidy halves every four years. After the April 2024 halving, the subsidy dropped to 3.125 BTC per block. By 2028, it will be 1.5625 BTC. Eventually, miners will be almost entirely dependent on transaction fees. Protocols that drive consistent fee demand — whether you philosophically agree with them or not — directly affect mining profitability and the long-term security budget of the network.
The Double-Edged Sword
Higher fees are good for miners in the short term. But the fee volatility created by inscription mania cuts both ways. When inscription activity drops, fees collapse back to baseline. This boom-bust cycle in fee revenue makes mining economics unpredictable and complicates capacity planning for home mining operations.
For solo miners — those mining without a pool, going for the full block reward — fee spikes are pure upside. If you solo mine a block during an inscription frenzy, you collect the entire subsidy plus all the fees from that block. Some blocks during the Runes launch contained fees worth more than the 3.125 BTC subsidy itself.
Node Resource Requirements
There is a real infrastructure cost. The explosion of inscriptions and BRC-20 tokens has significantly increased the size of the blockchain and the UTXO set. Nodes — particularly pruned nodes with limited storage — face increased resource demands. Full archival nodes now require substantially more disk space to store the complete chain including all witness data.
For home miners running their own full nodes (which you should be doing for sovereignty), this means budgeting for larger SSDs and more bandwidth. The blockchain growth rate accelerated notably during peak inscription periods, and that data is permanent.
The Great Debate: Innovation or Spam?
No discussion of Ordinals is complete without addressing the philosophical war it ignited within the Bitcoin community. This debate is not trivial — it touches on fundamental questions about Bitcoin’s purpose and governance.
The Case for Ordinals
Supporters argue that Bitcoin’s block space is a free market. If someone is willing to pay the fee to include data in a block, that transaction is valid and should be processed. Trying to filter or censor certain transaction types sets a dangerous precedent — censorship resistance is Bitcoin’s core value proposition, and it must apply universally, even for uses you personally dislike.
From a mining economics perspective, inscription demand creates a robust fee market. This is exactly what Bitcoin needs as the subsidy declines. Ordinals demonstrated that there is real, organic demand for Bitcoin block space beyond simple monetary transfers, and that demand translates directly into mining revenue.
The technology also showcases Bitcoin’s flexibility. Without any protocol changes, developers found a way to store arbitrary data on the most secure, decentralized network ever created. That is a testament to Bitcoin’s design, not a flaw.
The Case Against Ordinals
Critics argue that Bitcoin’s block space should be reserved for monetary transactions — transfers of value between parties. Inscriptions consume block space that could be used for financial transactions, driving up fees for regular users and pricing out small-value transfers. This is particularly acute in developing countries where Bitcoin serves as actual money.
The UTXO set bloat from BRC-20 tokens is a legitimate technical concern. A larger UTXO set means higher memory requirements for nodes, which increases centralization pressure by raising the bar for running a full node. Bitcoin’s decentralization depends on keeping node requirements low enough for individuals to participate.
There are also concerns about illegal or harmful content being permanently inscribed on the blockchain. Since Bitcoin is immutable, any content inscribed is there forever. Node operators could theoretically be held liable for storing that data, depending on jurisdiction.
The Pragmatic View
The reality is that Ordinals are here to stay. Bitcoin’s protocol does not distinguish between “monetary” and “non-monetary” transactions — nor should it. The fee market is the arbitration mechanism. If inscription users are willing to pay market-rate fees, their transactions are as valid as any other.
For miners, the pragmatic position is simple: a transaction that pays a fee is a transaction worth mining. The market decides what block space is worth. Philosophical preferences do not pay for electricity.
What This Means for Home Miners and Solo Miners
If you are running mining hardware at home — whether it is a full ASIC like an Antminer, a Bitaxe open-source solo miner, or a Bitcoin space heater — Ordinals have practical implications for your operation.
Fee Revenue Upside
Pool miners benefit from higher average fees spread across all blocks. Solo miners benefit disproportionately during fee spikes, since they capture 100% of the fees in any block they find. If you are solo mining with a Bitaxe and you hit a block during a high-fee period, the fee bonus could be substantial on top of the 3.125 BTC subsidy.
Block Template Selection
Some mining pools now offer “inscription-aware” block template construction, prioritizing high-fee inscription transactions. If you are pool mining, check whether your pool optimizes for this. If you are solo mining, your node’s mempool and block template construction determine which transactions you include. Running a well-connected, up-to-date full node ensures you are building blocks with the most profitable transaction set.
Infrastructure Planning
Budget for blockchain growth. If you run a full node alongside your miner, plan for storage growth driven by inscription data. An NVMe SSD with headroom beyond current chain size is a worthwhile investment. Monitor your node’s memory usage, as UTXO set growth also increases RAM requirements.
The Road Ahead: Ordinals, Layer 2, and Bitcoin’s Future
Looking forward, several developments will shape the Ordinals landscape:
Layer 2 integration is expanding. Projects are building bridges that allow inscriptions and Runes tokens to be used on Bitcoin Layer 2 networks, reducing on-chain congestion while preserving Bitcoin’s security guarantees. This could alleviate some of the block space pressure that critics highlight.
OP_CAT proposals could dramatically expand what is possible with inscriptions. If activated, OP_CAT would enable more complex script constructions, potentially opening new categories of on-chain applications. The Quantum Cats inscription collection was designed specifically to demonstrate OP_CAT’s potential.
Recursive inscription standards are maturing, enabling increasingly complex applications to run on Bitcoin without proportional block space consumption. As these standards solidify, expect more sophisticated on-chain applications built from composable inscription components.
For miners, the trajectory is clear: demand for Bitcoin block space is diversifying beyond simple payments. This diversification strengthens the long-term fee market, which is the economic foundation of Bitcoin’s security model after subsidies become negligible. Whether that demand comes from monetary transactions, inscriptions, Runes, or protocols yet to be invented, it all translates to fees — and fees keep miners mining.
Frequently Asked Questions
What are Bitcoin Ordinals and how do they work?
Bitcoin Ordinals assign a unique sequential number to every satoshi based on the order it was mined. This numbering system is purely mathematical and requires no changes to Bitcoin’s protocol. Combined with inscriptions — which embed data in the Taproot witness of transactions — Ordinals allow individual satoshis to carry attached content such as images, text, audio, or code. The tracking is a convention, not enforced by consensus, and requires compatible wallets and indexers to interpret.
How do inscriptions affect Bitcoin transaction fees?
Inscriptions create additional demand for block space, which drives up transaction fees when inscription activity is high. During peak periods in 2023 and the Runes launch in 2024, fees accounted for 30-60% of miner revenue on high-volume days. However, fee spikes are cyclical — when inscription activity drops, fees return to baseline levels. This volatility affects both pool miners (through average fee rates) and solo miners (through block-level fee capture).
What is the difference between BRC-20 tokens and Runes?
BRC-20 uses JSON inscriptions in witness data to create fungible tokens, consuming up to 4 MB per block and generating large numbers of dust UTXOs that bloat Bitcoin’s UTXO set. Runes, launched at the April 2024 halving, uses 80-byte OP_RETURN outputs instead, operating natively within Bitcoin’s UTXO model. Runes is dramatically more efficient, creating minimal network bloat while achieving similar fungible token functionality.
Are Ordinals good or bad for Bitcoin miners?
From a pure economics perspective, Ordinals are beneficial for miners because they create additional fee revenue. Higher demand for block space means higher fees, which is critical as the block subsidy continues to halve every four years. However, the fee volatility that inscription mania creates makes revenue prediction difficult, and the UTXO set bloat from protocols like BRC-20 increases node infrastructure costs. The net effect depends on whether inscription-driven fee demand becomes consistent or remains cyclical.
What are recursive inscriptions?
Recursive inscriptions reference and pull data from other existing inscriptions by their ID. This allows developers to inscribe shared resources — libraries, fonts, 3D models — once, and then build complex applications by composing multiple inscriptions together. Recursive inscriptions effectively bypass the 4 MB block size limit for individual files, enabling interactive applications, generative art, and on-chain games to run on Bitcoin’s base layer while minimizing block space consumption.
How do Ordinals affect solo miners differently from pool miners?
Solo miners capture 100% of the fees in any block they find, meaning they benefit disproportionately from fee spikes caused by inscription activity. A solo miner who finds a block during a high-fee period could earn substantially more than the standard 3.125 BTC subsidy. Pool miners, by contrast, receive a share of the average fee across all blocks the pool finds, smoothing out the variance but also diluting the upside of any single high-fee block.
Should I run a full node if I am mining at home?
Yes. Running your own full node is essential for sovereignty — it allows you to independently verify all transactions and blocks without trusting a third party. With Ordinals driving blockchain growth, plan for additional storage capacity. An NVMe SSD with ample headroom beyond the current chain size is recommended. For solo miners, your node’s mempool directly determines which transactions you include in blocks, so a well-connected node helps you construct the most profitable block templates.




