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

Polkadot Snapshot

Chain Polkadot
Block Height 27788317
Creation Date 2025-09-16
Database Format RocksDb
Pruning Mode Pruned
Compression Format lz4
Version used for Snapshotting 1.15.0
Download Link polkadot_27788317_2025-09-16.tar.lz4
Size 127G
sha256 Checksum 3801c7e7cb4675ccf06b12f11b21777f3b505d3430b1257f9f44da51f0d96bcf

How to deploy Snapshot

Issue the following commands:

wget https://snapshots.radiumblock.com/polkadot_27788317_2025-09-16.tar.lz4
lz4 -c -d polkadot_27788317_2025-09-16.tar.lz4 | tar -x -C /home/polkadot/.local/share/polkadot/chains/polkadot
rm -v polkadot_27788317_2025-09-16.tar.lz4

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