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

Polkadot Snapshot

Chain Polkadot
Block Height 26669776
Creation Date 2025-06-30
Database Format RocksDb
Pruning Mode Pruned
Compression Format lz4
Version used for Snapshotting 1.15.0
Download Link polkadot_26669776_2025-06-30.tar.lz4
Size 126G
sha256 Checksum b160e0b6280548cdeccef5ee78bb2588d8e0e0446b42c866b6208ed2b3545a00

How to deploy Snapshot

Issue the following commands:

wget https://snapshots.radiumblock.com/polkadot_26669776_2025-06-30.tar.lz4
lz4 -c -d polkadot_26669776_2025-06-30.tar.lz4 | tar -x -C /home/polkadot/.local/share/polkadot/chains/polkadot
rm -v polkadot_26669776_2025-06-30.tar.lz4

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