Bitcoin Ordinals: More Than Just Bitcoin NFTs

Bitcoin Ordinals are a protocol for inscribing arbitrary data — images, text, audio, or BRC-20 token tickers — directly onto individual satoshis, the smallest unit of Bitcoin. Each inscription is bound to a uniquely numbered satoshi using Ordinal Theory, producing a fully on-chain digital asset commonly called a Bitcoin NFT. Unlike many NFTs that store content on external servers, Ordinals keep everything inside the blockchain, so they inherit Bitcoin's immutability and censorship resistance. Made viable by the SegWit and Taproot upgrades and popularized in early 2023, Ordinals turned Bitcoin into a platform for digital artifacts, drove transaction fees to multi-year highs, and reopened the debate over what Bitcoin should be used for.

Bitcoin Ordinals are a protocol that lets users inscribe arbitrary data — images, text, audio, even BRC-20 token tickers — directly onto individual satoshis, the smallest unit of Bitcoin. The result is a fully on-chain digital artifact often described as a Bitcoin NFT. Unlike most NFTs on other chains, an Ordinal stores its content inside the blockchain itself rather than pointing to an external server, so it inherits Bitcoin's immutability and censorship resistance. Launched in early 2023, Ordinals reignited the debate over what Bitcoin is for and pushed network activity to multi-year highs.

What Are Bitcoin Ordinals?

The terminology around this topic confuses many newcomers because three words get used interchangeably: ordinals, inscriptions, and Bitcoin NFTs. They are related but not identical.

Ordinal

An ordinal comes from "Ordinal Theory" — a numbering scheme that assigns a unique serial number to every individual satoshi based on the order in which it was mined. In its purest sense, an ordinal is simply a single, identifiable satoshi. Because every Bitcoin is divisible into 100 million satoshis (sats), there is no shortage of units to label and track.

Inscription

An inscription is the arbitrary data and metadata attached to a Bitcoin transaction. The metadata tells software how to interpret the payload — whether it is a JPEG, plain text, or audio. Inscriptions are not entirely new: the Segregated Witness upgrade (BIP 141) in 2017 opened the door to storing extra data in the witness section of a transaction.

Bitcoin NFT

When an inscription is bound to a specific ordinal — that is, attached to a particular numbered satoshi — you get a sat with unique data permanently linked to it. Functionally, that is a non-fungible token. Most people now just say "Ordinals" to mean Bitcoin NFTs, and that is the convention used throughout this entry.

📷 a simple labeled diagram showing one satoshi numbered by Ordinal Theory, an inscription payload, and the two combined into a Bitcoin NFT

Ordinals vs Ethereum NFTs

In practice, both represent unique digital assets. The technical differences, however, are significant and shape what each is good for.

PropertyBitcoin OrdinalsEthereum NFTs
Data locationFully on-chain (inside the inscription)Often off-chain (IPFS / Arweave / web server)
Smart contractsNot requiredRequired (ERC-721 / ERC-1155)
ImmutabilityHigh — cannot be alteredVariable — off-chain assets can change
RoyaltiesNo native enforcementCan be encoded in the contract
Typical mint costHigh, scales with file sizeLower, mostly gas-fee based

The headline distinction is that Ordinal data lives on the Bitcoin base layer. Many Ethereum NFTs only store a pointer on-chain, while the actual image sits on external infrastructure that can go offline or be swapped. Ordinals avoid that dependency entirely, which is why they are described as self-contained digital artifacts.

A Worked Cost Example

Minting on Bitcoin is far more expensive than minting via a smart contract on Ethereum, because you pay for every byte you store on-chain. Consider a Bored Ape-style image at a fee rate of roughly 3 sats/vByte:

  • Inscribing one image ≈ 298,620 sats.
  • At a BTC price of $30,000, that is about $89.60 per inscription.
  • A 10,000-piece collection would therefore cost close to $1,000,000 to mint.

That math explains why early Ordinals leaned toward small, pixelated artwork — the bigger the file, the higher the fee.

Why Ordinals Count as Digital Artifacts

The combination of on-chain storage and high cost makes Ordinals behave like rare physical objects rather than disposable collectibles. They tick the boxes that define a true digital artifact:

  • Ownership: every Ordinal has a distinct owner, just like a rare item.
  • Completeness: all the data lives inside the inscription, with no reliance on outside servers.
  • Permissionless transfer: they can be sent freely, without forced royalty constraints.
  • Immutability and censorship resistance: they inherit Bitcoin's most durable properties.

