Ordinals (Bitcoin) Definition: Ordinals is a protocol that assigns a unique serial number to every satoshi, the smallest unit of bitcoin, in the order it was mined. Because each satoshi becomes individually trackable, users can attach images, text or code to one, a process called inscription, and trade it like a non-fungible token directly on the Bitcoin blockchain.
What Are Bitcoin Ordinals?
For fourteen years, one bitcoin was treated like any other. Nobody cared which specific coins sat in a wallet, just as nobody cares which specific dollar bills are in a bank account. Ordinals changed that by giving every unit a name.
A satoshi, or sat, is one hundred-millionth of a bitcoin, so the full 21 million BTC supply equals 2.1 quadrillion sats. Developer Casey Rodarmor published “ordinal theory” and launched the Ordinals protocol in January 2023. It numbers sats from zero upward, starting with the first sat of the first block, and follows each one as it moves between wallets. Sat number 0 sits in the genesis block that Satoshi Nakamoto mined in January 2009.
On its own, a number is not very exciting. What made Ordinals popular was the second step: writing data onto a specific sat. The data becomes permanently tied to that sat, so whoever owns the sat owns the inscription. This gave Bitcoin its own form of NFT without any change to the protocol.
How Do Ordinals Work?
With the basic idea in place, the mechanics come down to two pieces: tracking sats and storing data.
Tracking relies on a rule called first-in, first-out. Bitcoin moves value through unspent transaction outputs (UTXOs), which a transaction can split or merge. Ordinal theory says the sats in a transaction’s inputs flow to its outputs in order: the first sat of the first input becomes the first sat of the first output, and so on.
Any node running the ordinals indexer can replay the whole chain and know where every numbered sat sits. Bitcoin itself does not know or care; the numbering is a layer of interpretation on top of ordinary transactions.
Storage relies on two earlier upgrades. SegWit, activated in 2017, moved signature data into a separate “witness” section and charged it at one quarter of the normal rate. Taproot, activated in November 2021, removed the practical size cap on witness scripts. An inscription places its content, such as a PNG file, inside a Taproot script in the witness, where it is stored in full by every node that keeps the chain.
That discount shapes the cost. Suppose you inscribe a 50 KB image: because witness bytes count at one quarter, the image takes about 12,500 virtual bytes of block space. At a fee rate of 20 sats per virtual byte, you pay roughly 250,000 sats, or 0.0025 BTC, which is $75 if bitcoin trades at $30,000. If the fee rate triples during a busy period, the same inscription costs $225, because the file size stays fixed while the price of block space rises.
Types of Ordinals Assets
- Image and media inscriptions are the most common: pixel-art collections, generative art and short videos stored in full on-chain.
- Text inscriptions hold plain text or JSON. Token standards such as BRC-20 use them to record mint and transfer instructions.
- Rare sats carry no inscription at all. Collectors value them by sat number, such as the first sat of each block or sats mined by Satoshi Nakamoto in 2009.
- Recursive inscriptions reference data from other inscriptions, which lets large works reuse shared code instead of storing it again.
Ordinals vs. Ethereum NFTs
| Bitcoin Ordinals | Ethereum NFTs | |
|---|---|---|
| Where content lives | Fully on-chain in the witness | Often off-chain, linked by URL or IPFS hash |
| What you own | A specific satoshi | A token ID recorded by a smart contract |
| Creator royalties | Not enforceable on-chain | Possible through contract logic |
| Programmability | Minimal | Full smart-contract logic |
Why Are Ordinals Important for Traders?
Ordinals turned Bitcoin block space into a contested resource. Inscriptions compete with payments for the same limited space, so heavy inscription activity lifts fees for everyone. In February 2023 an inscription pushed Bitcoin’s largest-ever block to about 4 MB, close to the 4 million weight-unit ceiling. For traders, this means on-chain transfer costs can jump without any change in bitcoin’s price, and deposits to exchanges may confirm more slowly during inscription waves.
Inscriptions also created a new revenue line for miners. Fees from inscriptions helped offset the drop in block subsidy after halvings, which matters for the long-term security budget. This is also the main source of controversy. Some Bitcoin developers call inscriptions spam that burdens node operators with data unrelated to payments, and the debate over filtering them has not ended.
The market itself carries specific risks. Ordinals trade in thin, fragmented markets, so a collection’s floor price can fall 80% or more once speculative demand fades. Ownership also depends on careful custody: a standard wallet that ignores ordinals can spend an inscribed sat as a fee. And every inscription relies on off-chain indexers to be recognised, so different indexers occasionally disagree about which inscriptions are valid.
Key Takeaways
- Ordinals gives every satoshi a serial number based on mining order and tracks it through transactions with a first-in, first-out rule.
- Inscriptions store content directly in the witness section of Taproot transactions, which makes Bitcoin NFTs fully on-chain without any protocol change.
- The witness discount means inscription cost depends on file size and the fee rate at the time, not on the value of the artwork.
- Inscription demand competes with ordinary payments for block space, which can raise fees and slow confirmations for all Bitcoin users.
- Thin liquidity, custody mistakes and reliance on third-party indexers are the main risks for anyone buying or holding ordinals.
Are Bitcoin Ordinals the same as NFTs?
They serve a similar purpose, but the mechanism differs. An Ordinals inscription stores its content directly in a Bitcoin transaction and rides on a specific satoshi, while most Ethereum NFTs are smart-contract records that often point to files stored elsewhere.
Can I lose an inscription by accident?
Yes. A wallet that does not track ordinals can spend the satoshi carrying an inscription as an ordinary fee or payment, and it is then gone to whoever receives it. Use a wallet with ordinals support before holding inscriptions.
Did Ordinals require a change to Bitcoin?
No. Ordinals needed no soft fork or new opcode. It works because the 2017 SegWit and 2021 Taproot upgrades already allowed large amounts of data in the witness section of a transaction.
Why do some satoshis sell for more than others?
Collectors assign rarity to certain sat numbers, such as the first sat mined in each block or sats from the earliest blocks. That rarity is a social convention, not a protocol rule, so its price depends entirely on collector demand.