Limited time: $9 launch price · Get the full ebook
Technology

Bitcoin Ordinals and Runes Explained: What They Are, Why They’re Controversial, and Should You Care?

Since 2023, a new category of activity has been running on Bitcoin: people inscribing images, text, and tokens directly into the blockchain. Some call it innovation. Others call it spam. Here is what is actually happening, in plain English.

By The BitcoinHomeBase Team · Updated 2026-05-24 · 11 min read

If you have spent any time on Bitcoin Twitter or Reddit in the past two years, you have probably seen people arguing — passionately — about something called Ordinals, or about a sister concept called Runes. To a beginner the debate sounds bizarre. People are inscribing pictures of cartoon monkeys into the Bitcoin blockchain and other Bitcoin users are furious about it.

This article unpacks what is actually going on. What an Ordinal is, what a Rune is, why they only became possible recently, why some holders genuinely dislike them, and what it means for a beginner who is just trying to buy and hold Bitcoin in 2026.

The 30-second version

Ordinals are a way to attach arbitrary data — images, text, audio, even small video files — to individual satoshis (the smallest unit of Bitcoin). Once attached, that data sits permanently in the Bitcoin blockchain and the "inscribed" satoshi can be sent around like any other Bitcoin, but is treated by collectors as a unique digital object — essentially a Bitcoin-native NFT.

Runes are a way to issue fungible tokens (think: thousands of identical units, like a small currency) on Bitcoin, using a similar inscription mechanism but with a more efficient design specifically for tokens.

Both became possible because of the 2021 Taproot upgrade, which (as a side effect nobody quite anticipated) made it practical and cheap-ish to embed large amounts of arbitrary data inside Bitcoin transactions.

How Ordinals actually work

Every Bitcoin in existence is, at the protocol level, an amount of satoshis. A "Bitcoin" is just 100,000,000 sats. Each individual sat is interchangeable with every other — that’s what makes Bitcoin a currency.

The Ordinals protocol layered something new on top: an off-chain convention for numbering every sat ever mined in chronological order. Sat #1 is the very first satoshi ever produced (mined in January 2009). Sat #2,000,000,000,000,000 is far more recent. The protocol then defines a rule for how, when sats are sent in a transaction, they retain their position in the queue.

Layer on top of that the concept of an inscription: a chunk of data embedded into a Bitcoin transaction’s witness data (the part of a transaction made affordable by Taproot and SegWit). The inscription is bound to a specific satoshi. From that point on, anyone running an Ordinals-aware viewer can look at that sat and see the inscription — an image, a text file, whatever was embedded.

To a stock-standard Bitcoin node that knows nothing about Ordinals, none of this exists. It just sees normal transactions with extra witness data. To an Ordinals viewer, it’s a digital collectible that lives directly on Bitcoin rather than on a separate chain like Ethereum.

How Runes are different from Ordinals

Runes, launched by Casey Rodarmor (the same developer behind Ordinals) at the 2024 halving, address a different use case. Where an Ordinal is a unique non-fungible object — "this sat has a picture of a frog inscribed on it" — a Rune is a way to create fungible tokens on Bitcoin.

If you launched a Rune called PIZZA with a fixed supply of 21 million units, anyone holding some of those PIZZA tokens could send them to other Bitcoin addresses just like Bitcoin itself. The supply is fixed, the issuance is on-chain, and the tokens use Bitcoin transactions as their transport layer.

The technical innovation in Runes is efficiency. The earlier token standard on Bitcoin (BRC-20) used the Ordinals inscription system in a fairly clumsy way that produced a lot of leftover "junk UTXOs" in wallets. Runes use a much cleaner design called the OP_RETURN protocol message, which keeps the chain less bloated and the wallet experience cleaner.

Why this is controversial

To understand the controversy, you have to understand who is upset and why.

The "Bitcoin is sound money" camp

Many long-time Bitcoin holders believe Bitcoin’s singular mission is to be sound digital money. From this perspective, every transaction in a Bitcoin block should be transferring value, not embedding cartoon images. When inscriptions fill blocks, two things happen:

