Bitcoin Ordinals, Inscriptions, and BRC-20s Explained Simply

·

Understanding Bitcoin has evolved far beyond simple transactions. While many still see Bitcoin as digital gold or peer-to-peer cash, new innovations like Ordinals, Inscriptions, and BRC-20 tokens are redefining what's possible on the world’s most secure blockchain. This guide breaks down these concepts in plain English—no PhD required.


The Foundation: What Is a Sat?

At the heart of Bitcoin’s latest innovations lies the satoshi (sat)—the smallest unit of Bitcoin. There are 100 million sats in one BTC. When miners validate blocks, they’re rewarded with newly minted sats. But unlike physical coins, sats aren’t inherently unique or ordered in standard Bitcoin protocol.

Enter Ordinals—a game-changer that brings identity to otherwise identical units.


What Are Bitcoin Ordinals?

Ordinals assign a serial number to each satoshi based on the order in which it was mined. Think of it like giving every grain of sand on a beach a unique ID based on when it arrived.

But here’s the twist: Bitcoin itself doesn’t track this order. The Ordinal protocol creates this sequence by applying a simple rule:

When transferring sats, you always send the lowest-numbered ones first—first in, first out (FIFO).

This rule allows developers and users to track individual sats across transactions. For example, if you own sats #51–60 and send one to someone else, you’re sending #51. To transfer #52, you'd first move #51 to a temporary wallet, then send #52.

👉 Discover how ordinal tracking unlocks rare digital assets on Bitcoin.

While arbitrary, this system works because everyone using the Ordinal standard follows the same rules—much like driving on the right (or left) side of the road. No universal truth exists; consensus does.


How Do You Use Ordinals?

You don’t need special software to own an ordinal, but to identify which sat you have, you need an indexer—a service that scans and interprets the entire Bitcoin blockchain using Ordinal rules.

Examples include:

These tools calculate which sat is which, enabling users to buy, sell, or trade rare or collectible sats—like digital artifacts with provenance.

Crucially, Ordinals are read-only. They don’t alter Bitcoin’s consensus. Value still moves via standard Bitcoin transactions secured by proof-of-work. This means no additional trust assumptions are introduced—unlike Layer 2 solutions.


What Are Bitcoin Inscriptions?

If Ordinals give identity to sats, Inscriptions give them content.

An inscription embeds data—text, images, audio, even videos—onto a specific satoshi. It turns a tiny fraction of BTC into a unique digital artifact, similar to an NFT on Ethereum—but fully on-chain and stored directly on Bitcoin.

How Inscriptions Work

To inscribe data:

  1. You send a satoshi to yourself.
  2. Attach data (e.g., a JPEG) to the transaction using specific formatting.
  3. The data becomes permanently recorded on the Bitcoin blockchain.

Now, anyone can verify that this particular sat carries this specific file. Ownership transfers when the inscribed sat moves to a new wallet.

Important: The data isn’t literally “on” the sat—it’s linked via protocol interpretation. Only those who follow the Inscription standard recognize the connection.

Still, the data itself is undeniably stored on Bitcoin—immutable, censorship-resistant, and timestamped.


Why Use Inscriptions?

Bitcoin is the most durable and decentralized ledger in existence. By storing data here, creators ensure:

For example, the first-ever inscription—a pixelated dog image known as “Quantum”**—sold for over $1 million.

👉 See how inscriptions are creating new forms of digital ownership on Bitcoin.


Introducing BRC-20 Tokens

Building on Ordinals and Inscriptions, BRC-20 introduces fungible tokens to Bitcoin—similar to Ethereum’s ERC-20 standard.

But unlike ERC-20s, BRC-20s don’t store balances directly on-chain. Instead, they use a series of inscriptions to represent token operations:

Each action is inscribed as JSON data attached to a satoshi. Then, external indexers parse these inscriptions to compute user balances.

Example: Creating a BRC-20 Token

{
  "p": "brc-20",
  "op": "deploy",
  "tick": "pepe",
  "max": "21000000",
  "lim": "1000"
}

This deploys a token called “pepe” with a max supply of 21 million and a mint limit of 1,000 per transaction.

Users then mint and transfer tokens via similar inscriptions:

{ "p": "brc-20", "op": "mint", "tick": "pepe", "amt": "1000" }

Balance tracking happens off-chain through specialized BRC-20 indexers like Ord.io or UniSat.


Key Differences from Ethereum Tokens

FeatureERC-20 (Ethereum)BRC-20 (Bitcoin)
Balance StorageOn-chainOff-chain (via indexer)
Smart ContractsYesNo
Transaction SecurityEthereum consensusBitcoin consensus
UpgradeabilityPossibleImmutable

BRC-20s trade flexibility for security—leveraging Bitcoin’s robustness at the cost of complexity and scalability.


Can We Go Further? The Future of Bitcoin Protocols

Could we simulate full smart contracts on Bitcoin? Some jokingly propose “Bart Contracts”—a hypothetical protocol where entire Solidity-based dApps are inscribed and executed via off-chain indexers.

While not practical today, the idea highlights a broader trend: Bitcoin can support complex applications without changing its base layer—by pushing logic off-chain while anchoring data on-chain.

This approach prioritizes security over speed. Every operation is a real Bitcoin transaction—no rollups, no sidechains. Throughput is low, but trust assumptions remain minimal.


Are These Innovations Good or Bad?

There’s no consensus—and that’s okay.

Critics argue:

Supporters counter:

Ultimately, Ordinals, Inscriptions, and BRC-20s represent a philosophical bet: that stronger security and decentralization justify higher costs and complexity.


Frequently Asked Questions

What’s the difference between an Ordinal and an Inscription?

An Ordinal assigns a number to a satoshi. An Inscription attaches data to that satoshi. All inscriptions use ordinals, but not all ordinals have inscriptions.

Can I store any file type as an inscription?

Yes—images (PNG, JPG), text, audio (MP3), video (GIF), and even HTML apps have been inscribed. However, larger files cost more in transaction fees due to Bitcoin’s block size limits.

Are BRC-20 tokens secure?

Their security depends on both Bitcoin’s network and the reliability of BRC-20 indexers. While transactions are immutable, balance discrepancies can occur if indexers disagree.

Do inscriptions consume too much block space?

Some worry that non-financial data bloats blocks. However, market-driven fees naturally regulate demand—users pay more during high activity periods.

Can I use my regular Bitcoin wallet for Ordinals?

Not all wallets support them. You’ll need an Ordinal-aware wallet like Unisat, Xverse, or Hiro to view and manage inscribed sats.

Is there a risk of scams with BRC-20s?

Yes. Since anyone can deploy a token named “DOGE,” fake tokens are common. Always verify tickers and minting rules before interacting.


Final Thoughts

Bitcoin isn’t just money anymore—at least for some. Through Ordinals, Inscriptions, and BRC-20s, it’s becoming a platform for digital collectibles, tokens, and creative expression—all without altering its core code.

Love it or hate it, this movement proves that innovation on Bitcoin is alive and evolving—slowly, deliberately, and with an emphasis on permanence over convenience.

👉 Start exploring rare sats and inscriptions today—directly on the Bitcoin blockchain.

Whether these experiments endure or fade into history, they challenge us to rethink what blockchains can do—and remind us that sometimes, the most powerful ideas start as simple rules built atop existing systems.