Tuesday, 30 June 2026

Mapping a Geochemical Fingerprint: Using Open BGS Data to Screen for the Stonehenge Altar Stone's Source

A note on how this post was made: the code, the geospatial analysis, and every map below were written and run by Claude, Anthropic's AI model, working directly with me in conversation. I gave the direction, supplied the published reference maps and literature, and checked the geological reasoning against them; Claude did the data engineering and the spatial analysis. I'm saying that plainly up front rather than writing "I built a map" and quietly letting an AI's work pass as mine. Consider this an exercise in learning about AI capabilities as much as about a rock.

The Altar Stone — the six-tonne sandstone megalith lying at the heart of Stonehenge — was shown in 2024 to come not from Wales, as a century of scholarship assumed, but from the Orcadian Basin of northeast Scotland. That single result reopened an old question in a new place: where, within a basin that stretches from the Moray Firth to Shetland, did this stone actually come from?

The published case against Orkney rests on careful, multi-technique laboratory work — portable XRF, automated SEM-EDS mineralogy, clay XRD — applied to a small number of hand samples. What it doesn't do is show how that local result sits against the regional geochemical backdrop. That's a job for two public databases and some code, and it's the job I set Claude to do.

The two datasets underneath everything here

Two free, OGL-licensed British Geological Survey products do all the work in this post:

  • G-BASE — the Geochemical Baseline Survey of the Environment: national 500 m kriged grids of stream-sediment element concentrations, built from roughly 110,000 samples across Great Britain. This is where the barium and rubidium numbers come from.
  • BGS Geology 625k — a full digital bedrock map of Great Britain as a polygon database, every polygon attributed with its formation name, lithology, and geological age. This is what lets a coordinate be checked against the actual mapped rock, rather than against a rectangle drawn on a screen.

Both are direct downloads, no licence negotiation, no API key. Claude parsed the G-BASE ASCII grid headers directly, then used pyproj to convert every location of interest from latitude/longitude into the grid's native OSGB36 British National Grid coordinates, which is all that's needed to index straight into the array for any point.

Round one: barium

Rather than just colouring the map by concentration, Claude built it around the Altar Stone's own published numbers: 105 of 106 in-situ pXRF analyses of the stone exceed 1025 ppm barium, with a mean above 2750 ppm. Every grid cell clearing the first threshold is rendered in flat green; cells clearing the mean, in magenta.

A note on reading the first two maps below: they use only this simple barium scheme. They don't carry the rubidium layer described next — that uses a different colour pairing further down.

 

Click maps to embiggen

The regional contrast is stark: Orkney returns a 0.03% hit rate against the Altar Stone's barium floor (one cell, at Yesnaby), against 10.8% for mainland Caithness/Moray/Black Isle and 2.8% for Shetland — roughly 350x between Orkney and the mainland basin. The one Orkney hit, at Yesnaby, is already explained in the literature as vein-infill baryte tied to base-metal mineralisation, not the diagenetic cement actually in the Altar Stone — stream sediment can't tell those apart on its own.

Round two: a ratio, not a threshold

Barium alone can't distinguish the Altar Stone's diagenetic cement from an unrelated mineral vein. Rubidium helps, in principle: in the published Anglo-Welsh Basin comparison, the high-barium look-alikes that failed to match the Altar Stone all ran roughly 3x higher in Rb; the sample that did match on barium also matched on Rb.

Rather than impose two separate absolute cutoffs — a barium floor and a fixed "low rubidium" number with no published anchor to justify it — Claude built a Ba/Rb ratio grid instead. This is standard practice in exploration geochemistry for a good reason: stream sediment is affected by the "nugget effect," where heavy minerals concentrate unevenly depending on local hydraulics, and a ratio between two elements is far more robust against that noise than either concentration taken alone. The screen used throughout the rest of this post is barium above the Altar Stone's floor and a Ba/Rb ratio in the basin's own top 5% — again a data-driven cutoff rather than an imported number, and flagged as such.

Checked against the known cases: Yesnaby's ratio (12.1) actually sits below every genuine Old Red Sandstone candidate found in this analysis — Helmsdale (15.9), the Nairn corridor (16.5), Shetland (24.8) — which the ratio threshold correctly excludes. The vein anomaly near Tongue in North Sutherland, by contrast, produces the single most extreme ratio anywhere in the basin (39.2). Ratio doesn't solve the vein-versus-cement problem outright — an extreme enough vein still clears any threshold — but it separates the borderline cases far better than a flat concentration cutoff does.


A test that didn't work, worth being honest about

One more refinement was worth trying and worth reporting even though it failed: could known fault lines be used to automatically flag likely vein contamination, on the logic that base-metal veins cluster along structural weaknesses? BGS publishes a fault-line layer at the same 1:625,000 scale as the bedrock polygons, so this was a cheap thing to check.

It doesn't work, and the reason is instructive rather than just disappointing. Helmsdale — one of the two best-confirmed genuine Old Red Sandstone hits in this whole analysis — sits 0.03 km from a mapped fault, essentially on top of one, because the Brora Outlier survives as an outlier precisely because it's a fault-bounded, down-faulted block. Shetland's Melby cluster sits 1.15 km from a fault. Yesnaby, the one site the literature explicitly documents as vein-hosted, sits 2.46 km away — further than either of the genuine hits. Fault proximity at this scale flags basin-margin sedimentary preservation just as readily as it flags vein mineralisation, and the fine structures that actually control mineralisation at a site like Yesnaby are well below what a 1:625,000 map resolves in the first place. A more detailed 1:50,000 fault layer exists and might do better, but going and fetching it felt like the wrong call: bolting a sharper-sounding filter onto a screening exercise like this risks implying a level of locational precision the underlying method doesn't actually have. Better to say plainly that this one didn't work than to quietly drop it.

Checking every candidate against the actual bedrock

A geochemical filter can flag a location as interesting. It can't tell you what rock is actually there — Sutherland alone produced hits on Lewisian gneiss, Moine psammite, Cambrian quartzite, and half a dozen granite intrusions, none of them remotely Old Red Sandstone. Getting past that requires checking each hit against the real mapped geology.

Claude loaded the BGS bedrock polygon layer with geopandas, filtered to Devonian-age sedimentary lithologies (excluding the Devonian-age igneous intrusions and lavas that share the same age but are a different rock type entirely), and ran every individual 500 m pixel of the composite mask — not just each cluster's centre point — through a spatial join against the polygons. That gives an honest number per cluster: what fraction of it actually sits on mapped Old Red Sandstone.