A Short History of Ordinals

Two upgrades made Ordinals economically viable. The 2017 SegWit change and the 2021 Taproot upgrade (BIP 341) together allowed data to be wrapped cheaply into a transaction's witness data. But protocol upgrades only lay the groundwork. The real catalyst arrived in December 2022, when developer Casey Rodarmor released the Ordinals protocol software — a tool that runs on a full Bitcoin node and lets people actually mint and trade inscriptions. By early 2023 the idea had gone mainstream.

Network Impact: Fees, Miners, and Security

Ordinals did not just create collectibles — they changed Bitcoin's economics.

Fee pressure. Demand for block space surged once inscriptions became popular, pushing daily network fees well above 2022 levels and, at peaks, to multi-year highs. More than 15 million inscriptions were created in the first wave alone, and the primary use cases became NFTs plus memecoins built on the BRC-20 standard.

Miner revenue. Higher fees flow straight to miners. With each Bitcoin halving — roughly every 210,000 blocks — the block subsidy is cut in half, so the long-term security budget increasingly depends on transaction fees rather than newly issued BTC. Ordinals add a fresh, fee-paying source of demand, which can help backfill that shrinking subsidy. Inscribers are also flexible: because minting is rarely time-sensitive, they can wait for low-congestion windows, helping keep blocks fuller and lifting the BTC-per-block floor.

📷 a line chart of daily Bitcoin transaction fees showing the 2023 spike driven by Ordinals activity versus the flat 2022 baseline

How to Buy or Mint an Ordinal

Because Ordinals rely on Taproot, you need a Taproot-compatible wallet with "coin control" — the ability to avoid accidentally spending an inscribed satoshi. Many mainstream wallets do not yet support this. Popular compatible options include Xverse, Unisat, and the Ordinals Wallet.

A typical buying flow looks like this:

  1. Create an Ordinals-compatible wallet.
  2. Back up the recovery phrase securely and set a password.
  3. Fund the wallet with sats (deposit or built-in on-ramp).
  4. Open an Ordinals marketplace.
  5. Pick an inscription and purchase it with the sats in your wallet.

To create your own inscription, you connect that wallet to an inscription service, choose a file type (image, text, BRC-20, or a name like .sats), set your fee, and send the BTC. Once the transaction confirms, you get an explorer link showing your inscription.

Risks and Pitfalls

Ordinals are powerful, but they carry real downsides that newcomers underestimate:

  • Cost volatility: mint fees scale with file size and rise sharply during network congestion. A cheap mint today can be expensive tomorrow.
  • Wallet incompatibility: sending an inscribed sat from a wallet without coin control can permanently destroy the Ordinal by spending it as ordinary BTC.
  • Permanence: anything you inscribe is public and cannot be deleted. There is no edit button.
  • Immature tooling: the ecosystem is young, so marketplaces, indexers, and standards are still evolving — and bugs (like early "cursed inscriptions") have occurred.
  • Speculative froth: much of the early activity was driven by memecoin hype rather than durable value.

What Is Next for Ordinals

The protocol keeps improving. The "cursed inscriptions" problem — roughly 70,000 inscriptions invalidated by opcode misuse — was addressed by upgrading them into recognized "blessed" ordinals. A bigger leap was the BRC-69 standard introduced in mid-2023, built on recursive inscriptions: a method that lets new inscriptions request data from existing ones. Instead of inscribing 10,000 full images, a collection can inscribe ~200 traits once and then render thousands of artworks programmatically, cutting costs dramatically and lifting prior data-size limits. The same technique extends to text and audio, effectively giving Bitcoin a more capable on-chain file system.

COINOTAG perspektifi

Look past the cartoon JPEGs and memecoins, and the durable idea is data immutability. If you can permanently bind verifiable information to the most secure ledger in the world, the long-term opportunity is not pixel art — it is the prospect of anchoring things like ownership records, certificates, and contracts to Bitcoin. For investors, the more immediate signal is structural: Ordinals introduce a recurring, fee-paying demand source that strengthens miner economics into a future of shrinking block subsidies. Whether the speculative layer survives is uncertain; the on-chain data primitive underneath it looks more durable.

If you want to dig deeper into adjacent topics, see how minting an NFT works step by step, what gives a token real utility in our utility NFTs guide, and how to operate the infrastructure behind it in our walkthrough on running a Bitcoin node.

Last updated: 6/15/2026

Related Terms

Related Coins