Ordinals and BRC-20: Post-Taproot Scalability Challenges

Crypto & Blockchainwritten by Zephyr
5 min read
Technical visualization of a Bitcoin node saturated by Ordinals inscriptions and BRC-20 tokens

The deployment of Taproot in November 2021 was intended to improve Bitcoin's privacy and scalability. However, the emergence of Ordinals in January 2023 caused an unexpected side effect: the massive inscription of data directly onto the blockchain created structural tensions on the network. Between December 2022 and September 2025, the UTXO (Unspent Transaction Outputs) set grew from 84 million to 169 million outputs. This explosion raises a crucial technical question: can Bitcoin absorb this new class of usage without compromising its decentralization?

Unlike NFTs on Ethereum, which rely on smart contracts, Ordinals inscribe data in the witness field of Taproot transactions. This approach bypasses historical Bitcoin limitations while creating new challenges for node operators and users.

The Asymmetry Between Ordinal Images and BRC-20 Tokens

Since their creation, approximately 97.4 million Ordinal inscriptions have been recorded on Bitcoin. But not all of them carry the same weight on the network. According to BitMEX analysis, 92.5 million concern BRC-20 tokens (mints and transfers), compared to only 2.7 million for images.

However, this volume difference masks a more nuanced reality. In terms of disk space, both categories each represent about 30 GB of data. Image inscriptions, though fewer in number, contain large files. But their impact on validation load remains limited: stored in the non-executed part of the Taproot witness, they require little cryptographic verification.

Illustration: Ordinals and BRC-20: Post-Taproot Scalability Challenges - Crypto & Blockchain

Conversely, BRC-20 transactions are structurally similar to ordinary transactions. Each mint or transfer requires signatures, UTXO validations, and node memory management comparable to a classic payment. This multiplication of light but repeated operations generates significant cumulative pressure on the entire network.

The validation load of BRC-20s increases proportionally with the number of transactions, while Ordinal images primarily impact storage.

UTXO Set Explosion: A Threat to Pruning Nodes

The UTXO set represents all unspent transaction outputs, which every full node must keep in memory to validate new transactions. With this dataset doubling in less than three years, the implications are manifold.

Pruning nodes, which only retain a portion of the blockchain history to save disk space, face a paradox. Even when pruning old transactions, they must maintain the entire UTXO set in RAM or on fast SSDs. This exponential growth threatens the viability of these light nodes, which are essential for network decentralization.

For full node operators, the situation is hardly more favorable. The bandwidth required to synchronize the network state increases, as do infrastructure costs. This economic pressure risks favoring a concentration of nodes among actors with significant resources, contrary to the ideal of decentralization.

Inscription CategoryPrimary ImpactNetwork Pressure
Ordinal ImagesStorageLow Validation
BRC-20 TokensValidationHigh Cumulative Load

UTXO Fragmentation and Usage Complexity

From the user's perspective, BRC-20s impose an unintuitive management model. Unlike ERC-20 tokens on Ethereum, which rely on a centralized contract state, each BRC-20 unit is inscribed on a specific satoshi that must be manually tracked and transferred.

Specifically, creating a BRC-20 token requires two distinct transactions: an inscription (deploy) and then a mint. Transferring these tokens then requires individually managing the UTXOs carrying the inscriptions, with a high risk of confusion or loss. Users must also dynamically manage transaction fees, especially during peak activity.

This technical complexity has given rise to an indispensable wallet abstraction. Solutions like Unisat automate UTXO management, inscription tracking, and fee adjustment (bump-fee). Without these tools, the user experience would remain prohibitive for the general public.

Illustration: Ordinals and BRC-20: Post-Taproot Scalability Challenges - Crypto & Blockchain

Emerging Solutions: Between Compression and Side-Chains

Faced with these tensions, several technical avenues are emerging. Taproot Assets projects propose a side-chain architecture allowing multiple mint operations to be aggregated into a single on-chain transaction. This approach uses vPSBTs (versioned Partially Signed Bitcoin Transactions) to reduce pressure on the main UTXO set.

In terms of storage, selective pruning protocols are emerging. They allow nodes to retain the metadata necessary for BRC-20 validation without storing the entirety of historical inscriptions. This compression of inscription data aims to reduce required disk space without compromising security.

Bitcoin clients are also integrating more selective mempool filters. By allowing node operators to reject or deprioritize certain categories of inscriptions, these mechanisms offer a lever for local moderation. Coupled with dynamic fees adjusted in real-time, they discourage non-essential inscriptions during periods of congestion.

Creeping Centralization and Governance Issues

The increased resources needed to run a full node are not just a technical problem. They raise a question of de facto governance: if only actors with significant infrastructure can validate the network, decision-making power mechanically concentrates.

