In 1987, Per Bak, Chao Tang, and Kurt Wiesenfeld published a deceptively simple model that would reframe how physicists think about complexity. Their paper introduced the term self-organised criticality (SOC) and proposed that many natural systems — geological, biological, economic — spontaneously evolve to a critical state without any external fine-tuning. The BTW sandpile is the canonical example, and its behaviour unlocks a surprisingly wide range of phenomena.
The BTW Sandpile: One Rule, Endless Complexity
The model is defined on a two-dimensional grid. Each cell i holds an integer
number of sand grains, z(i). The dynamics are governed by a single toppling rule:
if the slope (or grain count) at any cell exceeds a threshold zc,
that cell topples — it loses four grains and each of its four neighbours gains one.
Grains that fall off the grid boundary are simply lost.
if z(i,j) >= z_c:
z(i,j) -= 4
z(i+1,j) += 1
z(i-1,j) += 1
z(i,j+1) += 1
z(i,j-1) += 1
Sand is added to the grid one grain at a time at a random position. The pile gradually steepens. Initially, most additions cause no toppling at all. As the average slope approaches the critical threshold across the lattice, a rich avalanche structure emerges. The system is then said to be at the critical point.
What makes SOC genuinely surprising is that the criticality is self-organised. In ordinary critical phenomena — water boiling, ferromagnets losing magnetisation at the Curie temperature — criticality is an isolated point in parameter space that requires careful external tuning of temperature, pressure, or field strength. The BTW sandpile tunes itself. You do not have to choose a special grain-addition rate or a special threshold. Any long-running run ends up at the critical state.
Power Laws: The Fingerprint of Criticality
Once the sandpile reaches its critical state, the distribution of avalanche sizes
s follows a power law:
P(s) ~ s^(-tau)
where the exponent τ ≈ 1.0–1.5 depending on the dimensionality
of the model. On a log–log plot, this appears as a straight line with negative slope.
The power law has no characteristic scale — there is no “typical” avalanche
size. Small avalanches are very common; large ones are rare; but events of every size occur,
and the ratio of probabilities depends only on the ratio of sizes, not on the sizes themselves.
The spatial profile of an avalanche is also fractal. At the critical point, toppling
clusters have a fractal dimension Df ≈ 2.75 in two dimensions,
meaning they are neither compact blobs nor simple lines but raggedly branching structures
that fill space in a non-integer way.
Why Exponential Distributions Are Not Enough
Many familiar stochastic processes produce exponential tails: the waiting time between Poisson events, the decay of a radioactive nucleus. Exponential tails have a characteristic scale (the mean), so large deviations are suppressed exponentially. Power-law systems are fundamentally different: they allow “black swan” events that are merely unlikely, not negligibly unlikely. A magnitude-8 earthquake is not enormously rarer than a magnitude-7; it is about ten times rarer, consistent with the Gutenberg–Richter law:
log N(M) = a - b*M (b ~ 1)
where N(M) is the number of earthquakes with magnitude at least M.
This power law holds over six orders of magnitude and is one of the most robust empirical
laws in geophysics.
SOC in Nature: Earthquakes, Neurons, and Forests
The Gutenberg–Richter law was known decades before the BTW model, but SOC gave it a mechanistic interpretation. The Earth’s crust, loaded slowly by tectonic stress and relieved by sudden slips, behaves much like a continuously driven sandpile. The crust self-tunes to a state where fault systems are poised near failure everywhere, and the resulting slip-size distribution is power-law.
Neural Avalanches
Perhaps the most striking application of SOC is in neuroscience. Beggs and Plenz (2003)
recorded local field potentials from cortical slice cultures and found that spontaneous
bursts of neural activity — now called neuronal avalanches —
follow a power-law size distribution with τ ≈ 1.5, exactly as
predicted by SOC models. The same exponent has since been observed in awake primates,
anaesthetised rats, and human EEG during resting-state recordings.
Why should the brain operate near a critical point? Theoretical work suggests that at criticality, networks maximise their dynamic range (the ratio of the largest to smallest detectable signal), their information transmission capacity, and their sensitivity to weak inputs. A brain that is either too quiescent (subcritical) or too prone to seizure (supercritical) performs worse on all these metrics. SOC may be a functional optimum.
Forest Fires and the Drossel–Schwabl Model
The Drossel–Schwabl forest fire model extends BTW ideas: trees grow randomly on a grid; lightning strikes occasionally; fires spread to adjacent burning trees and then die. With an appropriate ratio of growth rate to ignition rate, the model produces scale-free fire-size distributions. Real satellite data on forest fires shows similar power-law statistics, though debate continues about the precise exponents and driving mechanisms in different biomes.
Beyond the Sandpile: SOC and Renormalisation
The mathematical language underlying SOC connects it to the renormalisation group (RG), the framework physicists use to understand phase transitions. At a critical point, the system looks the same at every scale of observation. The RG describes this by showing that the system’s parameters flow under rescaling to a fixed point. In SOC, this fixed point is reached dynamically rather than by tuning external parameters — a feature that Bak and colleagues called “punctuated equilibrium” at the edge of chaos.
The exact exponents predicted by the BTW model in two dimensions have been calculated analytically using Abelian sandpile mathematics. The model is Abelian because the order in which you topple cells does not affect the final stable configuration, only the path to it. This commutativity allows exact solutions via spanning trees on the lattice, a result that connects SOC to statistical mechanics and combinatorics in unexpected ways.
Open Questions
Despite thirty years of research, SOC is not a closed theory. Key open questions include:
- Which systems genuinely exhibit SOC, versus having power laws for other reasons (e.g., multiplicative noise or preferential attachment)?
- Do neural avalanches persist under anaesthesia, or are biological mechanisms like synaptic depression and short-term plasticity essential?
- Can SOC exponents be measured precisely enough in nature to distinguish competing models?
- Does the brain actively regulate its distance from the critical point, using neuromodulators like dopamine and acetylcholine as control knobs?
Try It Yourself
The best way to develop intuition for SOC is to watch avalanches unfold in real time. The following simulations on mysimulator.uk let you explore the phenomena described above interactively in your browser.
In the sandpile simulator, set the lattice to at least 128×128 cells and let it run for several thousand grain drops before reading off the size histogram. The distribution needs a large sample to reveal its power-law tail clearly. You can also try doubling the toppling threshold and observe that the exponent is robust — only the cutoff length (the maximum avalanche size the lattice permits) changes.
Closing Thought
Self-organised criticality offers a remarkable answer to the question of why so many natural systems show scale-free behaviour. Rather than requiring a careful external hand tuning them to a critical point, they evolve there on their own, driven by nothing more than slow loading and threshold-based dissipation. The resulting power laws are not statistical accidents; they are the signature of a dynamical fixed point that the system is continuously drawn towards.
The BTW sandpile is, in a sense, one of the simplest systems that can be genuinely surprising at every scale. A single grain dropped onto a critical pile might do nothing, or it might trigger a cascade that rearranges half the lattice. That uncertainty is not noise to be averaged away — it is the physics.