B3 Sepolia Data Schema
B3 Sepolia datasets provide comprehensive on-chain data including blocks, transactions, and logs (events), traces (internal transactions). All data is indexed and queryable through Portal or v2 archives.Available Data Types
Entity Type
Entity Type
Data fields for entity type.
| Field Name | Data Type | Description |
|---|---|---|
| Data Type | Description |
Blocks
Blocks
Block headers contain metadata about each block in the chain.
| Field Name | Data Type | Description |
|---|---|---|
| integer | Block number |
Tx
Tx
Data fields for tx.
| Field Name | Data Type | Description |
|---|---|---|
| integer | Index of the transaction in the block |
Logs
Logs
Event logs emitted by smart contracts during transaction execution.
| Field Name | Data Type | Description |
|---|---|---|
| integer | Index of the log in the block |
Traces
Traces
Internal transactions and call traces showing execution flow within transactions.
| Field Name | Data Type | Description |
|---|---|---|
| integer | Index of the parent transaction |
State_Diffs
State_Diffs
Data fields for state_diffs.
| Field Name | Data Type | Description |
|---|---|---|
| integer | Index of the parent transaction |