CategoryClustersGenuine ORS area
≥50% of pixels on real Devonian sedimentary rock265.5 km²
Partial mix — real ORS present, but under half the cluster639.75 km²
0% — confirmed basement, granite, or metasediment370 km²

Click to embiggen

The standout result is new: a 42.5 km² cluster on the East Caithness coast, near Sarclet, comes back 98% genuine Middle Old Red Sandstone — the cleanest hit in the entire analysis after Shetland. It didn't show up under a flat rubidium cutoff at all; Caithness apparently runs a little higher in background Rb than Sutherland, enough to fail a Sutherland-calibrated absolute threshold even where the underlying Ba/Rb relationship is strong. It's also worth being precise about why this particular stretch of coast is already familiar. A 2026 paper (Clarke et al., Journal of Quaternary Science) independently arrived at the same ground by a completely different route: rather than screening geochemistry across the basin, they ran statistical age-spectrum matching (Kolmogorov–Smirnov tests) on published detrital zircon data from a small number of previously-sampled localities, and found Sarclet gave the single strongest match to the Altar Stone anywhere tested — statistically indistinguishable, p = 0.96. That paper's ice-flow modelling, which made the news, is a separate step downstream of that result, used to test whether glaciers could have carried the stone south (they couldn't — flow ran east into the North Sea, not south to Wiltshire), not how Caithness was identified in the first place. The zircon match and this geochemical screen depend on none of the same data or assumptions — one dates crystals eroded out of billion-year-old granites, the other measures modern element dispersal in stream sediment — which makes two unrelated methods landing on the same 42.5 km² of coastline a genuinely useful cross-check, not a coincidence of one method run twice.

Shetland's Melby/Walls cluster holds up again at 85% genuine ORS, the most consistently confirmed site across every version of this analysis. Helmsdale and the Nairn/Elgin corridor are both real, if partial — genuine Old Red Sandstone sits inside a larger, mixed geochemical anomaly rather than accounting for all of it. A cluster near Loch Duntelchaig on the Great Glen splits almost evenly between genuine Middle ORS breccio-conglomerate and an adjacent Devonian-age mafic intrusion — the geochemistry can't tell which side of that boundary a given stream sample fell on, but the bedrock map can.

None of the three small, isolated Old Red Sandstone outliers at Tomintoul, Cabrach, and Rhynie — nor anything near Aberdeen — produced a single hit, despite being genuine, published ORS.

The glacial smear problem

There's a real weakness underneath everything above, and it's worth stating plainly rather than leaving it implicit: checking a location against the bedrock polygon assumes the stream sediment there reflects the rock directly beneath it. In heavily glaciated terrain, that assumption is often wrong. Northern Scotland was covered by ice sheets that eroded, transported, and dumped material well away from its source, and a stream cutting through a thick sheet of glacial till is sampling that till, not the solid geology underneath it. A patch of Moine basement blanketed by till that happens to contain reworked Old Red Sandstone would produce exactly the barium-and-rubidium signature this analysis is hunting for — and the bedrock spatial join, which only ever looks at what's mapped under the till, would discard it as basement regardless.

That's not a hypothetical: checking the 31 clusters this analysis classified as "0% ORS, confirmed basement" against BGS's own superficial deposits map shows that 20 of the 31 sit on mapped till, and only one sits on clearly exposed rock. "0% of pixels on ORS bedrock" and "0% chance the stream sediment there carries any ORS material" are not the same claim, and the table earlier in this post was, strictly, only entitled to make the first one.

The obvious next move — join those 20 clusters against the superficial layer and see whether the till itself is ORS-derived — turns out not to be available as a download. At this scale, BGS's superficial deposits map records deposit type (till, peat, sand and gravel) but not provenance; a polygon labelled "diamicton" carries no attribute for which rock it eroded from. Building a confident-sounding provenance model on top of a layer that doesn't actually contain provenance would be the same mistake made and abandoned with the fault-distance test earlier — a filter that sounds more precise than the underlying data can support.

What is checkable is direction. Published reconstructions of the last ice sheet's flow across this specific ground describe the dominant pattern as ice moving out of Sutherland, northeastward, onto the Old Red Sandstone lowlands of Caithness, with a later phase arriving from the Moray Firth basin, also flowing into Caithness rather than away from it. Both documented phases move material toward the ORS ground, not away from it into the Lewisian and Moine terrain to the west. That's the opposite direction from the scenario this problem raises: if till-borne contamination is happening at basin scale here, the likelier version is basement material draped over parts of Caithness, diluting a genuine signal, rather than Old Red Sandstone smeared west into the basement clusters this analysis discarded. It doesn't clear any individual site — a local reversal or a late-stage flow switch could still be sitting under any one of those 20 till-covered clusters, and confirming or ruling that out would need site-specific striae or clast-lithology data this analysis doesn't have. But it's a reason for measured rather than acute concern about the basement exclusions specifically, and if anything it means the East Caithness hit reported above is slightly more notable than it looked: a clean 98% match found despite a documented dilution risk running the other way.

Why "is it Old Red Sandstone" is the wrong-sized question

The Loch Duntelchaig result is the cleanest illustration of a limit that no amount of better data removes. That location is, in part, unambiguously genuine Middle Old Red Sandstone. It is also almost certainly the wrong rock for Stonehenge regardless, because it's coarse, basin-margin breccio-conglomerate — laid down as an alluvial fan hard against an active fault scarp — while the Altar Stone is fine-grained, ripple-laminated, mica-rich sandstone deposited by slow water nowhere near a fault scarp. Both are correctly labelled Middle Old Red Sandstone. A bedrock polygon, however precise, records the formation name, not the depositional texture.

Every filter in this post is a geochemical threshold and a formation label. That combination tells you a location is worth a second look. It doesn't tell you the rock there looks anything like the stone at Stonehenge. The next test isn't another element or a better map — it's facies: grain size, sorting, bedding style, depositional setting. That's not visible in a stream-sediment grid or a 1:625,000 polygon, and it's not something that can be finished from a desk.

