> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Transaction Blocks 🌱

### Table Details

| Property            | Value                                |
| ------------------- | ------------------------------------ |
| Table Name          | `sui_testnet.raw.transaction_blocks` |
| Table Status        | Beta 🌱                              |
| Unique Key          | `checkpoint_timestamp`, `digest`     |
| Clustering Key(s)   | `to_date("checkpoint_timestamp")`    |
| Search Optimization | `sender`, `digest`                   |

### Table Columns

| Column Name                        | Data Type         | Description                                                                   |
| ---------------------------------- | ----------------- | ----------------------------------------------------------------------------- |
| checkpoint\_sequence               | NUMBER(38,0)      | The sequence number of the checkpoint containing this transaction block.      |
| checkpoint\_digest                 | VARCHAR(16777216) | The digest of the checkpoint.                                                 |
| digest                             | VARCHAR(16777216) | The unique identifier or hash of the transaction block.                       |
| dependencies                       | VARIANT           | The dependencies of the transaction block.                                    |
| events\_digest                     | VARCHAR(16777216) | The digest of the events in the transaction block.                            |
| executed\_epoch                    | NUMBER(38,0)      | The epoch during which the transaction was executed.                          |
| gas\_object                        | VARIANT           | The gas object used for the transaction.                                      |
| message\_version                   | VARCHAR(16777216) | The version of the transaction message.                                       |
| modified\_at\_versions             | VARIANT           | The versions at which modifications occurred.                                 |
| mutated                            | VARIANT           | The mutated objects in the transaction block.                                 |
| shared\_objects                    | VARIANT           | The shared objects involved in the transaction block.                         |
| status                             | VARIANT           | The status of the transaction block.                                          |
| inner\_status                      | VARCHAR(16777216) | The inner status of the transaction.                                          |
| transaction\_digest                | VARCHAR(16777216) | The digest of the transaction.                                                |
| events\_count                      | NUMBER(38,0)      | The count of events in the transaction block.                                 |
| object\_changes\_count             | NUMBER(38,0)      | The count of object changes in the transaction block.                         |
| raw\_transaction                   | VARCHAR(16777216) | The raw transaction data.                                                     |
| checkpoint\_timestamp              | TIMESTAMP\_NTZ(9) | The timestamp of the checkpoint containing this transaction block.            |
| gas\_data                          | VARIANT           | The data related to gas usage.                                                |
| transaction\_message\_version      | VARCHAR(16777216) | The version of the transaction message.                                       |
| sender                             | VARCHAR(16777216) | The sender of the transaction.                                                |
| inputs                             | VARIANT           | The inputs to the transaction.                                                |
| kind                               | VARCHAR(16777216) | The kind of transaction.                                                      |
| tx\_signatures                     | VARIANT           | The signatures of the transaction.                                            |
| transaction\_block\_index          | NUMBER(38,0)      | The index of the transaction block within the checkpoint.                     |
| transactions\_count                | NUMBER(38,0)      | The count of transactions in the transaction block.                           |
| gas\_computation\_cost             | NUMBER(38,0)      | The cost (in MIST) of computational resources consumed by the transaction.    |
| gas\_non\_refundable\_storage\_fee | NUMBER(38,0)      | The portion of the storage fee that is not refundable upon object deletion.   |
| gas\_storage\_rebate               | NUMBER(38,0)      | The amount (in MIST) refunded for storage freed by the transaction.           |
| gas\_storage\_cost                 | NUMBER(38,0)      | The cost (in MIST) of on-chain storage consumed by the transaction.           |
| gas\_fees\_mist                    | NUMBER(38,0)      | The total gas fees paid for the transaction, denominated in MIST (10^-9 SUI). |
| balance\_changes\_count            | NUMBER(38,0)      | The number of balance changes in the transaction block.                       |
| \_created\_at                      | TIMESTAMP\_NTZ(9) | Timestamp of the entry creation.                                              |
| \_updated\_at                      | TIMESTAMP\_NTZ(9) | Timestamp of the entry update.                                                |

### Related Docs

* [Sui Raw Transaction Blocks](/historical-data/supported-blockchains/move-ecosystem/sui/raw/transaction-blocks)
