Close Menu
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain
  • Web 3
    • NFT
    • Metaverse
  • Regulation
  • Analysis
  • Learn
  • Blog
What's Hot

Did the Bitcoin Crash End After Falling Below $70,000?

2026-06-04

Michael Saylor Posts ‘Back to Work’ as Bitcoin Falls Below $63,000, Raising Eyebrows

2026-06-04

Satellogic participates in investor conferences in June

2026-06-04
Facebook X (Twitter) Instagram
  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
Facebook X (Twitter) Instagram
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain

    Mastercard expands on-chain settlement with stablecoin betting and always-on financing

    2026-06-04

    Cardano (ADA) founder Charles Hoskinson makes strong statements during a big decline

    2026-06-04

    Cardano (ADA) founder Charles Hoskinson makes strong statements during a big decline

    2026-06-04

    ampersend and TRM Labs launch real-time compliance screening for AI agents

    2026-06-04

    Securitize introduces the first onchain private credit fund on TRON

    2026-06-04
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    Bank of England stablecoin caps may choke the UK’s pound-token market before launch

    2026-06-03

    Europe is actively trying to stop the takeover of the dollar stablecoin

    2026-06-01

    How a disputed $1 billion claim became a powerful weapon against prediction markets

    2026-05-31

    The US says it has captured Iran’s cryptocurrency with a $1 billion seizure

    2026-05-31

    Hyperliquid’s HYPE rally is bigger than a new all-time high

    2026-05-31
  • Analysis

    If the XRP price loses this current support, this is how low it will go

    2026-06-04

    Bitcoin’s selloff is creating the short-heavy setup that could quickly reverse this

    2026-06-04

    Wedbush’s Dan Ives sees 30% upside for ‘mispriced’ Mag 7 stock, says AI could reach monetization stage in coming months

    2026-06-04

    Ethereum price dips below $1,800, leaving the bulls on the ropes

    2026-06-04

    Rumor had it that Zcash stopped working

    2026-06-04
  • Learn

    Best Cryptos with Real-World Utility to Buy in 2026

    2026-06-04

    Williams %R Indicator in Crypto: How to Use %R in Crypto Trading

    2026-06-03

    What Is a Semi-Fungible Token? SFT Crypto Explained

    2026-06-02

    Pennant Chart Pattern in Crypto: How Bullish and Bearish Pennants Work

    2026-06-02

    Head and Shoulders Crypto Pattern: How It Works and How to Read It

    2026-06-01
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»NFT»An introduction to Bitcoin ordinal numbers
NFT

An introduction to Bitcoin ordinal numbers

2024-06-16No Comments7 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

Bitcoin Ordinals have emerged as a new way to improve the functionality and usage of Bitcoin, the original cryptocurrency. By leveraging Bitcoin’s blockchain in a new and innovative way, Ordinals brings unique value propositions and helps revitalize the Bitcoin developer community.

What are Bitcoin Ordinal Numbers?

Simply put, Bitcoin Ordinals are digital collectibles created by writing content such as art or media onto individual satoshis on the Bitcoin blockchain. Each enrolled sat is one of a kind and can be owned, collected and traded as a non-fungible token (NFT).

Ordinal numbers allow the assignment of a unique number to each individual satoshi (sat), the smallest unit of Bitcoin, equal to 0.00000001 BTC.

This numbering system allows identifying and tracking specific sats. Once you can identify and track specific sats, you can ‘subscribe’ data such as images, videos or text to individual sats. The inscribed data becomes a unique digital artifact associated with that specific satellite. Bitcoin Ordinals are based on the ‘Ordinal Theory’, which proposed a methodology to give individual identities to sats and enable tracking of their ownership and transfer on the Bitcoin network.

The backstory of the Bitcoin ordinal theory

The concept of Bitcoin Ordinals was introduced by programmer and artist Casey Rodarmor in something he called ‘Ordinal Theory’. Ordinal Theory proposes a logical ordering system to assign unique “ordinal numbers” to individual satoshis based on the order in which they were created on the blockchain. This gives each satoshi an individual identity.