What it adds up to

  • East Caithness (Sarclet area) is the strongest new lead this analysis produced — 98% confirmed, and reached independently by a 2026 detrital zircon age-matching study using none of the same data as this one.
  • Shetland (Melby/Walls) remains the most consistent candidate across every screen applied so far.
  • Helmsdale and the Nairn/Elgin corridor are real but partial — genuine ORS inside a broader, mixed anomaly.
  • Loch Duntelchaig is real ground with an explicit asterisk on facies.
  • Tomintoul, Cabrach, Rhynie, and Aberdeen — genuine ORS, geochemically silent in this dataset.
  • A fault-proximity filter sounded like a reasonable refinement and did not survive contact with the data — worth keeping in the writeup precisely because it didn't work.
  • Everywhere else that lit up — the bulk of Sutherland, the Cairngorms, upper Speyside — is basement, granite, or metasediment, confirmed against the actual bedrock map rather than assumed from a box.

None of this replaces the rock. It's a free, fast, repeatable way to rank where a portable XRF analyser should go next, and just as usefully, where it shouldn't — and where a plausible-sounding refinement should be tried, reported honestly, and dropped when it doesn't hold up. Claude built the pipeline, ran the joins, and did the geological cross-referencing behind every number in this post; I supplied the direction and the published context that made the geology checkable at all.


Data used: BGS G-BASE barium- and rubidium-in-stream-sediment grids, BGS Geology 625k bedrock polygons, and BGS 625k fault linework, © BGS/NERC, used under the Open Government Licence. Analysis, code, and maps were produced by Claude (Anthropic). This work is independent and not affiliated with or endorsed by BGS or any of the cited research groups.


Appendix:

What This Project Actually Shows About Working With an AI, Not About Rocks

I asked Claude for a raw tally of what had gone into the Altar Stone geochemistry series: how many numbers, how many datasets, how many individual checks. The answer was bigger than either of us expected, and it seemed worth a post of its own — not because the size of the number is impressive, but because of what actually made this project move fast, and what didn't.

The numbers, for the record

  • Two national stream-sediment grids at 3,180,680 cells apiece (970,377 of them over land), plus a derived ratio grid of the same size
  • 11,244 bedrock polygons, 2,741 fault-line segments, and 10,651 superficial-deposit polygons, all for the whole of Great Britain
  • Roughly 5,090 individual point-in-polygon spatial joins run against the bedrock layer — every 500 m pixel of two separate composite anomaly masks, checked one at a time, not sampled
  • Around 85 cluster-level profiles built across two screening passes, each with its own area, coordinates, element concentrations, ratio, percentage of genuine Old Red Sandstone, and dominant formation name
  • 40-odd named locations individually converted between coordinate systems over the course of the series

None of that is the interesting part. Checking whether a number clears a threshold across three million grid cells is arithmetic, not judgement, and a laptop could do it in about the time it takes to read this sentence.

What actually made this move: breadth, not depth

This project touched stream-sediment geochemistry, Quaternary glacial geology, structural geology, Devonian stratigraphy, coordinate reference systems, Python scientific computing, and cartographic design — in roughly that order, sometimes twice. A working geochemist, a GIS specialist, a Quaternary geologist, and a programmer are, ordinarily, four different people. Getting this done conventionally would mean either finding someone who is unusually all four at once, or assembling a small team and paying the coordination cost that comes with one — meetings, handoffs, someone waiting on someone else's output before they can start their piece.

Claude's competence across those six areas isn't deep in any one of them — it's not going to out-argue a structural geologist about fault kinematics, and it shouldn't. What it removes is the switching cost between them. Parsing a BGS ASCII grid header, converting coordinates with pyproj, running a connected-component clustering pass with scipy, spatial-joining against a shapefile with geopandas, and turning the result into a legible map happened back-to-back, inside single replies, with no gap for context-switching or for waiting on a different specialist's calendar. For a screening exercise like this one — not a publishable geological survey, a triage tool for deciding where to look next — that's the right shape of capability. Breadth without depth is a liability for a definitive answer and an asset for narrowing down where to look for one.

The other thing that made this move: failure was free

Refining the post at least three ideas were tried and dropped inside the same conversation they were proposed in: an unsupervised-clustering alternative to the rubidium threshold, a fault-proximity filter for vein contamination, and — almost — a full superficial-deposits provenance model that turned out not to be buildable from the data actually available. Each of those, done by a human team, would carry real sunk cost: fetching a new dataset, writing and debugging new code, probably a day or more before anyone could say whether it worked. That cost creates a quiet pressure to make an idea work once you've invested in it, which is exactly how a plausible-sounding filter survives into a final writeup even when the honest answer is "no, this doesn't discriminate anything." Here, the fault-distance test ran, failed clearly, and got written up as a failure in the same sitting — because trying it cost minutes, not days, there was nothing to protect by keeping it.

What Claude didn't do, and what that says

The genuinely load-bearing corrections in this series came from the human side of the conversation, not the AI side, and it's worth listing them rather than letting that fact hide in a disclaimer. Opening the actual BGS bedrock viewer and clicking through disputed points, catching that a box boundary happened to cut through the middle of the real Helmsdale outcrop, supplying the published stratigraphic maps that extended the search into Aberdeenshire and the Great Glen, recognising that a big dressed megalith couldn't plausibly have been quarried out of glacial till and so that particular rabbit hole wasn't worth chasing, and — the sharpest catch in the whole series* — recognising that checking bedrock polygons alone silently assumes stream sediment reflects the rock directly underneath it, which is a real and well-known problem in glaciated terrain that the analysis had been quietly ignoring for several rounds. That last one is a substantive piece of domain knowledge (drift prospecting, glacial dispersal trains) that had to be supplied, not generated.

What Claude was reliably good for was running the check once someone had the idea: is Yesnaby's rubidium actually low, yes or no; how many of the discarded clusters actually sit on mapped till, precisely; what direction did the last ice sheet actually move across this ground, according to the literature. Fast, correct execution of a well-specified question. Not, on this evidence, a reliable source of the question itself.

So what is this actually a demonstration of

Not that an AI can do a geologist's job — it can't, and nothing here should be read as suggesting fieldwork or peer review are replaceable by a chat transcript. What it demonstrates is narrower and, I think, more useful: the cost of asking one more question dropped to nearly nothing. "What if we checked this against the actual bedrock instead of a box," "what if we tried a ratio instead of a threshold," "does the till underneath change any of this" — every one of those is a legitimate research question that would normally have to be weighed against the time and effort of pursuing it, and normally most of them wouldn't get asked, because the person with the idea also has a day job and a finite number of afternoons. Here, they all got asked, most of them got answered the same day, and the ones that turned out to be dead ends got reported as dead ends instead of quietly buried. That's the actual finding of this post, and it's a smaller, more defensible claim than "AI did the research" — but it's the true one.

