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

Polkadot Archive Snapshot

Chain Polkadot
Block Height 26162252
Creation Date 2025-09-12
Database Format ParityDb
Pruning Mode Archive
Compression Format lz4
Version used for Snapshotting 1.17.0
Download Link polkadot_26162252_2025-09-12.tar.lz4
Size 2.1T
sha256 Checksum 030cf11a83c52793b0eb09b5fe97af6c5a2c5bfbdf61bedeb1d488757791070a

How to deploy Snapshot

Issue the following commands:

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

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