#Blocks
Blocks on the Ethereum blockchain are the fundamental units of data storage that record all transactions and smart contract operations on the network. Each block contains a unique set of attributes that are essential for understanding the context and scale of on-chain activity.
#Block attributes
#block_number
The block number of the block. This is a unique identifier for each block on the Ethereum blockchain.
#occurred_at
The timestamp when the block was mined. This is a "datetime" attribute, which means it represents a specific point in time.
#ethereum_transactions_count
The total number of transactions included in a block.
#ethereum_transfers_count
The number of transfers (both ETH and ERC20) recorded in a block.
#uniswap_swaps_count
The number of Uniswap swaps that occurred in a block.