* This insight came from using Gemini, the Google Ai Agent, to review the work. A key takeaway is keep bouncing the work to other AI agents to check and feedback their notes into the working model, and jump to a better model if one shows up. Grok fell out of the running of this enquiry early on.


New English Heritage Reconstruction: Stonehenge Sarsens on Wooden Tracks and Rubble Ramps

A new reconstruction image of Stonehenge under construction, created for English Heritage and appearing in the book Stonehenge: The Story of an Icon by Dr Susan Greaney, shows how the 25-tonne sarsen stones may have been both transported and erected.


Infographic by The Independent/Picture Courtesy English Heritage

The illustration, based on laser-scan data and current archaeological understanding, depicts the stones being moved from the Marlborough Downs (around 15 miles away) along wooden trackways in wetland areas, and then raised into position using piles of rubble and earth rather than elaborate wooden scaffolding.

Transport: Wooden Tracks “Like a Railway”

Dr Greaney notes that previous assumptions favoured sledges running over rolling logs. The new reconstruction instead proposes static wooden trackways of laid-down timbers for sections of soft or wetland ground — preventing the sledge from sinking and allowing steady progress. She draws the comparison directly from early 20th-century photographs of megalith moving in Indonesia.

Real-world parallels still exist today. Communities on Sumba continue to drag multi-tonne stones for megalithic tombs using ropes, sledges, and organised human effort, sometimes supported by wooden infrastructure.

Upacara Tarik Batu Kubur, Anakalang, Sumba – Living Tradition
Community ritual pulling of a large megalithic tomb stone using ropes and collective effort.

Raising the Stones: Rubble Ramps and the Easter Island Parallel

Transporting the stones is only half the battle; getting a 25-tonne rock to stand perfectly upright is another. The new English Heritage visual also proposes a method for how the stones were hoisted. Rather than using complex wooden scaffolding, the builders likely used piles of rubble and earth to slowly wedge the stones upward.

“On Easter Island, it was noticed that the Rapa Nui used piles of rubble to help push the stones upright,” Dr Greaney explains. “We believe a similar method could have happened at Stonehenge.”

This comparative approach draws on ethnographic observations from Rapa Nui (Easter Island), where local people historically and in documented demonstrations used earth and rubble ramps or built-up mounds in combination with levers and ropes to raise the large moai statues.

Easter Island 1954 – Rapa Nui Demonstration of Raising Methods
Authentic 1950s footage from Thor Heyerdahl’s expedition showing Rapa Nui people demonstrating traditional quarrying, dragging, and raising techniques, including the use of levers and built-up earth/rubble.

Where to See the Full Reconstruction

The detailed reconstruction (including the wooden trackways and rubble-ramp raising method) features as a four-page fold-out in the new book:

Stonehenge: The Story of an Icon by Dr Susan Greaney (English Heritage, 2026)

Available from the English Heritage shop

Press coverage with images from the reconstruction appears in The Independent (29 June 2026).

Supporting Research

The transport element draws on comparative ethnography, particularly early 20th-century photographs from Nias Island, Indonesia, which show megaliths being moved on sledges over laid wooden tracks rather than free-rolling logs. Academic work, including Barney Harris’s 2018 paper “Moving megaliths: time to park the rollers” (Oxford Journal of Archaeology), has examined how many traditional societies used stable wooden trackways or slipways instead of the commonly imagined rollers.

The raising method proposed in the new reconstruction aligns with documented Rapa Nui practices and experimental archaeology that has tested earth/rubble ramp and lever combinations for uprighting large stones.

Monday, 29 June 2026

Brute Force and Ingenuity: The Art of Moving Megaliths by Hand

When discussing ancient megalithic construction, the debate often centres on how massive stones were moved before the invention of modern machinery. Fortunately, we do not have to rely purely on speculation. From living cultural traditions to historical footage, there are numerous documented examples of real people moving immense weights using ropes, timber, human coordination, and animal power.

Here is a curated selection of footage showing what human ingenuity and organised effort can achieve without cranes or trucks.

1. Sumba, Indonesia – Living Megalith Pulling Rituals ("Tarik Batu Kubur")

These are genuine ongoing cultural rituals in which communities drag massive megalithic stones for elite stone tombs using ropes, collective human effort, and wooden rollers or sleds. This remains one of the strongest living examples worldwide.

Upacara Tarik Batu Kubur, Anakalang Sumba Tengah
Context: Ritual pulling of a megalithic grave stone in Anakalang, Central Sumba. Clear footage of organised community effort.
Prosesi Tarik Batu Kubur (Budaya & Tradisi Orang Sumba)
Context: Full process of the traditional ceremony and stone dragging (approx. 20 minutes).
Tarik Batu Kubur Dengan Berat Puluhan Ton
Context: Emphasises the substantial weight and ritual nature of the event.

2. Toraja, Sulawesi, Indonesia – Mangriu' Batu (Stone Pulling for Noble Funerals)

In Toraja culture, hundreds of community members drag massive megaliths from quarries to ceremonial grounds to honour deceased nobles, using thick ropes, wooden sleds, and coordinated effort.

Tarik Batu: Simbol Kematian Bangsawan Toraja
Context: BBC News Indonesia footage showing the physical struggle and use of log rollers during a Toraja funeral rite.
Tradisi Menarik Batu – Kebudayaan Megalitikum Toraja
Context: Longer footage revealing the mechanics of the wooden sled/frame and rope attachments.

3. Mussolini’s Monolith, Italy (1929–1930s)

Real historical footage of a 250-tonne marble monolith being quarried in the Carrara mountains, moved down a mountainside on wooden sleds, transported by barge, taken up the River Tiber, and positioned in Rome. The operation relied on sleds, rollers, ropes, winches, and pulleys.

Moving a Monolith Old School – Ancient Technology on Display
Context: Excellent compilation of original historical footage showing the full journey from quarry to final position in Rome.
Mussolini’s Column (1929)
Context: Contemporary British Pathé newsreel showing the monolith being towed up the Tiber.

