Bitcoin Ordinals can be confusing. You can often hear “Bitcoin NFTs,” “inscriptions,” “rare sats,” “BRC-20,” and “Runes,” all in the same conversation, with no idea what they mean, and no idea if they’re all the same thing.
The reality of Bitcoin Ordinals is that if you’re trying to understand what’s actually stored on Bitcoin, what you can buy, and what can go wrong, you need the basic terms separated first.
What Are Bitcoin Ordinals?
Bitcoin Ordinals are a protocol for numbering and tracking individual satoshis, the smallest unit of Bitcoin. One Bitcoin contains 100,000,000 satoshis, or sats. Ordinal theory assigns each sat a unique ordinal number based on the order in which it was mined.
That numbering system makes individual satoshis identifiable. On its own, an Ordinal is just a numbered sat. When data is attached to that sat through an inscription, it can become a Bitcoin-native digital artifact, which is why people often compare Bitcoin Ordinals to NFTs.
The Ordinals protocol became widely visible in early 2023 after Casey Rodarmor’s ord software made it possible to index sats, create inscriptions, and explore them on Bitcoin mainnet. It doesn’t require a new chain, sidechain, or separate token. It works through Bitcoin’s existing transaction model.
Strictly speaking, Ordinals and inscriptions aren’t the same thing. Ordinals are numbered sats. Inscriptions are the data attached to sats. Many people use “Bitcoin Ordinals” to describe the combined result, but that distinction matters if you want to understand how they work.
Why Ordinals Track Sats Instead of Whole Bitcoin
Ordinals track satoshis instead of whole Bitcoin because Bitcoin itself moves in pieces. A wallet balance isn’t usually one complete coin sitting in one place. It’s made from unspent transaction outputs, or UTXOs, that can be split, combined, and spent across many transactions.
This makes sat-level tracking more practical than whole-coin tracking. If the protocol labeled a full Bitcoin, that label would quickly break once the coin was split across outputs. By assigning ordinal numbers to individual satoshis, the Ordinals protocol can follow the smallest unit of Bitcoin through the network.
This is also why custody matters. If an inscribed sat is mixed into a regular Bitcoin transaction and spent incorrectly, the inscription can be lost. For anyone storing or trading Ordinals, understanding sats and UTXOs isn’t optional.
How Do Bitcoin Ordinals Work?
Bitcoin Ordinals work by assigning serial numbers to sats and then tracking them through Bitcoin transactions. The system depends on Ordinal theory, mining order, transaction inputs and outputs, and a first-in-first-out tracking model.
Ordinal Theory
Ordinal theory is the numbering method behind Bitcoin Ordinals. It gives each satoshi a place in Bitcoin’s history based on when it was mined.
This doesn’t change Bitcoin’s consensus rules. The Bitcoin network still treats all sats as fungible units. Ordinal theory adds an interpretive layer that lets wallets, explorers, and indexers identify and track specific sats.
Ordinal Numbers
An ordinal number is the unique identifier assigned to a satoshi. The first sat in the Genesis Block starts the sequence, and every sat mined after that receives its own number.
This turns sats into individually referenceable units. A sat can be tracked by its ordinal number even before it carries an inscription, which is why some collectors also care about rare or historically meaningful sats.
Mining Order and Sat Identity
Sat identity comes from mining order. A sat’s ordinal number is fixed when it’s mined and doesn’t change later.
This makes it possible to classify sats by historical context. For example, some collectors look for sats connected to halvings, difficulty adjustments, or early Bitcoin blocks. These categories can create collector interest, but their market value is subjective.
FIFO Sat Tracking
Ordinals use a first-in-first-out, or FIFO, model to map sats from transaction inputs to transaction outputs. In simple terms, sats are treated as flowing into a transaction in order and leaving in that same order.
Bitcoin itself doesn’t enforce this model. It’s a tracking convention used by Ordinals software. Still, it lets indexers follow numbered sats across transactions in a consistent way.
Bitcoin Transactions, Inputs, and Outputs
Bitcoin transactions move value from inputs to outputs. Inputs spend earlier UTXOs, while outputs create new UTXOs that can be spent later.
Ordinal theory maps numbered sats across those inputs and outputs. This is how an explorer can show where a specific ordinal sat is located after it moves through the Bitcoin blockchain.
UTXOs and Sat Movement
A UTXO can contain regular sats, inscribed sats, or both. If one of those sats carries an inscription, the wallet needs to recognize and protect it.
This is the main practical risk for users. If you send Bitcoin from a wallet that doesn’t support Ordinals or sat control, you may accidentally spend the inscribed UTXO and lose the digital artifact.
What Is the Difference Between Ordinals and Inscriptions?
Ordinals are numbered sats. Inscriptions are data attached to sats. Together, they can create Bitcoin-native digital artifacts, but the two terms don’t mean the same thing.
Ordinals as Numbered Sats
An Ordinal is a serial number assigned to a satoshi. It gives that sat an identity within Ordinal theory, but it doesn’t add content by itself.
This means a sat can be an Ordinal without being an NFT-like object. It becomes more interesting to collectors when it has rarity, historical significance, or an inscription attached.
Inscriptions as Data Attached to Sats
An inscription is the data written to Bitcoin and associated with a satoshi. That data can include text, images, audio, video, HTML, SVG, code, or JSON.
Inscriptions are stored on-chain, usually in transaction witness data. This is one of the key differences between Ordinal inscriptions and many traditional NFTs, which often point to external metadata or media.
Inscribed Satoshis
An inscribed satoshi is a sat that carries inscription data. It still behaves like Bitcoin inside a transaction, but it also carries a digital object that users can view, transfer, and trade.
Ownership depends on control of the UTXO that holds the inscribed sat. There’s no separate smart contract registry, so private-key security and wallet handling are critical.
Bitcoin-Native Digital Artifacts
Casey Rodarmor often describes inscriptions as digital artifacts rather than standard NFTs. The idea is that the content is native to Bitcoin, stored on-chain, and tied to Bitcoin’s security and decentralization.
That makes inscriptions feel different from many NFT collections on non-Bitcoin blockchains. They’re more constrained, but they’re also embedded directly into Bitcoin’s ledger.
How Are Inscriptions Created on Bitcoin?
Inscriptions are usually created through a two-step commit-and-reveal process. This process uses Bitcoin transactions, Taproot script-path spending, and witness data to publish content on-chain.
Here’s the simplified flow:
- Inscription content: You prepare the file or data you want to inscribe, such as an image, text, code, audio file, or JSON payload.
- MIME type and content byte string: The inscription includes a MIME type that describes the content and a byte string that contains the actual data.
- Commit transaction: The first transaction creates a Taproot output that commits to the inscription content without revealing it yet.
- Reveal transaction: The second transaction reveals the inscription content in witness data and publishes it to the Bitcoin blockchain.
- Inscription envelope: The content is wrapped in a structure that Ordinals software can recognize and parse.
- Inscription ID and number: The inscription ID is derived from the reveal transaction, while the inscription number reflects historical reveal order.
Once confirmed, the inscription becomes part of Bitcoin’s transaction history. It can be viewed through Ordinals explorers and transferred using compatible wallets.
How to Get Free Crypto
Simple tricks to build a profitable portfolio at zero cost
Why Do SegWit and Taproot Matter for Ordinals?
SegWit and Taproot made inscriptions more practical. SegWit introduced witness data and changed Bitcoin’s block-weight accounting, which created more room for certain types of transaction data without changing Bitcoin’s basic supply or monetary rules.
Taproot, activated in 2021, enabled more flexible script-path spending. Inscriptions use that Taproot structure to reveal content in a way Ordinals software can identify.
Together, these upgrades created the technical conditions for inscription activity on Bitcoin. They didn’t create NFTs by themselves, but they made it feasible to store richer data directly on-chain.
Are Bitcoin Ordinals the Same as NFTs?
Bitcoin Ordinals are often called Bitcoin NFTs, but that’s only partly accurate. Inscriptions can produce NFT-like digital collectibles, yet their mechanics are different from Ethereum-style NFTs.
NFT-Like Qualities
Inscribed sats can be unique, transferable, collectible digital assets. You can view them, verify them on-chain, and trade them through Ordinals marketplaces.
That’s why the NFT comparison is useful for beginners. It explains the experience: a user can own a specific digital object on a blockchain. But the technical structure behind that object is different.
Differences from Ethereum-Style NFTs
| Ethereum-Style NFTs | Bitcoin Ordinals | |
| Content storage | Often metadata or media links | Inscribed directly on Bitcoin |
| Smart contracts | Usually required | Not required |
| Ownership model | Contract-based token registry | UTXO control |
| Media flexibility | Broad, app-layer tooling | Limited by Bitcoin block space and fees |
| Permanence | Depends on storage design | Content is on-chain once inscribed |
Ethereum NFTs usually rely on smart contracts such as ERC-721 or ERC-1155. Bitcoin Ordinals don’t use that model. They rely on sats, inscriptions, UTXOs, and Bitcoin transactions.
On-Chain Content vs. Metadata Links
Many traditional NFTs point to metadata or media hosted on IPFS, centralized servers, or other storage systems. If that storage breaks, the NFT can become a pointer to missing content.
Ordinal inscriptions store the content directly on Bitcoin. That makes them more durable from a storage perspective, though it also makes them more expensive and limited by block space.
No ERC-721 Smart Contract Model
Bitcoin doesn’t have an ERC-721 standard. An inscription isn’t issued by a smart contract, and there’s no separate token registry managing ownership.
Instead, ownership follows the inscribed UTXO. If your wallet controls that UTXO, you control the inscription. If you lose the private keys or spend the UTXO incorrectly, you can lose access permanently.
Permanence, Provenance, and Ownership Nuances
Inscriptions are permanent once confirmed, but permanence doesn’t guarantee value. A digital artifact can be stored forever and still be illiquid, mispriced, or unwanted.
Provenance also needs verification. Marketplaces can display misleading listings, copycat collections, or fake project pages. You still need to check the inscription, collection, wallet, and transaction history before buying.
What Can Be Inscribed with Bitcoin Ordinals?
Bitcoin Ordinal inscriptions can support many file types, as long as they fit within Bitcoin’s block space and fee constraints. Larger files cost more to inscribe because they require more transaction data.
Common inscription types include:
- Images and digital art: JPEGs, PNGs, SVGs, pixel art, and generative art are among the most common uses.
- Text and documents: Plain text, poems, manifestos, notes, and archival records can be inscribed directly.
- Audio and video files: MP3s, MP4s, and short media files can be inscribed, though fees can rise quickly with file size.
- HTML, SVG, code, and interactive content: Developers can inscribe lightweight interactive files, scripts, and on-chain experiments.
- JSON inscriptions and token metadata: BRC-20 and related experiments use JSON-formatted inscriptions to represent token actions.
This flexibility is why Ordinals expanded Bitcoin’s use cases beyond regular payments and store-of-value narratives. At the same time, every inscription competes for the same block space as traditional Bitcoin transactions.
How Do People Use Bitcoin Ordinals in Practice?
People use Bitcoin Ordinals for collectibles, art, historical records, experiments, archival data, and community culture. Some uses are creative. Others are speculative. Many sit somewhere in between.
Digital Collectibles
Ordinals collections turned inscribed sats into Bitcoin-native collectibles. Early projects such as Ordinal Punks and Bitcoin Frogs helped shape the Ordinals market and attracted attention from NFT collectors.
Rare sats also became part of the collector culture. Some users look for sats tied to halvings, early blocks, or other historically meaningful points in Bitcoin’s timeline.
On-Chain Art and Media
Artists use inscriptions to store creative work directly on the Bitcoin blockchain. This can include pixel art, generative art, music, short videos, and experimental visual pieces.
The appeal is permanence. Unlike media hosted on a private server, inscribed content is stored inside Bitcoin transaction history and can’t be edited or removed by the creator later.
Historical Inscriptions
Early inscriptions have become artifacts of Ordinals history. Inscription #0, a small pixel-art skull, is widely treated as one of the earliest major references in the ecosystem.
These early records matter because they mark when Bitcoin started being used in this new way. Whether they hold long-term market value is a separate question.
Gaming and Experimental Apps
Because inscriptions can include HTML, SVG, JavaScript, and other code-like content, developers have used them for simple games, interfaces, and interactive experiments.
These projects are still limited compared with smart-contract platforms. But they show how far inscription activity can push Bitcoin’s existing transaction model.
Provenance and Archival Use Cases
Inscriptions can also be used for timestamping, provenance, and digital records. A creator, brand, or organization can inscribe proof that certain content existed at a specific point in time.
This doesn’t automatically prove legal ownership or authenticity. It does create a durable on-chain record that can support verification.
Community Culture Around Bitcoin Artifacts
Ordinals created a new cultural layer around Bitcoin. Artists, collectors, developers, and traders built wallets, explorers, marketplaces, inscription tools, and communities around Bitcoin-native digital artifacts.
Supporters argue that this adds demand for block space and brings new builders into the Bitcoin ecosystem. Critics argue that it distracts from Bitcoin’s main monetary purpose.
How Can Users Store and Transfer Bitcoin Ordinals?
You need an Ordinals-compatible wallet to store and transfer inscribed sats safely. Examples include wallets and tools built for Ordinals support, sat control, or inscription-aware UTXO handling.
To reduce risk:
- Use an Ordinals-compatible wallet: Choose a wallet that can detect and protect inscribed UTXOs.
- Back up your seed phrase offline: If you lose your private keys, you lose access to the inscription.
- Use a Taproot address when required: Many inscription workflows depend on Taproot addresses.
- Keep fee Bitcoin available: You’ll need BTC to pay transaction fees when receiving, buying, or sending Ordinals.
- Verify the inscription before moving it: Check the inscription ID, UTXO, and receiving address before sending.
- Use the wallet’s inscription-send function: Don’t send an inscribed sat like ordinary Bitcoin unless you understand the UTXO structure.
The main rule is simple: don’t manage Ordinals from a wallet that treats all sats as interchangeable. That’s how accidental loss happens.
What Are BRC-20 Tokens and How Are They Related?
BRC-20 is an experimental fungible-token standard built around Ordinals inscriptions. It uses JSON inscriptions to deploy, mint, and transfer tokens on Bitcoin.
BRC-20 doesn’t work like Ethereum token standards. There are no Ethereum-style smart contracts enforcing balances on-chain. Instead, indexers read inscription data and interpret token activity at the application layer.
That makes BRC-20 related to Ordinals, but it doesn’t define Ordinals. Ordinals are the sat-numbering and inscription system. BRC-20 is one experimental use case built on top of inscription data.
What Are Runes and How Do They Compare?
Runes is a separate Bitcoin fungible-token protocol also created by Casey Rodarmor. It’s part of the same broader Bitcoin experimentation wave, but it doesn’t work the same way as BRC-20.
| BRC-20 | Runes | |
| Creator | Domo | Casey Rodarmor |
| Main purpose | Fungible tokens on Bitcoin | Fungible tokens on Bitcoin |
| Data method | JSON inscriptions | UTXO-based protocol messages |
| Relationship to Ordinals | Uses Ordinals inscriptions | Separate, Ordinals-adjacent protocol |
| Efficiency goal | Experimental inscription accounting | Designed to be more UTXO-efficient |
The key difference is that BRC-20 depends on inscription-based accounting, while Runes uses Bitcoin’s UTXO model more directly. Both are still experimental compared with Bitcoin’s core monetary use case.
Why Do Supporters Care About Bitcoin Ordinals?
Supporters care about Bitcoin Ordinals because they give Bitcoin new cultural, collectible, and application-layer uses without creating a separate blockchain.
The main arguments are:
- More demand for block space: Inscription activity can increase transaction fees, which may matter more as Bitcoin block subsidies decline over time.
- New Bitcoin use cases: Ordinals let people create digital art, collectibles, records, and experimental apps directly on Bitcoin.
- On-chain digital ownership: Inscriptions don’t need external metadata servers or Ethereum-style smart contracts to exist.
- More tools and builders: Wallets, explorers, marketplaces, and infrastructure projects have grown around Ordinals.
- Stronger cultural activity: Ordinals brought artists, collectors, and NFT-native users into Bitcoin conversations.
Supporters see this as a natural result of a permissionless network. If users pay valid transaction fees and follow consensus rules, they argue that the activity belongs on Bitcoin.
What Are the Risks and Criticisms of Bitcoin Ordinals?
Bitcoin Ordinals come with real trade-offs. They can be interesting, but they can also be expensive, confusing, illiquid, and risky to store.
Higher Transaction Fees
Inscriptions compete with ordinary Bitcoin transactions for block space. When inscription demand rises, transaction fees can increase for everyone using the network.
This is one of the biggest criticisms. People who use Bitcoin mainly for payments may have to pay more during periods of heavy inscription activity.
Network Congestion
High inscription activity can also contribute to mempool congestion. When the mempool fills up, lower-fee transactions may take longer to confirm.
This doesn’t break Bitcoin, but it can make the network more expensive and less convenient during busy periods.
Bitcoin-Purpose Debate
The Bitcoin community is split on Ordinals. Supporters see them as legitimate permissionless use. Critics see them as unnecessary data that crowds out financial transactions.
This debate probably won’t disappear. It reflects a broader disagreement over whether Bitcoin should be used only as money or also as a permanent data layer.
Wallet and Custody Mistakes
Ordinals are easy to mishandle. If you send an inscribed UTXO from a non-compatible wallet, you may accidentally transfer or lose the inscription.
Private-key security matters too. If someone gets access to your wallet, they can take the inscription. If you lose your seed phrase, there’s no recovery process.
Marketplace, Scam, and Phishing Risks
Ordinals marketplaces can attract fake collections, phishing links, impersonators, and wallet-draining scams. These risks are familiar from the NFT market, but Ordinals add extra complexity because users also need to understand Bitcoin UTXOs.
Common risks include:
- Fake listings that copy legitimate collections
- Scam minting pages that request dangerous wallet actions
- Impersonated support accounts in Discord, Telegram, or X
- Misleading collection names or copied artwork
- Unsafe wallet prompts that can move valuable assets
Always verify the marketplace, inscription ID, collection details, and wallet action before signing anything.
Liquidity and Volatility Risks
The Ordinals market can be thin and volatile. Some inscriptions trade often, while others may have very few buyers.
That means the visible floor price doesn’t always reflect what you can actually sell for. Like NFTs, Ordinals can rise quickly during hype cycles and fall sharply when attention moves elsewhere.
Experimental Protocol Risk
Ordinals infrastructure is still young. Wallets, explorers, marketplaces, indexers, and standards can change over time.
The inscription data itself may be permanent, but the way apps display, rank, trade, or interpret that data can evolve. If you buy Ordinals, you’re taking on both market risk and tooling risk.
Final Thoughts
Bitcoin Ordinals are easiest to understand in two parts: Ordinals are what number individual sats, and inscriptions attach data to those sats. Together, they create Bitcoin-native digital artifacts that can look and trade like NFTs. They’re interesting, but they’re not risk-free. If you explore them, use an Ordinals-compatible wallet, verify every transaction, and treat market value as speculative rather than guaranteed.
FAQ
What are Bitcoin Ordinals?
Bitcoin Ordinals are numbered satoshis tracked through Bitcoin using Ordinal theory. They become NFT-like digital artifacts when inscription data is attached to them.
Are Bitcoin Ordinals the same as Bitcoin NFTs?
Not exactly. “Bitcoin NFT” is a common shortcut, but Ordinals are numbered sats, while inscriptions create the NFT-like content.
Do Bitcoin Ordinals use smart contracts?
No, Bitcoin Ordinals don’t use ERC-721-style smart contracts. Ownership follows the Bitcoin UTXO that holds the inscribed sat.
What can you inscribe with Bitcoin Ordinals?
You can inscribe images, text, audio, video, HTML, SVG, code, JSON, and other data types, as long as the content fits Bitcoin’s technical and fee constraints.
Are Bitcoin Ordinals risky?
Yes, the main risks are high fees, wallet mistakes, scams, low liquidity, volatility, and experimental infrastructure.
Disclaimer: Please note that the contents of this article are not financial or investing advice. The information provided in this article is the author’s opinion only and should not be considered as offering trading or investing recommendations. We do not make any warranties about the completeness, reliability and accuracy of this information. The cryptocurrency market suffers from high volatility and occasional arbitrary movements. Any investor, trader, or regular crypto users should research multiple viewpoints and be familiar with all local regulations before committing to an investment.


