Solana Expands Block Capacity: A 66% Leap in Computational Limits
Solana recently implemented a significant technical upgrade, raising its block computation ceiling from 60 million to 100 million compute units (CUs). This 66.7% increase, activated via SIMD-0286 on July 29, aims to alleviate network congestion by providing more space for unrelated transactions to process in parallel.
Scaling Throughput and Parallel Execution
The expansion allows the Solana network to handle a higher volume of aggregate work within each block. By increasing the total CU limit, the Solana Foundation is creating a larger theoretical ceiling for the network's processing power. This change is particularly beneficial for transactions that do not interact with the same data, as they now have 40 million additional CUs of room to utilize. Consequently, even when a "hot account"—a shared state frequently updated by many users—reaches its individual cap, it now occupies a smaller percentage of the total block space. Under the new limit, a single account's 12 million-CU allowance represents only 12% of a block, down from the previous 20%, preventing localized demand from crowding out the rest of the network.
Persistent Bottlenecks and Technical Risks
Despite the increased global limit, the upgrade does not solve local bottlenecks for highly contested accounts. The maximum compute allowed for any single account remains fixed at 12 million CUs, and the data-delta limit stays at 100MB. This means that users competing for the same market or smart contract will still face the same congestion issues and competition for priority fees as they did before the upgrade. Furthermore, the technical proposal cautions that larger blocks could potentially lead to longer execution times or slower validator synchronization. While the upgrade boosts the network's theoretical capacity, it functions as a design expansion rather than an immediate guarantee of increased observed throughput or lower fees for busy markets.