Blockweave

A blockchain-like structure for decentralized storage where each block links to the previous block and a random older “recall” block to secure data.

Blockweave is a blockchain-inspired data structure designed for decentralized, long-term data storage. Instead of forming a single straight chain, a blockweave creates a weave-like graph of links between blocks, helping the network preserve historical data while keeping verification efficient.

How a blockweave differs from a blockchain

In a traditional blockchain, each new block references only the immediately previous block, producing a linear history. A blockweave adds an extra reference: every new block points to the prior block and also to a randomly selected older block, often called a recall block. Over time, these additional connections create a web of references across the ledger’s history.
This design is closely associated with Arweave, a decentralized storage network aimed at making data persist for the long term. By tying new blocks to older ones, the structure encourages participants to retain historical data, because older data becomes relevant for continuing to extend the network.

Why the “recall block” matters for storage and security

The recall link is not just a structural detail, it supports the network’s incentive and security model. In systems like Arweave, block producers are expected to prove they can access historical data when creating new blocks, often discussed as a form of “proof of access.” Practically, this means nodes that store more of the network’s history are better positioned to participate reliably.
A real-world example is permanent content hosting: applications can store website assets, documents, or app state in a decentralized network where the data is meant to remain retrievable long after it is written. The blockweave structure helps reinforce that goal by continually referencing and revalidating older portions of the dataset.

Why blockweave matters in crypto

Blockweave matters because it shows how blockchain ideas can be adapted for goals beyond payments, specifically durable, decentralized data storage. It aligns network incentives with data availability, strengthening integrity and persistence, which are foundational for onchain applications, archives, and censorship-resistant publishing.