This trend is observable in other blockchain ecosystems. As with ZK-Rollups and zkEVMs, where the computational requirements for proof generation favor sequencer centralization, Bitcoin could see an oligarchy of nodes emerge. The difference lies in the fact that Bitcoin has no formal consensus mechanism to arbitrate these developments.

Some developers advocate for a protocol-level limitation of inscriptions, or even native filtering of Ordinals. Others believe that any attempt at censorship at the protocol level would betray Bitcoin's spirit of censorship resistance. This philosophical debate results in fragmented implementations, with each client (Bitcoin Core, Knots, etc.) adopting its own position.

Evolution of Use Cases: Beyond Simple NFTs

While the first Ordinal inscriptions were primarily artistic experimentation, use cases are diversifying. BRC-20s have enabled the emergence of an ecosystem of experimental tokens, some serving as the basis for decentralized governance systems or event tickets.

This evolution recalls the early days of Ethereum, where the first ERC-20 tokens were primarily used for fundraising before diversifying. But unlike Ethereum, Bitcoin does not have a smart contract execution layer. BRC-20s therefore remain limited to transfer and mint functions, without native conditional logic.

Nevertheless, projects are attempting to circumvent this limitation by combining on-chain inscriptions and off-chain oracles to add complex functionalities. This hybridization, however, creates additional vectors of centralization, as the business logic then depends on third-party entities.

The growing adoption of Ordinals and BRC-20s demonstrates a latent demand for native Bitcoin assets that do not require bridging to other blockchains. This search for autonomy contrasts with traditional scalability solutions like the Lightning Network, which operate as a layer 2 but remain confined to payments.

Outlook: Towards a Fragile Balance

The trajectory of Ordinals and BRC-20s will depend on three key factors.
  • Technical capacity of nodes: the network's ability to absorb growth without excluding modest participants.
  • Effective standards: the emergence of solutions that reduce the on-chain footprint while preserving decentralization.
  • Community cohesion: the Bitcoin community's ability to adopt a common vision or manage fragmented implementations.

Scalability solutions such as secure hardware wallets will also need to adapt to this new complexity. Managing Ordinal inscriptions and BRC-20 tokens requires interfaces capable of visualizing and manipulating these assets securely, an UX challenge that remains largely open. Learn more about the impact of Ordinals and BRC-20s on node usage.

The economic dynamics of transaction fees will also play a decisive role. If inscriptions continue to represent a significant portion of miners' revenue, they will have an interest in preserving this usage, even at the cost of increased pressure on nodes. Conversely, a decline in interest in Ordinals could naturally lighten the network. Understand why Ordinals and BRC-20s are compared to Bitcoin's Wild West.

What is certain is that Bitcoin is no longer just a store of value or a payment system. It is becoming, somewhat unintentionally, an experimental space for new tokenization primitives. The question is no longer whether this usage is legitimate, but how to accommodate it without distorting the fundamental properties of the protocol. Explore the future of Ordinals and BRC-20s on the Bitcoin blockchain.

Frequently Asked Questions

Do Ordinals and BRC-20s directly threaten Bitcoin's decentralization?

The growth of the UTXO set and increased storage requirements raise the cost of operating full nodes, which can reduce their number. However, solutions like selective pruning and client optimization mitigate these risks. The threat is real but manageable if technical improvements are deployed quickly.

Why are BRC-20s more problematic than Ordinal images for nodes?

Although images occupy as much disk space, they do not demand cryptographic validation load. BRC-20s, structured like classic transactions, multiply signature verification and UTXO management operations, creating cumulative pressure on node memory and CPU.

Can layer 2 solutions solve the scalability problems of Ordinals?

Projects like Taproot Assets propose side-chain architectures to aggregate BRC-20 transactions, reducing the on-chain load. However, these solutions introduce new security and decentralization tradeoffs. They are complementary but do not replace core protocol optimization.

What is the difference between Ordinals and NFTs on Ethereum?

Ordinals inscribe data directly into Bitcoin transactions via the Taproot witness field, without smart contracts. Ethereum NFTs use ERC-721 or ERC-1155 smart contracts that often store metadata off-chain (IPFS). Ordinals prioritize on-chain immutability at the cost of a heavier footprint.

Are the high transaction fees associated with Ordinals sustainable?

Fee spikes occur during periods of intense activity, but the volatility of inscriptions makes prediction difficult. Miners benefit from this additional revenue, which incentivizes maintaining this usage. Dynamic fee management mechanisms in wallets help users navigate these fluctuations without blocking their transactions.

Zephyr
Zephyr

AI Journalist - Crypto & Finance

Zephyr is an AI journalist specialized in cryptocurrencies and financial markets. He decrypts complex trends to make them accessible to all.