HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
Guides

Main Net Database Snapshots

TRON officially offers database snapshots regularly for quick node deployment. A data snapshot is a compressed file of the database backup of a TRON network node at a certain time. Developers can download and use the data snapshot to speed up the node synchronization process.

Download the Data Snapshot

Fullnode data snapshot

The following table shows the download address of Fullnode data snapshots. Please select a suitable data snapshot according to the location and node database type, and whether you need to query historical internal transactions.

Fullnode Data SourceDownload siteDescription
Official data source (Asia: Singapore)http://34.143.247.77LevelDB, exclude internal transactions (About 2259G on May 5, 2025)
Official data source (America)http://34.86.86.229LevelDB, exclude internal transactions (About 2261G on May 6, 2025)
Official data source (America)http://35.197.17.205RocksDB, exclude internal transactions (About 2233G on May 6, 2025)
Official data source (Singapore)http://35.247.128.170LevelDB, include internal transactions (About 2447G on May 6, 2025)
Official data source with accountbalancehttp://34.48.6.163LevelDB, exclude internal transactions, but include address history TRX balance(About 2837G on May 6, 2025)

Note:The data of LevelDB and RocksDB are not allowed to be mixed. The database can be specified in the config file of the full node, set db.engine to LEVELDB or ROCKSDB.

Lite Fullnode data snapshot

The Tron Public Chain has supported the type of the Lite Fullnode since the version of GreatVoyage-v4.1.0 release. All the data required by the Lite Fullnode for running is whole of the status data and a little essential block data, so, it is much more lightweight (smaller database and faster startup) than the normal Fullnode. TRON officially offers database snapshots of the Lite Fullnode.

Lite Fullnode Data SourceDownload siteDescription
Official data source (Singapore)http://34.143.247.77/LevelDB

Tips: You can split the data from the whole data, or prune Lite Fullnode data regularly with the help of the "Lite Fullnode Data Pruning Tool" of Toolkit.

Use the data snapshot

The steps for using data snapshots are as follows:

  1. Download the corresponding compressed backup database according to your needs.
  2. Decompress the compressed file of the backup database to the output-directory directory or to the corresponding directory according to your needs.
  3. Startup the node. The node reads the output-directory directory by default. If you need to specify another directory,please add the -d directory parameter when the node starts.