Inscription Definition: An inscription is arbitrary digital content — an image, text, code, audio, or any other data — written directly into the witness portion of a Bitcoin transaction and permanently associated with a specific satoshi through the Ordinals numbering protocol. Once inscribed, the content lives on the Bitcoin blockchain forever, and the satoshi carrying it can be transferred between addresses like any other Bitcoin holding, with the inscription travelling along with it.
What Is an Inscription?
Inscriptions are how content is attached to satoshis under the Ordinals protocol. The Ordinals system assigns every satoshi a unique serial number, and an inscription is the data that has been attached to one of those numbered satoshis. The technical mechanism uses Bitcoin’s witness data — a section of each transaction made larger and cheaper by the Taproot upgrade in November 2021 — to store the content directly on the chain. Unlike most NFT systems on other networks, which store metadata off-chain and put only a reference on the blockchain via a smart contract, inscriptions live entirely on Bitcoin itself.
The content can be anything that fits within Bitcoin’s transaction size limits. Early inscriptions were mostly small images and text files. Later experiments included audio clips, short video frames, fully playable retro game ROMs, and even early HTML pages that render inside Ordinals viewers. The single largest inscription to date is several megabytes — close to the upper limit of what a Bitcoin block can contain. The protocol does not impose content restrictions; the constraint is purely economic, since larger inscriptions cost more in transaction fees.
The first inscription was created on 14 December 2022 by Casey Rodarmor, the developer of the Ordinals protocol, as a proof of concept. Public release followed in January 2023, after which inscription volume grew rapidly: from a few inscriptions per day in the early weeks to tens of thousands per day at peak activity. By mid-2023, total inscriptions had passed 10 million, and they have continued to accumulate since.
How Does Creating an Inscription Work?
The technical pipeline involves two steps. First, the inscriber prepares a “commit” transaction that places a small amount of BTC into a special address controlled by a key that knows the content of the inscription. Second, they broadcast a “reveal” transaction that spends that BTC and includes the actual inscription data in the witness section. The reveal transaction is what places the content on the blockchain and binds it to a specific satoshi — typically the first one in the output.
Consider a concrete inscription example. A user wants to inscribe a 200-kilobyte image. They use an Ordinals-aware wallet that handles the commit-reveal pattern automatically. The wallet first sends a small UTXO to an inscription-specific address — this is the commit step, paying ordinary fees. Once the commit transaction is confirmed, the wallet broadcasts the reveal transaction with the image bytes in the witness data. The total fee for both steps is determined by the size of the inscription and the current state of the mempool; a 200-kilobyte inscription during a quiet period might cost the equivalent of $10, while the same inscription during a fee spike could cost several hundred dollars.
Once confirmed, the inscription is permanently associated with the satoshi that received it. Any later transaction that spends that satoshi carries the inscription to its new owner. The inscription cannot be modified — Bitcoin’s immutability extends to inscribed content — and cannot be destroyed except by sending the satoshi to a provably unspendable address. Specialised Ordinals wallets and marketplaces track inscription ownership independently of the standard Bitcoin balance display, allowing users to manage their inscriptions as distinct items rather than as part of a fungible BTC balance.
Inscription vs Traditional NFT
| Bitcoin Inscription | Ethereum NFT | |
|---|---|---|
| Content storage | Directly on Bitcoin blockchain | Reference on chain; content usually on IPFS or web servers |
| Creation cost | Bitcoin transaction fees, often substantial for large inscriptions | Ethereum gas fees plus optional storage costs |
| Standardisation | Ordinals numbering; no standardised token contract | ERC-721, ERC-1155, others |
| Programmability | None — Bitcoin scripting cannot run arbitrary contract logic | Full smart contract behaviour available |
| Persistence guarantee | As long as Bitcoin exists | As long as the off-chain storage provider does |
| Royalty enforcement | Not protocol-enforceable; convention only | Smart-contract enforceable (with marketplace caveats) |
Why Are Inscriptions Important for Traders?
For Bitcoin holders, inscriptions are now a permanent feature of the network’s fee market. Activity spikes around new collections or popular content can push Bitcoin transaction fees to multi-year highs, affecting any user trying to move BTC at the same time — whether they care about inscriptions or not. A user sending a routine BTC transfer during heavy inscription activity may pay several times more than during quiet periods. Understanding inscription dynamics is therefore part of understanding Bitcoin’s fee market, even for users who never inscribe anything themselves.
The structural debate about inscriptions is whether they constitute a productive use of Bitcoin’s scarce block space. Supporters argue that fees from inscription transactions help replace the diminishing block subsidy as halving events continue to reduce miner rewards, contributing to long-term security. Critics argue that inscriptions consume space that should be reserved for monetary transactions and create long-term storage burdens for full nodes that must permanently retain all chain history. The debate is genuine and unlikely to be resolved by any single decision — different participants weigh the trade-offs differently.
For active traders, the practical implications are several. Inscriptions have created a parallel asset market with its own dynamics, distinct from the broader Bitcoin price action. The largest inscription collections trade on dedicated marketplaces with their own liquidity and price discovery. Inscription-driven fee spikes affect bridge timing, exchange deposit and withdrawal windows, and the practical cost of any on-chain Bitcoin activity during peak periods. Treating these as separate considerations — rather than dismissing them as a niche curiosity — is increasingly part of operating in the Bitcoin ecosystem.
Key Takeaways
- An inscription is arbitrary digital content embedded directly in the witness data of a Bitcoin transaction and permanently associated with a specific satoshi through the Ordinals numbering scheme.
- Unlike most NFT systems on other chains, inscriptions store the actual content on the blockchain rather than pointing to off-chain storage, giving the persistence guarantee the same lifetime as Bitcoin itself.
- The creation pipeline uses a two-step commit-reveal pattern: a setup transaction prepares the inscription target, and a second transaction reveals the content and binds it to a specific satoshi.
- Inscriptions have substantially affected Bitcoin’s fee market — popular collections produce sharp transaction fee spikes that affect all Bitcoin users during heavy inscription activity.
- The Bitcoin community remains divided on whether inscriptions are a productive use of block space or a misuse of scarce resources, and this debate continues to shape how the inscription ecosystem evolves.
Are inscriptions the same as Ordinals?
Not exactly. Ordinals is the numbering scheme that assigns serial numbers to every satoshi. Inscriptions are the content attached to those numbered satoshis. The Ordinals protocol made inscriptions possible by providing a way to track which satoshis carry which content, but the terms refer to different parts of the same system: ordinals are the labels, inscriptions are the payloads.
Can an inscription be destroyed?
Effectively only by sending the carrying satoshi to a provably unspendable address. The inscription data itself cannot be removed from the chain — Bitcoin's history is immutable — but if no one can spend the satoshi anymore, the inscription is effectively burned, even though the data remains in the historical block where it was inscribed.
How big can an inscription be?
The practical maximum is the largest amount of data that can fit in a single Bitcoin block — roughly 4 megabytes counting witness discount. Inscriptions of this size cost substantial transaction fees and have been done occasionally as proof-of-concept demonstrations. Most everyday inscriptions are much smaller — under 100 kilobytes — to keep costs reasonable.