Raw
1. sui_objects
Table Description
The sui.sui_objects table stores detailed information about various objects on the Sui blockchain. This data is essential for tracking and managing objects, ensuring all relevant metadata and state information is available for applications and users interacting with these objects on the Sui network.
Column Descriptions
Table Sample
2. sui_transactions
Table Description
The sui.sui_transactions table logs all transactions occurring on the Sui blockchain. This data is essential for tracking and analyzing the flow of assets and interactions within the network, providing a comprehensive record of all transactional activities.
Column Descriptions
Table Sample
3. sui_checkpoints
Table Description
The sui.sui_checkpoints table stores checkpoint-related data for the Sui blockchain, including the checkpoint’s sequence number and the corresponding raw JSON data at that height. This dataset enables users to track the state of the Sui blockchain at different checkpoints.