The main idea is that by numbering satoshis, users can ‘subscribe’ arbitrary data such as images, videos, etc. to specific satoshis by linking this data to their ordinal numbers. This inscribed data essentially becomes a unique digital artifact or NFT on the Bitcoin blockchain.

Casey Rodarmor first published the white paper Ordinal Theory in January 2023, which laid out the technical details. He then launched the Ordinals protocol on Bitcoin’s mainnet on January 21, 2023, minting the very first Ordinal inscription.

See also  All Eyes on Art: Upcoming Collections to Watch the Week of February 4

The launch was made possible by previous Bitcoin upgrades such as Segwit in 2017 and Taproot in 2021, which increased the block size and the capacity to store arbitrary data on-chain. This paved the way for larger data loads, such as images, to be directly inscribed into Bitcoin transactions.

How Bitcoin Ordinal Numbers Work

Bitcoin Ordinals work by embedding additional data into Bitcoin transactions. This data includes the ordinal number, a unique identifier assigned to each satoshi. A satoshi is assigned a sequence number based on the order in which they were mined on the Bitcoin blockchain. For example, the first satoshi ever mined is assigned Ordinal #1, the second satoshi is #2, and so on. This numbering system allows each satoshi to be tracked and transferred uniquely, making them non-fungible.

Once satoshis are numbered, users can inscribe data such as images, videos, text, etc. onto specific satoshis by linking this data to their assigned ordinal numbers within a Bitcoin transaction. The inscribed data becomes a unique digital artifact, or NFT, linked to that specific numbered satoshi on the Bitcoin blockchain.

The technical process of inscription includes several steps:

  1. Data preparation: The data to be written is converted into hexadecimal format, interpretable as a Taproot script.
  2. Create taproot script: The hexadecimal data is wrapped in a Taproot script, a type of smart contract that can be executed on the Bitcoin blockchain. Taproot scripts enable complex conditions and operations.
  3. Create transaction: Two transactions are created:

    1. Record transaction: This transaction contains a hash reference to the Taproot script (without revealing the entire script) and creates a Taproot output whose spending conditions are defined by the script.
    2. Reveal transaction: This transaction spends the output of the commit transaction by revealing the entire Taproot script, effectively writing the data into the satoshi.
  4. Broadcast transactions: The commit and reveal transactions are broadcast to the Bitcoin network’s mempool, awaiting confirmation from miners.
  5. Mining and confirmation: Once the transactions are mined and included in a block, the inscription becomes a permanent part of the Bitcoin blockchain, and the inscribed satoshi is now considered an Ordinal.
See also  Bored Ape NFT prices rise 81 percent as sales drop

Important factors for this process are Segwit (Segregated Witness) and Taproot. Introduced in 2017, Segwit increased the block size limit from 1MB to 4MB and separated signature data from transaction data, allowing more transactions per block and discounting the weight of witness data for fee calculations. Taproot was activated in 2021 and removed the size limit for witness data, allowing more complex scripts to be included in transactions and introducing new scripting capabilities such as Schnorr signatures and Merkle tree abstractions.

Comparison with NFTs on Ethereum

Agreements

Uniqueness: Both Bitcoin Ordinals and Ethereum NFTs are designed to represent unique digital assets, so that each token is different and non-interchangeable.

Traceability: Both systems offer transparent ownership histories and transactions, allowing users to track the provenance and transfer of each unique digital asset on their respective blockchains.

Metadata: Both Bitcoin Ordinals and Ethereum NFTs can have associated metadata. These metadata increase their usefulness and value by providing additional information about the digital asset, such as descriptions, attributes, and links to off-chain data.

Differences

Complexity: Creating and managing NFTs on Ethereum is easier thanks to the blockchain’s built-in support for smart contracts and a well-developed ecosystem of tools and platforms. Bitcoin Ordinals, on the other hand, work directly on the Bitcoin base protocol and involve a more complex process of subscribing data to satoshis.

Storage method: Bitcoin Ordinal data (such as images or videos) is inscribed directly onto individual satoshis and permanently stored on the Bitcoin blockchain. This ensures that the data is immutable and completely decentralized. Ethereum NFTs typically store a credential or metadata on-chain, while the actual asset data is usually hosted off-chain on decentralized storage systems such as IPFS or centralized servers. This approach reduces on-chain storage requirements but relies on external data storage solutions.

