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

Polkadot Archive Snapshot

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

How to deploy Snapshot

Issue the following commands:

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

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