4. Northern Spain – Traditional Oxen Stone Dragging ("Arrastre de Piedra con Bueyes")

Real rural contests in Cantabria and the Basque Country where teams of oxen drag heavy stones or weighted sledges. These demonstrate traditional European draught animal power still in use today.

Arrastre de Piedra con Bueyes, Helguera de Samano
Context: Full contest footage showing oxen teams pulling large stones.
Concurso de Arrastre de Piedra con Bueyes en Liendo 2018
Context: 2018 contest recording showing the modern continuation of the tradition.

5. New England, USA – Traditional Oxen Pulling at Agricultural Fairs

In Maine and Vermont, teams of oxen compete in traditional pulling contests. Historically, oxen were widely used in North America to drag large field boulders when clearing farmland for agriculture.

Fryeburg Fair Ox Pulling (Maine)
Context: Authentic contest footage of oxen teams pulling heavy loads in a traditional New England agricultural setting.

6. Nagaland, India – Naga Tribe Stone Pulling Ceremonies

Various Naga tribes maintain a living tradition of dragging massive stones (often several tonnes) to commemorate treaties, feasts of merit, or significant events. Hundreds of participants pull the stones using thick braided vines or ropes.

Angami Naga Stone Pulling Ceremony
Context: Footage of villagers chanting and pulling a large stone during a traditional ceremony in Kigwema village.
Nagaland: Stone Pulling Ceremony – 142 Years of Anglo-Naga Peace Treaty
Context: News footage of a large-scale community effort along a modern road.
Tuophema Stone-Pulling Ceremony
Context: Recent Hornbill Festival footage showing a very large monolith being hauled by a massive crowd.

7. Easter Island (Rapa Nui), 1954 – Indigenous Demonstration

During Thor Heyerdahl’s 1954 expedition, local Rapa Nui people demonstrated how their ancestors quarried, moved, and raised multi-tonne moai using only ropes, wooden poles, and leverage.

Easter Island 1954 – Quarrying, Moving & Raising the Moai
Context: Authentic 1950s footage showing Rapa Nui participants demonstrating traditional dragging with ropes and the lever-and-fulcrum method for raising stones.

Implications for Ancient Megalith Transport

These examples from living traditions and historical records demonstrate that organised groups of people, using ropes, wooden sleds or rollers, levers, and in some cases draught animals, have successfully moved stones weighing many tonnes — sometimes over difficult terrain and for considerable distances.

While the specific challenges of the Stonehenge megaliths (their size, the distance involved, and the available archaeological evidence) remain subjects of active research and debate, the footage above shows that such movement was within the practical capabilities of pre-industrial societies when sufficient labour, social organisation, and simple technology were available.

Saturday, 27 June 2026

Morphogenesis of Cup-Shaped Depressions in Sarsen Stones

 


The entrance to the Long Barrow at All Cannings, showing natural cup shaped voids in the sarsens.

Sarsen stones (Palaeogene silcretes) are intensely indurated, composed almost entirely of quartz sand grains bound by syntaxial quartz overgrowths. Despite their extreme hardness and chemical stability, their surfaces frequently exhibit circular or sub-circular, cup-shaped depressions. Distinguishing natural geological features from anthropogenic modification (e.g. Neolithic cup marks) requires analysis of a feature's micro-morphology, formational context, and weathering history.

Why the boundaries are sharp

A sarsen boulder typically goes from fully indurated rock to friable or loose sand with little sign of a graded 90%/70%/50%-cemented halo in between — true both at a boulder's outer surface and at internal boundaries against inclusions. This is a property of how silica cementation works, not a gap in the rock record, and it underpins several of the mechanisms described below.

  1. Precipitation happens at interfaces, not through a volume. Silica tends to come out of solution where conditions change abruptly — at the water table, at permeability boundaries, where groundwaters of different chemistry mix, or across redox/pH fronts. Once supersaturation is crossed, cementation proceeds rapidly along that interface rather than diffusing evenly outward. This is documented directly in an analogous deposit: tightly cemented sandstone lenses in the Fontainebleau Sand (Oligocene, Paris Basin) sit immediately within otherwise loose, unconsolidated sand, with the sharp contrast attributed to silica precipitating along a specific hydrological interface (Thiry & MarĂ©chal, 2001).
  2. The cement grows in discrete pulses, not a steady film. Cathodoluminescence imaging of Stonehenge sarsen Stone 58 shows the quartz cement built up as an initial thin zone followed by around sixteen separate growth generations (Nash et al., 2021) — direct evidence that cementation proceeded episodically through time. That doesn't by itself prove the boundary is spatially sharp, but it rules out "slow, steady, uniform thickening" as the model, and is consistent with a threshold-driven process.
  3. Cementation chokes off its own further spread. As a patch of sand cements, its porosity and permeability collapse, diverting silica-bearing groundwater around the cemented zone rather than through it. Ongoing precipitation concentrates at the still-open margin instead of thickening a broad halo evenly. This permeability feedback — cementation progressively sealing off the flow that feeds it — is a generic feature of reactive transport in porous media, and it sharpens fronts rather than blurring them.
  4. Most UK sarsens are groundwater silcretes, not pedogenic ones, and that distinction matters: groundwater silcretes form along specific subsurface flow paths and interfaces, favouring sharp contacts, consistent with UK sarsen's simple, structureless fabric and lack of pedogenic features such as geopetal or colloform structures. Pedogenic silcretes, which form within a soil profile through repeated wetting, drying and translocation, are generally understood to show more gradational or nodular boundaries tied to soil horizons — though I haven't found a source making that comparison explicitly for sarsen, so treat it as a reasonable extension of the general pedogenic-vs-groundwater silcrete literature rather than a confirmed point.
  5. Timing: the Palaeocene–Eocene Thermal Maximum (PETM). Several independent strands of work link UK Palaeogene silicification — sarsen and the related Hertfordshire Puddingstone — to the PETM (c. 56–55.5 Ma), when elevated temperatures and weathering rates would have raised silica mobility and favoured rapid, localised precipitation (Worsley, 2019). This is a separate question from why the boundaries are sharp, but it supports treating UK sarsen formation as a comparatively brief, climatically distinctive episode rather than slow uniform diagenesis over millions of years.

