xiand.ai
Apr 11, 2026 · Updated 09:03 AM UTC
Crypto

Ethereum Researchers Propose Replacing Traditional Blocks with 'Blobs' to Boost Scalability

Ethereum researchers are exploring a new proposal dubbed 'Block-in-Blobs' (EIP-8142), which aims to reduce bandwidth strain on validator nodes by moving execution payload data into data blobs.

Ryan Torres

2 min read

Ethereum Researchers Propose Replacing Traditional Blocks with 'Blobs' to Boost Scalability
Conceptual visualization of Ethereum blockchain data blocks.

Core Ethereum developers are investigating a major architectural upgrade known as 'Block-in-Blobs' (EIP-8142), designed to overcome current scaling bottlenecks by restructuring how data is processed. Proposed by Ethereum contributors including Toni Wahrstatter, the core concept involves encapsulating transaction execution payloads directly into data blobs, rather than requiring validator nodes to continuously download and re-execute full transaction data.

Optimizing Validation to Address Scaling Pressures

As Ethereum block sizes grow and gas limits rise, validator nodes are facing increasing pressure to process data. In his research report, Wahrstatter points out that the current architecture forces nodes to download and verify massive amounts of data, which not only consumes significant bandwidth but also limits the network's overall scalability.

The EIP-8142 proposal builds upon the 'blob' technology (EIP-4844) introduced in the March 2024 'Dencun' upgrade. In the previous design, blobs were already capable of efficiently carrying large volumes of transaction data. This new proposal takes it a step further by converting core execution data into blob format, allowing validator nodes to ensure data availability through cryptographic commitments and sampling, without needing to download the entire dataset.

This evolution is crucial for the future adoption of zero-knowledge proof (zkEVM) systems. Wahrstatter explains that under a zkEVM architecture, validators are primarily responsible for verifying proofs rather than executing transactions directly. However, proofs alone cannot fully guarantee the availability of transaction data, which could allow malicious actors to pass consensus checks while withholding data. By embedding transaction data into blobs, EIP-8142 effectively closes this security gap.

Beyond EIP-8142, the Ethereum community has also recently introduced the ERC-8211 proposal, which aims to provide smarter multi-step transaction execution mechanisms for users and automated agents. The shared goal of these technical paths is to lower the barrier to entry for nodes while maintaining the performance requirements of a decentralized network.

Comments

Comments are stored locally in your browser.