The complaint, in this camp’s framing: Bitcoin’s block space is a public good built over 17 years; using it to mint speculative collectibles is a form of free-riding on infrastructure that real monetary use cases depend on.

The "Bitcoin should be a platform" camp

The other camp argues exactly the opposite. They point out that Bitcoin has always been a platform — anyone can broadcast any valid transaction for any reason. Trying to police what people inscribe is, in this view, antithetical to Bitcoin’s permissionless ethos. They also note that the fee revenue from inscriptions has been substantial — sometimes 30–50% of total daily miner revenue. As the block subsidy continues to halve every four years, transaction fees are the future of mining incentives. From this angle, Ordinals and Runes are actually helping to make Bitcoin’s security model sustainable long-term.

Where the consensus actually is

There is no consensus. Most reasonable Bitcoiners hold some combination of "I personally don’t love it, but the network can’t and shouldn’t censor it." The market has accepted that inscriptions are part of Bitcoin in 2026. Several attempts at filtering or "spam-reducing" client patches have not gained meaningful adoption.

What inscriptions did to fees

The clearest measurable effect of Ordinals and Runes has been on the fee market. Before 2023, Bitcoin transaction fees were typically 1–20 sats per virtual byte, with brief spikes during bull-market peaks. After Ordinals took off, sustained periods of 80–500 sats per byte became routine, with the worst single-day spikes around the Runes launch hitting 1,500 sats per byte.

For an ordinary user sending a small amount of Bitcoin, this is a meaningful tax. A simple transaction that cost $0.30 in 2022 might cost $4–$15 during inscription waves. This is also the period during which Lightning Network adoption accelerated noticeably — small Bitcoin payments simply make more sense off-chain when on-chain fees are high.

The good news: fee markets are not always high. There are routinely periods (often weekends and overnight US hours) when fees drop back to 5–15 sats per byte. The classic Bitcoin advice still applies: don’t send when the mempool is hot if your transaction isn’t urgent. We covered the fee dynamics in detail in Bitcoin Network Fees Explained.

Should a beginner care?

Probably not much. Here’s the practical reality for a new Bitcoin holder:

A note on "rare sats"

One sub-corner of the Ordinals world worth knowing exists, even if you ignore it: the concept of rare sats. Because every sat is numbered, some sats have "special" positions in the issuance schedule — the first sat of a block, the first sat of a halving epoch, sats from blocks with palindromic numbers, and so on. Collectors pay premiums for these.

This sometimes affects regular Bitcoin users in a strange way: if you happen to receive Bitcoin that contains a rare sat (and most people unknowingly hold a few), some marketplaces would happily buy that specific sat from you for above-market prices. Most wallet software now has tools to detect and isolate rare sats, but the average user will never bother. The collector market for rare sats is small, fluctuating, and a hobby category — not a meaningful financial consideration.

Where this is going

Predictions are not our job. But two things seem reasonably likely:

  1. Inscriptions are here to stay. Multiple attempts to filter or block them at the protocol level have failed to gain consensus. Miners earn meaningful revenue from them. Users have built tools and markets around them. They are part of Bitcoin now whether anyone likes it or not.
  2. Fee market dynamics will keep shifting. As more Bitcoin activity moves to Layer 2 networks like Lightning (covered in our Lightning Network beginner’s guide), on-chain block space will be increasingly dominated by larger-value transactions and by speculative inscription activity. This is exactly the future block-space economy that Bitcoin’s design always pointed toward.

The shortest possible summary

  1. Ordinals = unique digital objects (images, text) attached to specific satoshis.
  2. Runes = fungible tokens issued on Bitcoin, similar concept, more efficient design.
  3. Both became possible because of the 2021 Taproot upgrade.
  4. They are controversial because they raise fees, grow the blockchain faster, and use block space for non-monetary purposes.
  5. Most reasonable Bitcoiners don’t like them but accept the network can’t censor them.
  6. If you’re just buying and holding Bitcoin, you basically don’t need to think about any of this — except to wait for cheap fee windows when sending.

Bitcoin in 2026 is a more complicated ecosystem than it was in 2016. That is not necessarily good or bad — it just is. Understanding what Ordinals and Runes actually are puts you well ahead of the average headline reader.