Relevance to what follows. This isn't a fifth mechanism alongside the four below — it's the underlying reason several of them produce sharp-edged features rather than blurred ones:

  • The sharp rim of a selective-dissolution void (mechanism 3) isn't created by the dissolution itself. It's inherited from the moment of cementation: the inclusion never took part in the silica cementation reaction, so the boundary between it and the surrounding cemented sand was already sharp the day the sarsen finished forming. Dissolution, much later, just empties out a void whose edge was sharp from the start.
  • Root holes and burrow traces (mechanism 1) are preserved sharply for the same reason: the cementation front "freezes" whatever was already in the sand — including an open or sediment-filled tube — at the moment it reaches that point, rather than blurring it as growth proceeds.
  • A sarsen boulder's own outer edge, where it meets the sand body it grew within, is the largest-scale expression of the same principle: a sharp boundary between sand that got drawn into the self-reinforcing cementation process, and sand just outside it that never did.

A note on terminology

"Gnamma" and "tafoni" are both sub-aerial weathering-pit terms — gnamma conventionally for granite, tafoni for sandstone — and both depend on processes that only operate at an exposed surface: rainwater ponding, lichen colonisation and the organic acids it produces, and freeze-thaw cycling. None of these operate on a stone that is buried. Applying either term to a depression that formed while a sarsen sat below ground is a category error, however similar the resulting cup-shape looks.

For the burial-context mechanism, the more accurate and lithology-neutral term is selective dissolution (sometimes "differential dissolution"): a softer or more soluble inclusion is preferentially removed from a chemically resistant host, leaving a negative cast. This is the same process documented in "omar" pits, where carbonate concretions dissolve out of Hudson Bay greywacke erratics. Reserve "gnamma" / "tafoni" for genuinely sub-aerial features; use "selective dissolution void" (or "primary void") for the burial-context equivalent.

Cup-shaped depressions in sarsens generally originate from four distinct mechanisms. The first predates the rock's induration entirely; the next two are post-lithification natural processes (one needing surface exposure, one needing burial); the last is human.

1. Primary Biogenic Structures (Root Holes & Worm Burrows)

These form within the original loose Palaeogene sand, before or during silicification — the cavity, or the trace of it, was already part of the sediment body when it hardened. This sets them apart from every other mechanism below, all of which act on the sarsen after it had already become rock.

Root holes (rhizoliths). A plant root grows down through the loose sand; when it later decays, it leaves a tubular void that becomes fossilised in place as cementation proceeds around it.

  • Typically irregular and often tapering along their length, following the natural shape of a root rather than a true cylinder.
  • May show smaller rootlets branching from a main channel.
  • Walls are often knobbly/irregular rather than smoothly bored — a plausible source of the bumpy "mammillated" texture seen on some sarsen surfaces.
  • Broadly vertical relative to the original ground surface at the time of growth, though exhumation and movement since can scramble the apparent orientation on a loose boulder.

