# Blocks

Ethereum blocks are the fundamental units of the Ethereum blockchain. Each block contains a list of transactions, a reference to the previous block, and other metadata. Blocks are created by miners, who compete to solve a cryptographic puzzle in order to add a new block to the blockchain.

# 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.