Pyramid Block Calculator

Count blocks in a square-stepped pyramid.

Total blocks 385
Layers 10

Formula: total = n(n+1)(2n+1) ÷ 6

Step-by-step with your numbers:
1. Values used:
2. Base width (blocks) = 10
3.
4. Total blocks = 385
5. Layers = 10
Did we solve your problem today?

Count the blocks needed to build a square-stepped pyramid (popular in Minecraft).

The math behind it

Each layer is a square: n² + (n−1)² + … + 1² = n(n+1)(2n+1) ÷ 6.

Worked example

Base 10 → 385 blocks (10 layers).

FAQ

Hollow?

This counts a solid pyramid; a hollow shell needs far fewer.