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

Polkadot Snapshot

Chain Polkadot
Block Height 28546046
Creation Date 2025-11-08
Database Format RocksDb
Pruning Mode Pruned
Compression Format lz4
Version used for Snapshotting 1.15.0
Download Link polkadot_28546046_2025-11-08.tar.lz4
Size 127G
sha256 Checksum 12adb74793c58742995eccf04cbb4ecf9d9ec1d777b70173d7dfa78a34be47d7

How to deploy Snapshot

Issue the following commands:

wget https://snapshots.radiumblock.com/polkadot_28546046_2025-11-08.tar.lz4
lz4 -c -d polkadot_28546046_2025-11-08.tar.lz4 | tar -x -C /home/polkadot/.local/share/polkadot/chains/polkadot
rm -v polkadot_28546046_2025-11-08.tar.lz4

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