In the Ethereum network, BLOB is short for Binary Large Object. It is essentially a new, and cheaper way for the network to store data. Essentially, certain Ethereum transactions would attach large chunks of temporary data, approximately 128KB per blob, to the main block. This would make things crowded and expensive.

Blobs were introduced in March 2024 through a major Ethereum upgrade known as Dencun Upgrade, more specifically through something called EIP-4844, also known as Proto-Danksharding. The goal was to solve a massive problem: high gas fees for Layer 2 networks like Arbitrum, Optimism, and Base.

Before this upgrade, Layer 2 rollups had to post their batch of transaction data to the Ethereum main chain using something called “calldata.” That method worked, but it was expensive because the data stayed on the blockchain forever and competed with regular transactions for space and gas fees. Now, when a Layer 2 network processes thousands of transactions, it bundles them together and packages them into a blob.

The best part is that blobs are temporary. They linger on the Ethereum network for roughly 18 days. Once that’s done, the data vanishes. This approach prevents the blockchain from being swamped by an avalanche of perpetual data, while still allowing users ample opportunity to retrieve and verify the information.

Join our newsletter

With less storage needed, the expenses also drop. This upgrade was a key step toward making Ethereum more scalable.

Imagine if every coffee purchase were stored on the main blockchain for eternity; the system would eventually collapse under its own weight. Blobs provide a “delete” button for data that isn’t needed long-term. By doing so, it allows Layer 2s to offer lightning-fast speeds and barely charge any fees while still providing Ethereum’s world-class security.

Think of it like a sidecar attached to a motorcycle. Before blobs, every bit of data had to squeeze into the “motorcycle,” the main block, which quickly became cramped and costly. Now, substantial data can reside in the sidecar, freeing up the primary seat for crucial transactions.

Disclaimer: Coin Medium is not responsible for any losses or damages resulting from reliance on any content, products, or services mentioned in our articles or content belonging to the Coin Medium brand, including but not limited to its social media, newsletters, or posts related to Coin Medium team members.

Related Terms

Timestamp

A timestamp in the world of cryptocurrency serves as a block’s birth certificate, a tiny data point embedded within. This timestamp pinpoints the precise date and time a block was born and subsequently linked to the blockchain. Think of it as the digital equivalent of a social media post’s “posted on” label, though with far greater permanence. Every block in a chain gets one, and it’s usually written in Unix time, which is counted in seconds. It tells everyone on

Non-Fungible Tokens

Non-Fungible Tokens, or NFTs, are distinct digital assets. They’re etched onto a blockchain, serving as proof of ownership and authenticity for a particular item. Unlike currencies such as Bitcoin or Ethereum, where each coin is identical and interchangeable, an NFT is singular. Each NFT is distinct and indivisible, its unique identifier and metadata make it impossible to replicate or swap on a 1:1 basis. It’s a digital proof of ownership, a cryptographic certificate for a particular item. This could be

Merkle tree

A Merkle tree, a cornerstone of blockchain technology, serves as a cryptographic data structure. Its purpose? To facilitate secure and efficient verification of extensive data collections. This system enables users to verify thousands of transactions using a single hash, thereby maintaining security. The structure itself has its roots in the late 1970s, thanks to computer scientist Ralph Merkle, who originally designed it as a way to confirm data integrity. Merkle trees work by hashing data in pairs. This process involves