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

Polkadot Archive Snapshot

Chain Polkadot
Block Height 26657167
Creation Date 2025-11-07
Database Format ParityDb
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 1.17.0
Download Link polkadot_26657167_2025-11-07.tar.lz4
Size 2.2T
sha256 Checksum c4cf710ebbb1192981c3738e91eb17073f57f1fbf530cb1e4f80151562ea517b

How to deploy Snapshot

Issue the following commands:

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

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