Find the nearest stronghold
Java Edition · seed-accurate via cubiomes
The map opens on this seed in the Overworld, with stronghold the only marker switched on.
Try these seeds
Documented Minecraft Java Edition seeds. Click to load — the finder reruns automatically.
- pack.png seed 3257840388504953787 Notch's original launcher-icon world. The Java RNG resolves all 128 strongholds across the 8 rings deterministically.
- Beta 1.8 → 1.18 title panorama 2151901553968352745 Famous title-screen seed reused by Mojang. Useful as a stable reference world for stronghold-ring math.
- Java 1.20 title panorama 8554477380691140270 Cherry Grove showcase seed. Loads cleanly in 1.21.x — Eye of Ender triangulation works as expected.
- Java 1.13 title panorama 1458140401 Update Aquatic launch panorama. Compact world spawn, easy to plot stronghold rings against.
About Stronghold
What the structure is, and what it's worth the trip for
Strongholds are the only place an End portal generates. Every Minecraft Java world has exactly 128 strongholds, distributed across 8 concentric rings centered on (0, 0). Their positions are 100% determined by your seed — once you know it, you can skip the F3 + Ender-Eye triangulation and walk straight there.
This finder uses the same iterative algorithm Mojang uses, validated against the biome at each candidate. Results match the in-game coordinates exactly — not approximations.
How it works
The placement rules this finder reproduces
The game places strongholds in 8 rings: 3 in the first, 6, 10, 15, 21, 28, 36, 9 in the outer ring (128 total). Each ring sits at a fixed distance band from spawn:
- Ring 1: ~1280–2816 blocks
- Ring 2: ~4352–5888 blocks
- Ring 3: ~7424–8960 blocks
- Ring 4: ~10496–12032
- Ring 5: ~13568–15104
- Ring 6: ~16640–18176
- Ring 7: ~19712–21248
- Ring 8: ~22784–24320
Within a ring, candidate angles are picked by the world seed; if the candidate's biome isn't a valid stronghold biome, the algorithm steps to the next chunk along the ring. Cubiomes' iterator reproduces this faithfully.
Tips
Getting a useful result on the first search
- Set "From X / Z" to your spawn coords if you're starting fresh.
- Set them to your current F3 reading if you've already explored.
- The closest stronghold is almost always in Ring 1 — but not always. Ender pearls + this tool covers both cases.
- Use the stronghold triangulator if you only have F3 readings and want to back-solve the seed-less way.
- Need to plan a Nether highway from your base to the stronghold? Pair with the Nether portal calculator.
Frequently asked questions
What people ask about finding this structure
Are these the exact in-game coords? +
Yes — this uses the biome-validated iterator from cubiomes, which matches Mojang's algorithm. Pure-JS shortcut tools that skip biome validation can be off by a chunk or two.
Does this work for Bedrock? +
Not yet — Bedrock uses a different RNG and stronghold algorithm. Java only in v1.
My seed shows fewer than 128 strongholds. +
The 128 figure is across all 8 rings. Some rings only contain 3–9 strongholds. This finder returns the first 16 by default to keep the response snappy; the full seed map shows all of them.
Related on Crafty
The tools that pair with this one
More finders
The rest of the seed-based structure set