RadiumBlock is now officially on board as Polkadex's DevOps Infrastructure Partner!

Polkadot Archive Snapshot

Chain Polkadot
Block Height 28507174
Creation Date 2026-06-05
Database Format ParityDb
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 1.21.0
Download Link polkadot_28507174_2026-06-05.tar.lz4
Size 2.0T
sha256 Checksum 001399dbed3331ebbcdce77199ad4bce8c36ad4a7825e7266d73a17a0b1127ae

How to deploy Snapshot

Issue the following commands:

wget https://pdot-paritydb-archive.radiumblock.com/polkadot_28507174_2026-06-05.tar.lz4
lz4 -c -d polkadot_28507174_2026-06-05.tar.lz4 | tar -x -C /home/polkadot/.local/share/polkadot/chains/polkadot
rm -v polkadot_28507174_2026-06-05.tar.lz4

If applicable, replace /home/polkadot with the actual storage location.