Introduction
What are Bitcoin Ordinals?
Bitcoin Ordinals are a system for identifying and tracking individual satoshis, the smallest units of Bitcoin. The Ordinals protocol assigns a unique number to each satoshi and provides a way to associate additional data with individual satoshis through what are called inscriptions.
This created a new way to use Bitcoin’s blockchain.
Instead of using Bitcoin only for transferring BTC from one address to another, developers can use Bitcoin’s existing transaction system to attach data to individual satoshis.
That data can include things such as:
- Images
- Text
- Websites
- Audio
- Video
- Software
- Other digital content
Because inscriptions are recorded on Bitcoin’s blockchain, they have attracted significant interest from collectors, developers, artists, and investors.
However, Ordinals are also controversial.
They have raised debates about:
- Bitcoin block space
- Transaction fees
- Blockchain storage
- Network congestion
- Whether non-financial data belongs on Bitcoin
- Whether Ordinals should be considered NFTs
To understand Ordinals properly, you don’t need to become a Bitcoin developer.
You first need to understand three basic ideas:
Bitcoin
↓
Satoshis
↓
Inscriptions
Once those concepts are clear, Ordinals become much easier to understand.
In this guide, we’ll explain what Bitcoin Ordinals are, how inscriptions work, why they became possible, how they compare with Ethereum NFTs, and what their advantages and criticisms are.
What Is a Satoshi?
Before understanding Ordinals, you need to understand the smallest unit of Bitcoin.
One bitcoin can be divided into:
100,000,000 satoshis
A satoshi, often abbreviated as sat, is therefore the smallest standard unit of Bitcoin.
For example:
1 BTC = 100,000,000 sats
0.1 BTC = 10,000,000 sats
0.01 BTC = 1,000,000 sats
0.000001 BTC = 100 sats
This is important because the Ordinals protocol treats individual satoshis as identifiable units.
Your Bitcoin wallet normally doesn’t make you think about individual satoshis.
You simply see something like:
0.005 BTC
But underneath Bitcoin’s transaction system, amounts are represented in satoshis.
This connects directly to the UTXO model we discussed in our previous article.
When a Bitcoin transaction creates an output, that output represents a specific amount of bitcoin that can later be spent.
Ordinals introduce a way to conceptually track individual satoshis as they move through Bitcoin transactions.
What Is an Ordinal?
An ordinal is essentially a number assigned to a particular satoshi according to the Ordinal theory created by Casey Rodarmor.
The system provides a method for assigning serial numbers to satoshis based on the order in which they are mined.
Think of it like numbering individual grains of sand.
Bitcoin contains an enormous number of satoshis.
The Ordinals protocol creates a system for saying:
This is satoshi #X.
That satoshi can then be tracked as it moves through Bitcoin transactions.
The number itself isn’t something Bitcoin’s consensus rules require.
Bitcoin nodes do not need the Ordinals protocol to validate ordinary Bitcoin transactions.
Instead, Ordinal theory is an additional system that interprets Bitcoin’s transaction history to assign and track satoshis.
This distinction is extremely important.
Does Bitcoin Itself Assign Ordinal Numbers?
Not at the consensus level.
This is one of the easiest points to misunderstand.
Bitcoin’s protocol does not have a native field saying:
“This is satoshi number 123456789.”
Instead, Ordinal theory provides a numbering system that can be applied to Bitcoin’s transaction history.
Bitcoin itself continues to operate according to its existing consensus rules.
The Ordinals protocol essentially creates an additional interpretation of that data.
This means you can use Bitcoin perfectly normally without ever interacting with Ordinals.
What Is an Inscription?
This is where things become more interesting.
An inscription is data associated with a particular satoshi using the Ordinals protocol.
People often use the terms Ordinals and inscriptions interchangeably, but technically they refer to different things.
A simple way to remember the distinction is:
Ordinals = system for identifying and tracking satoshis
Inscriptions = data associated with individual satoshis
For example, imagine an artist wants to put an image on Bitcoin.
The image’s data can be included in a Bitcoin transaction using the inscription system.
The inscription is then associated with a particular satoshi.
That satoshi can subsequently be tracked according to Ordinal theory.
Are Bitcoin Ordinals the Same as NFTs?
Not exactly.
This is one of the most common questions.
Bitcoin Ordinals are often described as Bitcoin NFTs, but the underlying technology is different from many traditional NFT systems.
An Ethereum NFT generally involves a smart contract that maintains ownership and token information.
The NFT may point to metadata or content stored somewhere else.
Bitcoin inscriptions take a different approach.
The inscription data itself can be recorded directly on Bitcoin’s blockchain.
That distinction makes Bitcoin inscriptions different from many traditional NFT implementations.
However, people commonly call them Bitcoin NFTs because they can represent unique digital items such as:
- Artwork
- Collectibles
- Digital artifacts
- Games
- Text
- Other media
So the simplest answer is:
Ordinals can function like NFTs, but Ordinals are not technically identical to Ethereum NFTs.
How Do Bitcoin Inscriptions Work?
At a high level, an inscription involves putting data into a Bitcoin transaction and associating that data with a specific satoshi.
The process can be simplified into several stages.
Step 1: Select a Satoshi
The Ordinals system identifies a particular satoshi.
Step 2: Create the Inscription
Data is prepared for inscription.
This could be:
- An image
- Text
- Audio
- Video
- HTML
- Another type of digital content
Step 3: Put the Data Into a Bitcoin Transaction
The data is included in a Bitcoin transaction using Bitcoin’s scripting and witness structure.
Step 4: Associate the Inscription With a Satoshi
The Ordinals protocol interprets the transaction and associates the inscription with a specific satoshi.
Step 5: The Transaction Is Confirmed
Once the transaction is included in a Bitcoin block, the inscription becomes part of Bitcoin’s permanent blockchain history, assuming the relevant blockchain data remains available.
This is one of the reasons inscriptions became so interesting.
The system uses Bitcoin’s existing infrastructure rather than requiring a completely separate blockchain.
Why Did Ordinals Become Possible?
Bitcoin has supported transaction data and programmable scripts for a long time.
However, changes introduced through SegWit and later Taproot helped make large inscriptions practical.
This is an important connection between several Bitcoin upgrades.
SegWit
SegWit separated witness data from the traditional transaction structure and introduced different rules for how that data contributes to block weight.
Taproot
Taproot introduced new spending rules and expanded how witness data and scripts could be used.
Together, these changes created conditions that developers could use to build inscription systems.
This doesn’t mean:
“SegWit was created for Ordinals.”
It wasn’t.
Nor does it mean:
“Taproot created Ordinals.”
It didn’t.
Instead, Ordinals took advantage of capabilities already available in Bitcoin.
For a deeper explanation of Taproot, see our guide:
What Is Bitcoin Taproot? A Beginner’s Guide to Bitcoin’s Taproot Upgrade
How Did SegWit Help Ordinals?
SegWit, activated in 2017, changed how Bitcoin transactions handle witness data.
One important effect was that witness data received different treatment when calculating transaction weight.
This allowed more data to be included in blocks under the block-weight system.
Ordinals inscriptions make use of this transaction structure.
The inscription data is placed in the witness portion of a Bitcoin transaction rather than being stored as ordinary transaction output data.
This distinction helped make larger data inscriptions possible without changing Bitcoin’s basic block-size limit.
If you’re unfamiliar with SegWit, understanding it first can make the Ordinals system much easier to follow.
How Did Taproot Help Ordinals?
Taproot became active in 2021.
It introduced:
- Schnorr signatures
- New spending rules
- Tapscript
- Taproot outputs
- New ways to structure Bitcoin scripts
Ordinals inscriptions make use of Taproot’s script structure to place inscription data into transaction witness data.
Taproot also removed some practical limitations that would otherwise have made large inscription data more difficult to handle.
This is why Ordinals appeared after Taproot rather than simply existing in their modern form years earlier.
Again, however, Taproot was not created specifically for Ordinals.
Ordinals are an application built using Bitcoin’s existing capabilities.
Where Is an Ordinal Inscription Stored?
This requires a little clarification.
The inscription data is included in Bitcoin transaction data and ultimately becomes part of the blockchain.
Unlike some NFT systems that store the media somewhere else and put only a reference on-chain, Bitcoin inscriptions are designed around placing the inscription content directly into Bitcoin’s blockchain data.
This is commonly described as on-chain storage.
That distinction is one of the major reasons supporters consider inscriptions interesting.
If an image is inscribed directly into Bitcoin’s blockchain, its availability doesn’t depend in exactly the same way on an external image-hosting service.
However, “on-chain” does not mean that every wallet or website will automatically display the content.
Applications still need software capable of interpreting the inscription data.
Why Is On-Chain Storage Important?
Consider two simplified systems.
System A
Blockchain:
Token → points to external image
The image might be stored on:
- A centralized server
- IPFS
- Cloud storage
- Another external system
If the external data disappears, the NFT’s associated content may become difficult or impossible to retrieve.
System B
Blockchain:
Inscription → data included directly in blockchain history
The content is recorded as part of the blockchain’s data.
This can make the inscription more durable.
However, on-chain storage also comes with a major trade-off:
Blockchain space is limited.
Putting large amounts of data onto Bitcoin consumes block space.
That leads directly to one of the biggest debates surrounding Ordinals.
Bitcoin Block Space Is Limited
Bitcoin blocks have limited capacity.
Every transaction competes for inclusion in that available space.
When demand is low, users can often get transactions confirmed with relatively modest fees.
When demand increases significantly, users compete for block space.
This can push fee rates higher.
Ordinals created additional demand for Bitcoin block space because inscriptions can contain data that would not otherwise be included in ordinary monetary transactions.
This produced both excitement and controversy.
Supporters argued that users are free to use Bitcoin block space according to the protocol’s rules.
Critics argued that large amounts of non-financial data can make Bitcoin more expensive for people who simply want to send BTC.
Understanding this debate requires understanding Bitcoin’s fee market.
Our existing guide on Bitcoin transaction fees explains why users compete for limited block space.
Do Ordinals Increase Bitcoin Transaction Fees?
They can contribute to increased demand for block space, which can affect fees during periods of high activity.
But it would be inaccurate to say:
“Ordinals always make Bitcoin fees expensive.”
Bitcoin fees are determined by demand for block space and users’ willingness to pay for transaction inclusion.
Ordinals are one source of demand.
Other sources include:
- Normal Bitcoin payments
- Exchange withdrawals
- Consolidation transactions
- High network activity
- Other applications using Bitcoin
When many users compete for limited block space, fee rates can rise.
This is a broader feature of Bitcoin’s fee market rather than something unique to Ordinals.
Ordinals and the Bitcoin Mempool
Before a transaction is confirmed, it is generally broadcast to the Bitcoin network and may wait in the mempool.
The mempool is where nodes can hold valid but unconfirmed transactions.
During periods of high demand, the mempool can become crowded.
Users then compete for block space by offering higher fee rates.
Large inscription transactions can therefore become part of the competition for block space.
If you’re unfamiliar with this process, our guide:
What Is the Bitcoin Mempool? Everything Beginners Need to Know
explains how unconfirmed Bitcoin transactions wait for inclusion in blocks.
Are Ordinals Bad for Bitcoin?
There isn’t a universally accepted answer.
This is an ongoing debate within the Bitcoin community.
Arguments in favor of Ordinals
Supporters argue that:
- Bitcoin block space is permissionless
- Users should be able to use valid transaction formats
- New applications can increase demand for Bitcoin
- Inscriptions create new use cases
- Developers can experiment with Bitcoin
- Higher fees can eventually support miner revenue
Arguments against Ordinals
Critics argue that:
- Large inscriptions compete with monetary transactions
- They can contribute to higher fees
- Blockchain storage requirements can increase
- Bitcoin’s block space should prioritize financial transactions
- Some inscription activity may be spam-like or unnecessary
Both perspectives are worth understanding.
The Bitcoin protocol itself doesn’t judge whether a transaction is “financially useful” based on its content.
If the transaction follows the consensus rules and pays the required fee, nodes can relay and miners can include it.
Do Ordinals Make Bitcoin More Valuable?
There is no simple answer.
Ordinals may create additional demand for Bitcoin block space.
That could potentially create economic activity around Bitcoin and its ecosystem.
However, it would be misleading to claim that Ordinals automatically increase Bitcoin’s price.
Bitcoin’s market price is influenced by many factors, including:
- Supply and demand
- Market sentiment
- Adoption
- Macroeconomic conditions
- Regulation
- Institutional activity
- Network usage
- Investor expectations
Ordinals are only one part of the broader ecosystem.
This is why SatoshiDock should avoid presenting Ordinals as a guaranteed investment opportunity.
They are a technology and application category, not a promise of profit.
How Does the Ordinals Numbering System Work?
The idea behind Ordinals is surprisingly simple.
Bitcoin consists of individual units called satoshis.
The Ordinal theory assigns each satoshi a number based on its position in the issuance and transaction history of Bitcoin.
The first satoshi mined in Bitcoin’s history receives the first ordinal number.
The next satoshi receives the next number, and so on.
This creates a theoretical numbering system for individual satoshis across Bitcoin’s entire supply.
The important word here is theoretical.
Bitcoin’s consensus rules don’t actually track these numbers.
Instead, Ordinal theory provides a method for interpreting Bitcoin’s transaction history and determining where individual satoshis move.
How Are Satoshis Numbered?
A simplified example can make this easier.
Imagine Bitcoin had only 10 satoshis.
When the first block creates the first 10 satoshis, they could theoretically be numbered:
Sat 0
Sat 1
Sat 2
Sat 3
and so on.
When those satoshis are later spent, the Ordinals system follows their movement through Bitcoin transactions.
In real Bitcoin, the situation is much more complicated because transactions can contain multiple inputs and outputs.
The Ordinals protocol uses specific rules to determine how satoshis are transferred from inputs to outputs.
This allows a particular satoshi to be tracked through Bitcoin’s UTXO system.
How Do Ordinals Follow Satoshis Through Transactions?
This is where Bitcoin’s UTXO model becomes important.
A Bitcoin transaction consumes existing UTXOs as inputs and creates new UTXOs as outputs.
Suppose Alice controls a UTXO containing:
1,000 sats
She sends:
300 sats to Bob
and receives:
700 sats as change
The transaction consumes the original UTXO and creates two new outputs.
From the perspective of Bitcoin itself, these are simply amounts.
Ordinal theory applies additional rules to determine which individual satoshis are assigned to each output.
This process is known as satpoint tracking.
The exact assignment follows the Ordinals protocol’s rules rather than information explicitly recorded by Bitcoin’s consensus layer.
This is why understanding our earlier article on How Bitcoin Transactions Work is useful before going deeper into Ordinals.
What Is a Satpoint?
A satpoint identifies a particular location where an ordinal can be found within Bitcoin’s transaction history.
It can be thought of as a reference to:
- A transaction
- A specific output
- A position within that output
For example, instead of simply saying:
“This is satoshi #12345.”
an Ordinals application may need to determine:
“Where is satoshi #12345 currently located?”
The satpoint provides a way to identify that location.
This becomes important when inscriptions are transferred.
What Happens When an Inscribed Satoshi Is Spent?
Suppose an inscription is associated with a particular satoshi.
That satoshi is controlled by a Bitcoin output.
When the output is spent, the satoshi moves according to Bitcoin’s transaction rules and the Ordinals protocol’s interpretation of those rules.
The inscription therefore moves with the satoshi.
This is one of the defining characteristics of Ordinal inscriptions.
You aren’t simply transferring a database entry that says:
“Wallet A owns image #123.”
Instead, the inscription is associated with a specific satoshi that moves through Bitcoin’s transaction system.
What Is a “Rare” Satoshi?
Not every satoshi is considered equally interesting by Ordinals collectors.
Some satoshis have special characteristics based on when they were created or the events associated with their issuance.
These are sometimes described as rare sats.
The rarity classifications are based on Bitcoin’s issuance schedule and historical events.
For example, certain satoshis may be associated with:
- The beginning of a new block
- Difficulty adjustment periods
- Bitcoin halvings
- The beginning of a new difficulty epoch
Some collectors consider these sats more desirable than ordinary satoshis.
This has created an entire collecting culture around individual Bitcoin units.
What Are Uncommon, Rare, Epic, and Legendary Sats?
The Ordinals ecosystem has developed various rarity classifications.
One commonly discussed system includes:
Common
Ordinary satoshis that aren’t associated with a particularly unusual issuance event.
Uncommon
The first satoshi of a new Bitcoin block.
Rare
The first satoshi mined after a Bitcoin difficulty adjustment.
Epic
The first satoshi mined after a Bitcoin halving.
Legendary
The first satoshi of a Bitcoin cycle.
Mythic
The very first satoshi mined in Bitcoin’s history.
These classifications are part of the Ordinals community’s interpretation and collecting system.
They are not Bitcoin consensus categories.
Bitcoin’s network doesn’t assign monetary value to a satoshi because it is classified as “rare.”
Their value, if any, comes from collector demand.
Is a Rare Satoshi Actually Worth More Bitcoin?
No.
This is another important distinction.
A rare satoshi is still one satoshi.
Bitcoin’s protocol doesn’t say:
1 rare satoshi = 10 normal satoshis.
All satoshis have the same face value within Bitcoin’s monetary system.
The potential additional value comes from the collectible market, not Bitcoin’s monetary rules.
For example, someone might be willing to pay more than one satoshi’s monetary value to acquire a historically interesting satoshi.
That is similar to collectible coins in the physical world.
A rare historical coin may have a value far above its face value because collectors want it.
What Is an Inscription’s Content?
An inscription can contain different types of digital data.
Examples include:
- JPEG images
- PNG images
- GIFs
- Text
- HTML
- SVG files
- Audio
- Video
- Applications
- Other digital files
The inscription protocol records the content in Bitcoin transaction witness data.
The application viewing the inscription interprets that data and displays it appropriately.
This is one reason Ordinals can support a much wider range of content than simply static artwork.
How Large Can an Inscription Be?
The practical size of an inscription is constrained by Bitcoin’s transaction and block rules.
Because inscription data is placed into transaction witness data, large inscriptions can consume significant block weight.
Bitcoin blocks have a maximum block weight of:
4,000,000 weight units
This doesn’t mean every inscription can simply use 4 million weight units.
A transaction also needs to follow Bitcoin’s other consensus and policy rules, and miners choose which transactions to include.
Large inscriptions therefore compete directly with other transactions for available block space.
This is one of the reasons large inscriptions can have a significant impact on transaction fees.
Why Do Some Ordinals Transactions Look So Large?
A normal Bitcoin payment may contain relatively little data.
For example, it might simply transfer BTC from one address to another.
An inscription transaction can contain substantially more witness data.
A simplified comparison might look like:
Normal payment
→ Inputs + outputs + signatures
Inscription transaction
→ Inputs + outputs + signatures + inscription data
The additional data requires block space.
If many users attempt to inscribe large files at the same time, competition for block space can increase.
How Are Ordinals Transferred?
An inscription can be transferred through a Bitcoin transaction.
At a high level:
Inscribed satoshi
↓
Current Bitcoin output
↓
Transaction spends that output
↓
Satoshi moves to another output
↓
New owner controls the satoshi
Because the inscription is associated with the satoshi, the inscription moves with it according to Ordinal theory.
This is different from simply updating an ownership record in a centralized database.
The transfer takes place using Bitcoin’s transaction system.
Do Ordinals Require a Separate Blockchain?
No.
This is one of the main reasons Ordinals attracted attention.
Ordinals use the Bitcoin blockchain.
There isn’t a separate “Ordinals blockchain” where the inscriptions exist.
The Bitcoin network continues to process ordinary Bitcoin transactions normally.
Ordinals are an additional protocol for interpreting certain Bitcoin transaction data.
This also means that someone doesn’t need a separate cryptocurrency called “Ordinal” to use the protocol.
Is There an Ordinals Coin?
No.
There is no native Bitcoin consensus coin called “ORD” that is required for Ordinals.
The underlying asset remains:
Bitcoin (BTC)
The Ordinals protocol works with individual satoshis.
Be careful when encountering tokens or projects using names associated with Ordinals.
Some may be independent projects that have no direct relationship with the Bitcoin Ordinals protocol.
How Do Ordinals Differ From Ethereum NFTs?
This is one of the most interesting comparisons.
Both Ordinals inscriptions and NFTs can represent unique digital objects.
However, their technical foundations are different.
Ethereum NFT
A typical Ethereum NFT uses a smart contract.
The contract maintains information about:
- Token IDs
- Ownership
- Transfers
- Metadata
The actual media may be stored on-chain or off-chain depending on the project.
Bitcoin Inscription
A Bitcoin inscription uses Bitcoin transaction data and associates content with a satoshi through the Ordinals protocol.
The content can be recorded directly on Bitcoin’s blockchain.
This produces a different ownership and storage model.
Ordinals vs. NFTs: A Simple Comparison
| Feature | Bitcoin Ordinals | Typical Ethereum NFT |
|---|---|---|
| Blockchain | Bitcoin | Ethereum |
| Basic unit | Satoshi | Token ID |
| Main mechanism | Inscriptions | Smart contracts |
| Content | Can be stored on-chain | Often stored separately |
| Ownership | Associated with satoshi | Recorded by smart contract |
| Smart contract required | No | Usually yes |
| Native asset | BTC | ETH + NFT token |
| Transaction system | Bitcoin UTXOs | Ethereum accounts |
| Programmability | Bitcoin Script-based | Ethereum smart contracts |
This doesn’t mean one system is automatically better.
They were designed within very different blockchain architectures.
Are Bitcoin Ordinals Really NFTs?
The answer depends on how strictly you define NFT.
NFT stands for non-fungible token.
A non-fungible asset is something individually distinguishable from another asset.
A one-of-a-kind artwork, for example, can be considered non-fungible because one particular item isn’t identical in ownership or identity to another.
Ordinals can represent unique digital artifacts associated with individual satoshis.
For this reason, people often call them Bitcoin NFTs.
However, technically, Ordinals don’t use the same token-standard model that Ethereum NFTs commonly use.
So a more precise description is:
Ordinals are a Bitcoin protocol for identifying individual satoshis and attaching data to them through inscriptions.
Calling them Bitcoin NFTs is useful for beginners, but it shouldn’t obscure the technical differences.
What Is the Difference Between an Inscription and an Ordinal?
These terms are closely related but shouldn’t be treated as identical.
Ordinal
A system for assigning identities to individual satoshis and tracking their movement.
Inscription
Data associated with a particular satoshi using the Ordinals protocol.
Think of it like this:
Ordinal → identifies the satoshi
Inscription → gives that satoshi associated digital content
This distinction becomes especially useful when reading technical documentation.
Do You Need Bitcoin to Create an Inscription?
Yes.
An inscription ultimately requires a Bitcoin transaction.
That transaction must be processed by the Bitcoin network.
Therefore, users generally need BTC to cover the associated transaction fees.
The exact cost can vary considerably depending on:
- Inscription size
- Network congestion
- Fee rate
- Transaction structure
- Market demand for block space
This is why creating an inscription isn’t necessarily cheap.
A small text inscription can require substantially less block space than a large image or video.
Why Can Inscribing Data Be Expensive?
Bitcoin block space is scarce.
Imagine a theater with 1,000 seats.
If only 500 people want tickets, there is plenty of room.
If 10,000 people want tickets, people start competing for the limited seats.
Bitcoin’s block space works somewhat similarly.
There is a limited amount of transaction data that can fit into each block.
When demand increases, users can compete by paying higher fees.
Because inscriptions can consume significant amounts of block space, users may need to pay substantial fees when demand is high.
This is why checking the current Bitcoin mempool and fee market before making an inscription can be useful.
Can You Delete an Ordinal Inscription?
Generally, not in the sense of removing the underlying blockchain data.
Once inscription data has been included in Bitcoin’s blockchain and the block is part of the chain’s history, it is designed to remain there.
A user can transfer or stop using an inscription.
But they cannot simply log into a website and press:
Delete from Bitcoin.
This permanence is one of the features supporters value.
However, it also creates an important responsibility.
Users should think carefully before permanently publishing data to a public blockchain.
Why Is Permanence Important?
A blockchain is not the same as a normal cloud-storage service.
If you upload a photo to a social media platform, the platform may allow you to delete it.
Blockchain data works differently.
Once information becomes part of Bitcoin’s historical data, removing it from every copy of the blockchain is not realistically how the system operates.
That means users should be careful about what they inscribe.
They should avoid permanently publishing:
- Private information
- Passwords
- Personal documents
- Sensitive photographs
- Copyrighted material they don’t have permission to publish
- Malicious or harmful content
The fact that something can be put on a blockchain doesn’t mean it should be.
Are Ordinals Safe?
The Bitcoin protocol itself remains the Bitcoin protocol.
However, interacting with Ordinals can introduce additional risks.
These risks can come from:
- Fake marketplaces
- Phishing websites
- Malicious wallet software
- Fake collections
- Counterfeit inscriptions
- Scams pretending to offer valuable rare sats
- Incorrectly constructed transactions
- Users accidentally spending an inscription
This last point is particularly important.
Because an inscription is associated with a particular satoshi, wallet software needs to understand Ordinals correctly if the user wants to preserve and transfer that inscription.
A wallet that doesn’t understand inscription-aware UTXO management may potentially treat an inscribed satoshi like an ordinary satoshi.
What Is Accidental Inscription Spending?
Imagine you own:
100,000 ordinary sats
and:
1 inscribed satoshi
A normal Bitcoin wallet may simply see a collection of UTXOs.
If the wallet isn’t designed to recognize the inscription, it might select the wrong UTXO when making a payment.
The user could accidentally spend the inscribed satoshi.
This is sometimes called cursed or unintended spending in discussions around Ordinal-aware wallet management, although the exact terminology depends on the situation.
The important lesson for beginners is simple:
If you own inscriptions, use wallet software that explicitly supports Ordinals and inscription-aware UTXO management.
What Are Ordinals Marketplaces?
Ordinals marketplaces are platforms where users can discover, buy, sell, and trade inscriptions.
They can function somewhat like NFT marketplaces.
A marketplace may provide:
- Inscription listings
- Collection information
- Prices
- Transaction tools
- Wallet connections
- Trading interfaces
However, users should carefully verify any marketplace before connecting a wallet.
The existence of an Ordinals marketplace does not mean every listing or seller is trustworthy.
Just like traditional crypto and NFT markets, scams and counterfeit collections can exist.
Are Ordinals Investments?
Not necessarily.
An inscription can be a collectible, artwork, historical artifact, experiment, or simply a piece of data.
Some people buy inscriptions because they believe particular collections or rare satoshis may become valuable.
But that doesn’t guarantee future demand.
Prices can fall.
Collections can lose popularity.
Marketplaces can disappear.
A rare satoshi classification does not guarantee that someone will pay a premium for it.
Therefore, users should treat Ordinals primarily as a technology and collectible ecosystem rather than assuming every inscription is an investment.
Why Do People Collect Rare Satoshis?
Some collectors are interested in Bitcoin history.
For example, a satoshi associated with a significant Bitcoin event may have historical appeal.
Collectors might value sats associated with:
- Early Bitcoin blocks
- Halvings
- Difficulty adjustments
- Other historically significant events
This is similar to collecting physical coins.
The underlying monetary value may be ordinary, while the historical or collectible value can be different.
The market determines whether other collectors agree.
Are Rare Satoshis Officially Recognized by Bitcoin?
No.
This distinction is essential.
Bitcoin’s consensus rules do not assign different monetary values to “common,” “rare,” “epic,” or “legendary” satoshis.
Those classifications come from Ordinal theory and its surrounding collecting ecosystem.
A Bitcoin node doesn’t reject a transaction because someone spent a “rare sat.”
Bitcoin sees satoshis as units of bitcoin.
Ordinal-aware software adds additional interpretation.
Ordinals and UTXOs
Ordinals are closely connected to Bitcoin’s UTXO system.
As we covered in our previous article, Bitcoin doesn’t maintain account balances in the same way a traditional bank does.
Instead, transactions consume existing outputs and create new outputs.
Ordinals add another layer of interpretation to this process by tracking individual satoshis.
This means an inscription can effectively travel from one UTXO to another.
Understanding this relationship is essential if you want to understand why Ordinals are different from ordinary NFTs.
The inscription isn’t simply sitting inside a wallet database.
Its association is tied to Bitcoin transaction history.
Why Ordinals Can Be Difficult for Beginners
At first glance, Ordinals seem simple:
Put an image on Bitcoin.
But the underlying system involves several layers:
Bitcoin
↓
Transactions
↓
UTXOs
↓
Satoshis
↓
Ordinal numbering
↓
Inscriptions
↓
Inscription-aware wallets and marketplaces
Each layer has its own rules.
That’s why a good understanding of basic Bitcoin concepts makes Ordinals much easier.
If you haven’t already, it’s worth reading our guides on Bitcoin wallets, Bitcoin addresses, Bitcoin transactions, and UTXOs before experimenting with inscriptions.
Ordinals vs. Bitcoin Runes
If you’ve been researching Bitcoin Ordinals, you’ve probably encountered another term:
Runes.
Although Ordinals and Runes are related, they are designed for different purposes.
Ordinals
Ordinals provide a system for identifying individual satoshis and associating data with them through inscriptions.
They are commonly used for:
- Digital artwork
- Collectibles
- Text
- Applications
- Other digital artifacts
Runes
Bitcoin Runes are a protocol designed specifically for creating and managing fungible tokens on Bitcoin.
Fungible means each unit of a token is interchangeable with another unit of the same token.
For example:
1 BTC = 1 BTC
One bitcoin is interchangeable with another bitcoin of equal amount.
Likewise, a fungible token can have:
1 Token A = 1 Token A
Ordinals, by contrast, focus on individual satoshis and unique inscriptions.
A simple way to remember the difference is:
Ordinals → individual sats + inscriptions
Runes → fungible tokens
Runes were introduced in 2024 by Casey Rodarmor, the creator of the Ordinals protocol.
This distinction is useful because the two systems can sometimes be discussed together even though they solve different problems.
Why Were Bitcoin Runes Created?
The Bitcoin ecosystem already had ways of representing token-like assets, including systems that used inscriptions.
However, some developers wanted a more purpose-built protocol for fungible tokens that could operate on Bitcoin without requiring the same approach used by inscriptions.
Runes were designed to provide a relatively efficient way to create and transfer fungible tokens.
This means the two protocols can coexist.
Someone might use:
Ordinals → for an individual digital collectible
while another project uses:
Runes → for a fungible token
Neither system replaces the other.
Ordinals, Runes, and Bitcoin’s Block Space
Both systems use Bitcoin’s blockchain and therefore interact with Bitcoin’s limited block space.
This brings us back to one of the biggest debates surrounding Bitcoin’s evolving ecosystem.
Bitcoin blocks have limited capacity.
When applications create additional demand for that space, users compete through transaction fees.
Ordinals can consume significant amounts of witness data.
Runes generally use much smaller amounts of data for their protocol operations, although the total impact depends on network activity.
This means Bitcoin is increasingly being used for more than simple BTC transfers.
Whether that is good or bad is still debated.
Why Do Supporters Like Ordinals?
People who support Ordinals point to several potential benefits.
1. New Bitcoin Use Cases
Ordinals demonstrate that Bitcoin can support applications beyond simple monetary transfers.
Developers can experiment with:
- Digital collectibles
- On-chain artwork
- Games
- Software
- Digital artifacts
- Data-based applications
This expands the types of things people can build around Bitcoin.
2. On-Chain Digital Art
Artists can use inscriptions to put artwork directly onto Bitcoin’s blockchain.
This creates a different model from platforms where an NFT only points to an external image.
For collectors interested in digital permanence, this can be attractive.
3. Demand for Bitcoin Block Space
Every transaction that uses Bitcoin block space creates demand for that resource.
Supporters argue that this can be economically useful for Bitcoin because transaction fees are an important part of the long-term incentive system for miners.
Bitcoin’s block subsidy decreases over time through halvings.
Eventually, miners will receive little or no new BTC from the block subsidy.
Transaction fees will therefore become increasingly important to the network’s security model.
Ordinals are one possible source of fee-paying demand.
4. Developer Experimentation
Ordinals have encouraged developers to explore Bitcoin in ways that weren’t previously as common.
Even if some individual projects fail, experimentation can lead to useful discoveries.
This is common throughout technology.
Not every application needs to succeed for the underlying infrastructure to become more useful.
Why Do Critics Dislike Ordinals?
The criticism is equally important to understand.
1. Competition for Block Space
The most common criticism is that inscriptions consume block space that could otherwise be used for monetary transactions.
If a user simply wants to send Bitcoin, they may not appreciate having to compete with large inscription transactions.
2. Potentially Higher Fees
When inscription activity becomes intense, it can contribute to higher demand for block space.
This can increase fee pressure.
For users in regions where even modest Bitcoin fees are significant, this can be a real concern.
3. Blockchain Growth
Bitcoin nodes need to process and store blockchain data.
Large amounts of additional data can contribute to blockchain growth.
Critics worry that increasing data requirements could make running a fully validating node more demanding over time.
This matters because Bitcoin’s decentralization depends partly on people being able to independently validate the network.
4. Questions About Bitcoin’s Purpose
Some critics believe Bitcoin should primarily function as a decentralized monetary network.
From this perspective, using valuable block space for images, games, or collectibles is inefficient.
Supporters disagree.
They argue that Bitcoin’s permissionless design should allow users to decide how they use valid block space.
This is ultimately a philosophical disagreement about how Bitcoin should be used.
Can Bitcoin Developers Stop Ordinals?
This question comes up frequently.
The answer isn’t simple.
Ordinals use transaction structures that are valid under Bitcoin’s consensus rules.
As long as transactions follow those rules and users pay the required fees, miners can include them.
Bitcoin is decentralized.
There isn’t a central administrator who can simply decide:
“Ordinals are no longer allowed.”
Changing the rules would require a Bitcoin protocol change and broad ecosystem agreement.
There have been debates about whether certain forms of inscription activity should be restricted through policy or future protocol changes.
But these discussions are controversial because they involve a larger question:
Who gets to decide what Bitcoin block space should be used for?
What Is the Difference Between Bitcoin Policy and Consensus?
This distinction helps explain the debate.
Consensus Rules
Consensus rules determine what Bitcoin nodes consider valid.
Transactions violating consensus rules are rejected.
Policy Rules
Individual nodes and Bitcoin software implementations can also have policies about which transactions they relay or prioritize.
A transaction can therefore be valid under consensus rules while not being relayed by a particular node under its local policy.
This distinction is important because Bitcoin’s consensus rules are not simply a list of everything that users or node operators personally like.
The Ordinals debate often involves both technical and policy considerations.
Do Ordinals Harm Bitcoin’s Decentralization?
There isn’t a definitive answer.
There are two competing considerations.
Potential downside
More blockchain data can increase the resources required to operate a fully validating node.
If operating a node becomes significantly more expensive, fewer people may be able to run one.
That could potentially affect decentralization.
Potential upside
Additional transaction activity can generate fee revenue for miners and encourage development of new Bitcoin infrastructure.
It can also create additional demand for Bitcoin block space.
The actual long-term effect depends on how the ecosystem develops.
How Do Ordinals Affect Bitcoin Miners?
Ordinals can create additional fee-paying transactions.
Bitcoin miners select transactions from the available mempool and generally have an economic incentive to prioritize transactions with higher fee rates.
If users are willing to pay significant fees for inscriptions, miners can earn additional transaction-fee revenue.
This can be particularly relevant to Bitcoin’s long-term security model.
Bitcoin’s block reward consists primarily of:
Block subsidy + transaction fees
The subsidy decreases through Bitcoin halvings.
As the subsidy becomes smaller over time, transaction fees become increasingly important to miner revenue.
Ordinals are one potential source of that fee demand.
However, this doesn’t mean Ordinals are necessary for Bitcoin’s future security.
The broader Bitcoin economy can generate fee demand through many types of transactions.
Are Ordinals Permanent?
The goal of inscriptions is to record their content directly in Bitcoin’s blockchain.
Once the relevant transaction is confirmed and becomes part of the chain, the inscription becomes part of Bitcoin’s historical data.
However, beginners should avoid interpreting “permanent” as meaning:
“Every website will display this content forever.”
Displaying inscriptions requires software and infrastructure capable of interpreting the data.
The blockchain provides the underlying record.
Applications provide the interfaces through which people view and interact with it.
Can an Ordinal Be Counterfeited?
The same way collectors verify authenticity in other digital ecosystems, Ordinals users need to verify exactly what they are buying.
A scammer can create an inscription that looks visually identical to another inscription.
The image itself doesn’t necessarily prove that it belongs to the original collection.
Users may need to verify:
- Inscription ID
- Collection information
- Creator information
- Marketplace data
- Transaction history
- The specific satoshi associated with the inscription
This is especially important when buying collectibles.
A copy of an image is not necessarily the same inscription as the original.
What Is an Inscription ID?
An inscription has an identifier that allows applications to distinguish it from other inscriptions.
This is useful because many different inscriptions can contain identical or similar files.
Imagine two people inscribe the exact same JPEG.
The files may look identical.
But the inscriptions are still separate blockchain records.
The inscription ID allows users and applications to identify the specific inscription they are discussing.
This is similar to how transaction IDs allow Bitcoin users to distinguish one transaction from another.
Do Ordinals Have Ownership?
Ownership is slightly different from traditional digital platforms.
Bitcoin itself does not have a centralized database saying:
“Mr. X owns Ordinal #123.”
Instead, control is associated with the Bitcoin output containing the relevant satoshi.
Whoever controls the private key capable of spending that output can generally control the Bitcoin and the associated satoshi.
This is why private-key security remains extremely important.
If someone gains control of the private keys controlling an inscription, they may be able to transfer the associated satoshi.
This connects Ordinals directly to the broader concept of Bitcoin wallet security.
Why Should You Never Share Your Private Key?
A private key gives the holder the ability to authorize Bitcoin transactions.
If an inscription is associated with a satoshi controlled by that key, losing control of the key can also mean losing control of the inscription.
Never give your:
- Private key
- Seed phrase
- Recovery phrase
to a website, marketplace, stranger, or supposed customer-support agent.
A legitimate service should not need your seed phrase to “verify” your Ordinal.
This is the same fundamental security principle that applies to ordinary Bitcoin.
For a deeper explanation, read our guide:
Bitcoin Private Keys vs. Public Keys: What’s the Difference?
Should Beginners Buy Bitcoin Ordinals?
There is no universal answer.
If you’re interested in Ordinals as a technology or digital collectible ecosystem, learning about them can be worthwhile.
But buying an inscription because you expect it to increase in price is different.
Prices can be highly speculative.
An inscription that is expensive today may become much less valuable later.
Factors that can affect prices include:
- Collector interest
- Community popularity
- Creator reputation
- Historical significance
- Rarity
- Market liquidity
- Broader cryptocurrency conditions
None of these guarantees future value.
Beginners should therefore understand the technology before putting money into collectibles.
How Can Beginners Safely Explore Ordinals?
If you want to learn about Ordinals without immediately buying anything, start with observation.
Step 1: Learn the basics
Understand:
- Bitcoin transactions
- UTXOs
- Satoshis
- Wallets
- Private keys
- Transaction fees
Step 2: Explore inscription data
Use a reputable Ordinals explorer to examine existing inscriptions.
Look at:
- Inscription IDs
- Transaction history
- Content
- Block information
- Associated satoshis
Step 3: Learn about wallet compatibility
Don’t assume your normal Bitcoin wallet is designed for inscription management.
Check whether the wallet explicitly supports Ordinals.
Step 4: Understand fees
Large inscriptions can require substantial transaction fees.
Understand the fee before signing a transaction.
Step 5: Avoid rushing into purchases
You don’t need to buy an inscription simply because something is trending.
Learn first.
Common Bitcoin Ordinals Misconceptions
“Ordinals are a new cryptocurrency.”
False.
Ordinals are a protocol for identifying satoshis and creating inscriptions on Bitcoin.
“There is an Ordinals coin.”
False.
The Ordinals protocol does not require a separate native cryptocurrency.
The underlying asset is Bitcoin.
“Every Ordinal is an NFT.”
Not exactly.
Ordinals are often called Bitcoin NFTs because they can represent unique digital objects, but their technical architecture differs from typical smart-contract-based NFTs.
“Ordinals changed Bitcoin’s 21 million BTC limit.”
False.
Ordinals did not create additional bitcoin.
They use existing satoshis.
“Ordinals created Bitcoin smart contracts.”
False.
Bitcoin has had programmable scripts since its early days.
Ordinals use existing Bitcoin capabilities.
“Every rare satoshi is extremely valuable.”
False.
Rarity is a classification within the Ordinals ecosystem.
Market value depends on demand.
“An inscription can always be deleted.”
Generally false.
Blockchain data is designed to remain part of Bitcoin’s historical record once confirmed.
“Ordinals are stored inside a Bitcoin wallet.”
Not exactly.
The inscription data is recorded in Bitcoin transaction data, while the wallet manages the keys and Bitcoin outputs needed to control the associated satoshi.
Frequently Asked Questions
What are Bitcoin Ordinals?
Bitcoin Ordinals are a protocol for identifying and tracking individual satoshis. The protocol also enables users to associate data with individual satoshis through inscriptions.
What is a Bitcoin inscription?
A Bitcoin inscription is data associated with a particular satoshi through the Ordinals protocol. The data can include images, text, audio, video, and other digital content.
Are Ordinals stored on Bitcoin?
Yes. Ordinal inscriptions are designed to record their content directly in Bitcoin transaction data.
What is the smallest unit of Bitcoin?
The smallest standard unit is the satoshi.
1 BTC = 100,000,000 satoshis.
Are Ordinals the same as NFTs?
They can serve a similar collectible purpose, but Ordinals use Bitcoin’s transaction and UTXO architecture rather than the smart-contract token model commonly used by Ethereum NFTs.
Do Ordinals use Bitcoin?
Yes. Ordinals operate using Bitcoin and individual satoshis.
Do Ordinals require a separate token?
No. The Ordinals protocol doesn’t require a separate native cryptocurrency.
What is a rare satoshi?
A rare satoshi is a satoshi that has a special classification within Ordinal theory based on Bitcoin’s historical issuance events.
Can rare satoshis be worth more than normal satoshis?
They can potentially have additional collectible value if buyers are willing to pay a premium, but Bitcoin’s protocol gives every satoshi its normal monetary value.
Do Ordinals increase Bitcoin fees?
Ordinals can contribute to demand for block space, which can increase fee pressure during periods of high network activity. They are not the only factor affecting fees.
Why do Ordinals use Taproot?
Taproot introduced capabilities that made the inscription approach practical and efficient, particularly through changes to script and witness handling.
Why do Ordinals use SegWit?
SegWit’s transaction and witness structure made it possible to use witness data for inscriptions in ways that would have been much more difficult under Bitcoin’s older transaction structure.
Are Ordinals safe?
The Bitcoin protocol itself remains secure, but users can encounter scams, fake marketplaces, malicious software, and wallet-management risks when interacting with Ordinals.
Can I lose an Ordinal?
You can lose control of an inscription if you lose control of the Bitcoin output containing its associated satoshi or accidentally transfer it using software that doesn’t properly manage inscriptions.
The Future of Bitcoin Ordinals
It’s still too early to say exactly what role Ordinals will play in Bitcoin’s long-term future.
The technology has already demonstrated that Bitcoin can be used for applications beyond simple BTC transfers.
It has created new categories of:
- Digital collectibles
- On-chain artwork
- Bitcoin-native applications
- Developer experimentation
- Data inscriptions
At the same time, the debate surrounding block space is unlikely to disappear.
Bitcoin has limited capacity.
Every new application competing for that capacity raises an important question:
What should Bitcoin’s scarce block space be used for?
There isn’t a purely technical answer.
It’s partly an economic and philosophical question.
Supporters believe Bitcoin should remain permissionless and allow users to decide what valid transactions are worth paying for.
Critics believe scarce block space should primarily serve Bitcoin’s monetary function and worry that excessive data use could increase costs and affect decentralization.
Both perspectives are worth considering.
Final Thoughts
Bitcoin Ordinals introduced a fascinating new way to use the Bitcoin blockchain.
At their core, the concept is relatively straightforward:
Ordinals identify individual satoshis.
Inscriptions associate digital data with those satoshis.
But the technology becomes much more interesting when you look underneath it.
Ordinals rely on Bitcoin’s existing transaction model, UTXOs, SegWit witness data, and Taproot capabilities.
They don’t create a new blockchain.
They don’t create a new version of Bitcoin.
And they don’t change Bitcoin’s 21 million BTC supply limit.
Instead, they use Bitcoin’s existing infrastructure in a new way.
For supporters, this creates exciting possibilities for digital collectibles, on-chain artwork, applications, and additional demand for Bitcoin block space.
For critics, it raises legitimate concerns about transaction fees, blockchain growth, node requirements, and whether Bitcoin’s limited block space should be used for large amounts of non-financial data.
The most useful way to understand Ordinals is therefore not to think of them as simply “Bitcoin NFTs.”
They are better understood as a Bitcoin-native system for assigning identities to satoshis and associating digital data with them.
Whether Ordinals become a major part of Bitcoin’s future or eventually become a smaller niche within the ecosystem remains to be seen.
But the technology has already demonstrated something important:
Bitcoin’s blockchain can support more experimentation and functionality than many people previously realized.
And as Bitcoin continues to evolve, understanding concepts like Ordinals, UTXOs, Taproot, Lightning, and Bitcoin’s scripting system will make it much easier to understand where the network is heading.