See also  Upcoming Drops: June 26 - July 2

Smart contract options: Ordinals work directly on the Bitcoin protocol without additional smart contract layers. This method lacks the programmability and flexibility of smart contracts, limiting the ability to implement features such as royalties or on-chain metadata updates, and integration with decentralized finance (defi) protocols.

Positives of Bitcoin Ordinal Numbers

Onchain data storage: Unlike traditional NFTs that store data off-chain, Ordinals record data directly and permanently on the Bitcoin blockchain, ensuring greater immutability and reducing reliance on external links or storage.

Security: By leveraging the robust security model of the Bitcoin network, the Ordinals are secure and resistant to tampering.

Compatibility with Bitcoin infrastructure: Ordinals are more easily compatible with existing Bitcoin wallets, exchanges and infrastructure, making them easier to manage and trade, ensuring liquidity.

Innovation: The development of Ordinals drives innovation within the Bitcoin ecosystem, potentially leading to new applications and use cases.

Negatives of Bitcoin ordinal numbers

Scalability issues: Bitcoin’s blockchain is not optimized for high-frequency transactions, which could limit Ordinals’ scalability. Increased interest and adoption of Ordinals could lead to congestion on the Bitcoin network, potentially increasing transaction fees and processing times.

Size restrictions: The Bitcoin blockchain has size limitations, limiting the amount and complexity of data that can be inscribed as ordinal numbers, potentially limiting their use cases.

Simple functionality: Unlike Ethereum NFTs, Ordinals do not support smart contracts, limiting their functionality in areas such as automatic royalty payments or advanced interactions.

Environmental problems: Like all Bitcoin transactions, creating and trading Ordinals requires energy-intensive mining, which adds to the environmental impact associated with proof-of-work blockchains.

High cost: The process of creating and transferring Bitcoin Ordinal NFTs can be costly due to the transaction fees associated with the Bitcoin network, making them inaccessible to some users.

What do you think of Bitcoin Ordinals? Share your thoughts and opinions on this topic in the comments below.

Source link

Bitcoin introduction Numbers Ordinal
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Did the Bitcoin Crash End After Falling Below $70,000?

2026-06-04

Michael Saylor Posts ‘Back to Work’ as Bitcoin Falls Below $63,000, Raising Eyebrows

2026-06-04

Bitcoin enters extreme fear at age 11 – Is recovery possible after SpaceX’s IPO?

2026-06-04

While Bitcoin is worth almost $61,000, Whale closes the position of 1400 BTC – Can the price survive?

2026-06-04
Add A Comment

Comments are closed.

Top Posts

Congress people insist on ‘crucial’ NFT protection in revised crypto account

2025-02-06

Top Crypto Trader Predicts ‘Full Send’ Rally for Bitcoin, Says BTC Looks Surprisingly Good

2023-11-05

Short-term Bitcoin holders are making profits after prices briefly reach $28,500

2023-10-03
Editors Picks

Wormhole set to strengthen the cross-chain infrastructure of XRP Ledger

2025-07-02

Venom integrates the x402 protocol, paving the way for AI-to-AI microtransactions

2025-11-08

Bitwise CIO Reveals 3 Super Bullish Signals from Bitcoin ETFs

2024-08-15

Are ETF outflows a problem?

2024-04-04

Our mission is to develop a community of people who try to make financially sound decisions. The website strives to educate individuals in making wise choices about Cryptocurrencies, Defi, NFT, Metaverse and more.

We're social. Connect with us:

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

Did the Bitcoin Crash End After Falling Below $70,000?

Michael Saylor Posts ‘Back to Work’ as Bitcoin Falls Below $63,000, Raising Eyebrows

Satellogic participates in investor conferences in June

Get Informed

Subscribe to Updates

Get the latest news and Update from Bitcoin Platform about Crypto, Metaverse, NFT and more.

  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
© 2026 Bitcoinplatform.com - All rights reserved.

Type above and press Enter to search. Press Esc to cancel.