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

Polkadot Snapshot

Chain Polkadot
Block Height 28273835
Creation Date 2025-10-20
Database Format RocksDb
Pruning Mode Pruned
Compression Format lz4
Version used for Snapshotting 1.15.0
Download Link polkadot_28273835_2025-10-20.tar.lz4
Size 127G
sha256 Checksum e0a6603bdbcb67fcbcc6d3769d9e950c95157fdc46e28439b40e9a04803953a7

How to deploy Snapshot

Issue the following commands:

wget https://snapshots.radiumblock.com/polkadot_28273835_2025-10-20.tar.lz4
lz4 -c -d polkadot_28273835_2025-10-20.tar.lz4 | tar -x -C /home/polkadot/.local/share/polkadot/chains/polkadot
rm -v polkadot_28273835_2025-10-20.tar.lz4

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