Worm/invertebrate burrows (bioturbation). Burrowing animals active in the sand before it lithified left tunnels that are now preserved as traces — referred to formally as ichnofossils, with named genera such as Skolithos (simple vertical lined tubes) or Ophiomorpha (burrows with a distinctive knobbly, pelleted lining). Burrow ichnofossils are independently documented from the Sparnacian (basal Eocene) deposits of south-east England — the same general depositional package implicated in sarsen genesis — so they're a plausible, if not yet specifically confirmed for any individual sarsen, source for this kind of hollow.

  • More uniform in diameter along their length than a root hole — a true tube rather than a taper.
  • Orientation can be horizontal, inclined, or vertical depending on the producing organism's behaviour — less consistently vertical than root holes.
  • May show a meniscate (stacked crescent) backfill structure in longitudinal section, or a distinct lining texture (e.g. Ophiomorpha's knobbly wall) — neither of which a root hole produces.

Distinguishing this category from mechanism 3 (below): there is no "missing inclusion" to account for. The cavity, or its sediment fill, was already present in that exact form before the rock hardened around it — it isn't evidence that something solid was once there and later dissolved away. A useful field check, where a fresh break or core is available: root holes and burrows typically continue as a recognisable tube into the rock at a fairly constant diameter, whereas a selective-dissolution void (mechanism 3) is usually a single, roughly isometric cavity the size and shape of one clast, not an elongated tube.

A root hole that happens to lie at or near the exposed surface can also act as the nucleating "seed" for a sub-aerial weathering pit (mechanism 2) — the two categories aren't mutually exclusive; one can be the starting point for the other.

2. Sub-Aerial Weathering Pits (Gnammas / Tafoni)

When sarsens are exposed on the surface, horizontal or gently sloping planes can develop weathering pits.

  • Initiation: a structural "seed" — a localised pocket of incomplete silica cementation, a soft clay gall, or a root hole (see mechanism 1) — is generally required to start the pit.
  • Mechanism: once a small depression is exposed, it acts as a micro-catchment for rainwater. Standing water, combined with humic/oxalic acids from endolithic lichens and freeze-thaw wedging, attacks the syntaxial quartz cement.
  • Morphology: granular disintegration expands the pit into a bowl shape with a flared rim. The interior retains a rough, sandpaper-like texture, since dissolution removes the cement but leaves individual, un-sheared quartz grains palpable.

3. Sub-Surface Selective Dissolution (Primary Voids)

Sarsens that remained buried — in clay-with-flints, coombe rock, or other superficial deposits — are shielded from sub-aerial weathering but subject to constant sub-surface moisture.

  • Mechanism: during Palaeogene silicification, migrating silica fluids frequently bypassed or encased non-siliceous inclusions — chalk clasts, clay galls, ironstone nodules, dense organic material. Over millennia, percolating groundwater dissolves or flushes out these softer inclusions.
  • Morphology: because the surrounding silica matrix resists dissolution far more strongly than the inclusion did, the void does not expand into a bowl. It instead remains a comparatively faithful negative cast of the evacuated inclusion, with rim and interior geometry reflecting the original clast shape rather than the smooth, gravity-expanded geometry of mechanism 2.

4. Anthropogenic Modification (Cup Marks)

Human-made depressions, whether symbolic (rock art) or functional (grinding, polissoirs), can overlap in scale with natural pits — typically from a few centimetres up to around 20 cm in diameter.

  • Mechanism: created through direct mechanical force — pecking, pounding, or grinding with another stone.
  • Morphology: mechanical action fractures and shears quartz grains rather than dissolving the cement around them, producing a smoother, sometimes glazed or "bruised" interior with truncated grains — distinct from the loose, palpable grains of a dissolution feature.

Comparative summary

Root hole / worm burrow (primary biogenic)

Gnamma / tafoni (sub-aerial)

Selective dissolution void (sub-surface)

Cup mark (anthropogenic)

Formed

Before/during lithification

After lithification, exposed

After lithification, buried

After lithification, human

Context

Within original sand body

Exposed surface

Buried

Usually exposed / portable stone

Shape

Tapering tube (root) or uniform tube (burrow)

Bowl, flared rim

Negative cast of inclusion

Hemispherical, regular

Interior texture

Knobbly (root) or lined/meniscate (burrow)

Rough, loose grains

Follows original inclusion surface

Smooth, glazed/bruised, sheared grains

Diagnostic check

Tube continues at constant width into the rock; no "missing clast" to explain

Lichen/weathering nearby

Burial history; matching inclusions elsewhere in matrix

Use-wear polish; fracture signatures under microscopy

Macroscopic description can suggest a category; confirming it generally needs field microscopy or thin-section work.

Thursday, 25 June 2026

Are Stonehenge's Sarsens Really From West Woods?

A reanalysis of the sarsen fragments from Stonehenge argues that they point to many more sources than expected, some perhaps as far off as Sussex and Kent. The obvious question follows: does that unsettle the idea that the great standing stones came from West Woods?

When sarsen sourcing makes the news it is usually about the monoliths — the conclusion, from Nash and colleagues in 2020, that fifty of the fifty-two surviving standing sarsens share the chemistry of West Woods, on the Marlborough Downs about 25 km away. Less attention goes to the smaller stone fragments dug up across the site. When Ciborowski and colleagues analysed 54 of these in 2024 they called them debitage — a knapping term for the waste struck off while working stone — and found them more varied than the monoliths, drawn from at least three regions beyond West Woods.

A new paper in Archaeological and Anthropological Sciences — Michelaki, Barham, Gorton, Mahaney, Aufreiter and Hancock (2026) — reworks that same fragment dataset using raw element concentrations rather than the zirconium-normalised ratios of the original, and argues the picture is more varied still. I can’t judge the geochemistry, so what follows is what the paper claims.

The new paper makes a deliberate point of not calling this material debitage. It prefers the neutral “fragments,” on the grounds that “debitage” presumes human workmanship — waste from dressing stone — whereas some of these pieces may be natural detritus, weathered off bedrock and never worked by anyone. The distinction is not pedantry: as we shall see, it bears directly on what the fragments can and cannot tell us about the standing stones.

Fragments from all over

On the paper’s sorting, 33 of the 54 fragments can be tentatively tied to known sarsen sources, while the remaining 21 cannot be placed at all and appear to represent at least seven chemistries not documented anywhere yet. Some fragments are tentatively matched to sources well to the south-east — Hampshire, and possibly Sussex and Kent — though the authors are careful to say there are inadequate data to make any of these assignments firm.

They draw one striking implication from that. If some fragments really do derive from south-east England, which the last ice sheet never reached, then ice cannot have carried them, and intentional human transport over long distances is the only explanation left — a reading that fits the wider argument, made by Parker Pearson and colleagues, that Stonehenge deliberately gathered stone from across Britain. For once a critique from the Hancock group cuts against the glacial-transport idea rather than for it.



But the fragments are not the standing stones

Here is the distinction that matters, and that a quick headline will tend to blur. The fragments and the monoliths are not the same population of stone. They need not all come from dressing the great sarsens at all: some may be packing stones, hammerstones or pieces of broken-up earlier features, and — on the very point the paper’s terminology is at pains to keep open — some may be natural detritus that was never part of any worked stone. A varied bag of fragments is therefore perfectly compatible with a uniform set of standing stones. Indeed the original 2024 study already found the fragments more diverse than the monoliths; this paper widens that gap, but it does not invent it.

So finding more sources in the rubble does not, on its own, move the monoliths. The West Woods case for the standing stones rests on a different body of evidence — the analyses of the stones themselves, the Stone 58 core, the proximity of a large, dense silcrete field at the right distance, and the recent extension of the same chemistry to the outlying Cuckoo and Tor Stones. None of that is reanalysed here.

Where it does reach the monoliths

Two threads do connect back to the big stones, and they pull in the cautious direction.

The first is the method itself. If, as the paper argues, normalising every element to zirconium can mask real differences and manufacture apparent agreements — a hazard it says is acute when raw concentrations range over more than a factor of ten, as these do — then that charge applies wherever the technique was used, the monoliths included. The standing stones were placed at West Woods with the same normalised approach. The data behind that conclusion aren’t revisited here, but the tool used to reach it is exactly what the paper is questioning.

The second is more concrete, and I have checked it against the original data. Nash et al. published the full chemistry behind their conclusion, and only one Stonehenge monolith appears in it with the high-precision analyses that source-matching requires: the Phillips’ Core drilled from Stone 58 in the 1950s. The other fifty-odd standing stones were measured only by the coarser portable XRF, and were never individually tested against the sources this way — their West Woods attribution rests on resembling Stone 58, not on being matched to a source themselves. So “re-sourcing the monoliths” really comes down to re-sourcing Stone 58.

Running its core against all twenty source areas, the answer depends entirely on the method — and the dependence runs one way. The more the calculation leans on normalising to zirconium, the better West Woods looks; strip that step out and rank the sources on raw concentrations, as the critics prefer, and West Woods slides down the table.

Approach used on Stone 58’s core Nearest source(s) West Woods rank
Geometric mean of element/Zr ratios (Nash & Ciborowski’s own method)West Woods1st of 20
Element/Zr ratios, nearest-neighbour distanceBramdean, Castle Rising3rd
Raw concentrations, nearest-neighbour distanceCastle Rising, Piggledene6th
Raw concentrations, ±50% agreement countCastle Rising, Piggledene8th

Under Nash and Ciborowski’s own geometric-mean method West Woods comes top, with a real margin — that is how they reached their result, and it is not a marginal call on their own terms. Without the normalising step, West Woods falls to sixth or eighth and the nearest neighbours become Castle Rising and Piggledene. So the assignment is real under one method and gone under another, and the thing doing the work is the zirconium step that both critique papers are arguing about.

Two caveats keep this honest, and both cut against over-reading it. The distant front-runner, Castle Rising in Norfolk, almost certainly owes its place to an accident of scale: Stone 58 is very low in zirconium, Castle Rising lower still, and a raw-concentration comparison simply rewards stones that are uniformly low — the very dilution effect that normalising to zirconium was meant to cancel. And the other near neighbour, Piggledene, lies about two kilometres from West Woods on the same stretch of the Marlborough Downs; on the geology they are all but the same place. So the non-normalised re-sort does not move Stone 58 off the Downs at all. It simply cannot separate West Woods from the source next door, while coughing up one spurious long-distance match. What it shows is not a different source, but that the headline precision — this stone, that hillside — is more fragile than it looks.

So what happens to West Woods?

On the strength of this paper, West Woods is not overturned as the source of the standing sarsens, and the authors do not claim it is. What erodes a little is the confidence attached to the headline figure. “Fifty of fifty-two from West Woods” is a tidy number; the picture from the fragments — many sources, much undocumented variability, signatures that overlap and won’t cleanly separate — and the behaviour of Stone 58 above, which can’t be told from its neighbouring valley once you change the sum, both point the same way: the silcrete chemistry of southern Britain may be too smeared-together for any single method to pin a stone to one hillside with great precision. That is a caution about resolution, not a new provenance.

It is also now the second such caution in a matter of weeks, after Pearce, Bevins, Ixer and Pirrie’s comment on the related arithmetic-similarity method. The two come from opposite ends of the field and agree on little else, but they converge on one unglamorous point: don’t let a processed number stand in for the raw data, and check every match against the plots and the petrography. The most likely upshot is not that West Woods is wrong, but that the next round of sourcing will have to lean less on a single clever statistic and more on the unglamorous business of looking hard at the rock.

Under Nash and Ciborowski’s own geometric-mean method, West Woods is the closest of all twenty sources, with a real margin — that is how they reached their result, and it is not a marginal call on their own terms. Read the same data without normalising, scoring each source by how many elements fall within ±50% of Stone 58, and West Woods drops into the bottom half. The table below shows every source on that non-normalised basis, closest first.

Source area (mean of 3)ZrBaSrTiO2HfNbYPass
Castle Rising256.471.630.040.630.91.337/7
Piggledene6210.371.70.051.570.871.335/7
Lewes Road56.6764.711.230.051.171.031.174/7
Bramdean60.6730.835.170.051.271.331.134/7
Stoney Wish77.6735.834.50.061.81.271.23/7
Clatford Bottom9810.231.770.112.472.072.632/7
Standean83.3356.6311.170.051.81.331.832/7
Sudbury49.6723.322.20.091.31.63.572/7
West Woods96.3332.431.830.122.272.42.21/7
Lockeridge Dene133.3317.672.470.133.332.32.531/7
Monkton Down22533.95.60.215.174.5340/7
Totterdown Wood18819.64.130.094.6722.130/7
Blue Bell Hill201.6791.8310.430.154.673.81.830/7
Gestingthorpe 1106.3348.4311.970.112.531.832.20/7
Mutter's Moor 1415.67140.8313.31.7510.232.87.170/7
Mutter's Moor 2471.3324514.271.4211.3325.976.770/7
Valley of the Stones 1436.6788.88.20.5610.4710.6750/7
Valley of the Stones 2415.3383.66.90.479.638.974.530/7
Lenham Quarry433.3358.7310.730.289.736.173.130/7
Gestingthorpe 2115.3383.07163.830.112.82.239.770/7
Stone 58 (reference)37.6712.11.270.06111.13

within ±50% of the Stone 58 mean    outside ±50% (below 0.5× or above 1.5×). ICP-MS/AES data, Nash et al. (2020); ppm except TiO2 (%).

On the fuller 12-element mean comparison West Woods passes 4 of 12, Castle Rising 11 of 12 and Piggledene 9–10 of 12 — but Piggledene fails on zirconium itself, the primary sorting element. The table shows where Stone 58 is not (West Woods) more reliably than where it is: the green for Castle Rising and Piggledene arises largely because all three are uniformly low in every trace element, so a ±50% test is easily met — the dilution effect that normalising to zirconium is meant to cancel. Piggledene also lies ~2 km from West Woods on the same downs. The table therefore shows non-resolution, not a Norfolk or Piggledene source for Stone 58.

References

Michelaki, K., Barham, D., Gorton, M. P., Mahaney, W. C., Aufreiter, S., and Hancock, R. G. V. 2026. “Geochemical Data Treatment and Interpretive Uncertainty: A Reanalysis of Stonehenge Stone Fragments (‘Debitage’).” Archaeological and Anthropological Sciences 18: 162. doi:10.1007/s12520-026-02518-1.

Ciborowski, T. J. R., Nash, D. J., Darvill, T., Chan, B., Parker Pearson, M., Pullen, R., Richards, C., and Anderson-Whymark, H. 2024. “Local and Exotic Sources of Sarsen Debitage at Stonehenge Revealed by Geochemical Provenancing.” Journal of Archaeological Science: Reports 53: 104406. doi:10.1016/j.jasrep.2024.104406.

Harding, P., Nash, D. J., Ciborowski, T. J. R., Maniatis, G., and Colman, K. 2024. “Earliest Movement of Sarsen Into the Stonehenge Landscape: New Insights from Geochemical and Visibility Analysis of the Cuckoo Stone and Tor Stone.” Proceedings of the Prehistoric Society 90: 229–251 (published online January 2025). doi:10.1017/ppr.2024.13.

Nash, D. J., Ciborowski, T. J. R., Ullyott, J. S., Parker Pearson, M., Darvill, T., Greaney, S., Maniatis, G., and Whitaker, K. A. 2020. “Origins of the Sarsen Megaliths at Stonehenge.” Science Advances 6(31): eabc0133. doi:10.1126/sciadv.abc0133.

Parker Pearson, M., Bevins, R., Bradley, R., Ixer, R., Pearce, N., and Richards, C. 2024. “Stonehenge and Its Altar Stone: The Significance of Distant Stone Sources.” Archaeology International 27(1): 113–137. doi:10.14324/AI.27.1.13.

Pearce, N. J. G., Bevins, R. E., Ixer, R. A., and Pirrie, D. 2026. “Arithmetic Approaches Alone Are Inadequate in Defining Similarity.” Journal of Archaeological Science: Reports: 105874. doi:10.1016/j.jasrep.2026.105874.