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

# How to Explore Blocks on Solana

> Learn how to use Orb, a new Solana block explorer, to research blocks including executed transactions, programs, block rewards, compute units, and more.

Every 400ms, a [validator on Solana](https://www.helius.dev/validator) produces a new block that contains thousands of transactions, touching dozens of programs and executing millions of compute units.

Whether you're a validator operator wanting to analyze block rewards and transaction details or a researcher exploring on-chain data, Orb's block pages provide comprehensive visibility.

Let's look at an [example block](https://orbmarkets.io/block/378183037) (378,183,037) that was executed by the [Bitwise Onchain Slutions validator](https://orbmarkets.io/address/8GbwASqdpw4dVcwbWUxbHXMrjyQx2aKkoBR5H1GJF8iD/history?cluster=mainnet-beta), powered by Helius.

## Block Info

At the top of the **Blocks** page are details about the block leader, timestamp, epoch, total transactions (successful and failed), CUs, and block rewards.

<Frame caption="Details of the Solana block produced in slot 378,183,037.">
  <img src="https://mintcdn.com/helius/GK_UEjIuMAXci0nx/images/orb/explore-blocks/solana-block-details-on-the-orb-explorer.jpg?fit=max&auto=format&n=GK_UEjIuMAXci0nx&q=85&s=dd8da6477f95796a673d3f471b226c65" alt="Details of the Solana block produced in slot 378,183,037" width="2464" height="1386" data-path="images/orb/explore-blocks/solana-block-details-on-the-orb-explorer.jpg" />
</Frame>

<Note>
  Details about block rewards can also be found in the **Rewards** tab.
</Note>

## Block Transactions

To inspect each transaction included in a block, select the **Transactions** tab. Here, you can see a list of transaction types, the programs invoked, and a link to the transaction signature.

<Frame caption="List view of Solana transactions included in slot 378,183,037.">
  <img src="https://mintcdn.com/helius/GK_UEjIuMAXci0nx/images/orb/explore-blocks/all-solana-transactions-in-a-block-on-the-orb-explorer.jpg?fit=max&auto=format&n=GK_UEjIuMAXci0nx&q=85&s=23cabc7d004982d6350122ea3481f2c0" alt="List view of Solana transactions included in slot 378,183,037" width="2752" height="1548" data-path="images/orb/explore-blocks/all-solana-transactions-in-a-block-on-the-orb-explorer.jpg" />
</Frame>

## Block Programs

To view the program statistics in a given block, click the **Programs** tab.

Here, you can see all the programs executed in the block, along with their total number of transactions, instruction percentage, and success rate.

<Frame caption="List of all programs, transaction counts, and success rates in a Solana block.">
  <img src="https://mintcdn.com/helius/GK_UEjIuMAXci0nx/images/orb/explore-blocks/all-solana-programs-executed-in-a-solana-block-in-the-orb-explorer.jpg?fit=max&auto=format&n=GK_UEjIuMAXci0nx&q=85&s=ad50d7ddfae5622c574329c88ff2a622" alt="List of all programs, transaction counts, and success rates in a Solana block" width="2688" height="1512" data-path="images/orb/explore-blocks/all-solana-programs-executed-in-a-solana-block-in-the-orb-explorer.jpg" />
</Frame>

The above screenshot shows that of the total 1,086 transactions in this block, 864 (74.93%) were vote transactions, leaving 222 non-vote transactions.

Click the chart icon in the top right corner to view the information in graph format.

<Frame caption="Chart of Solana programs executed during slot 378,183,037 filtered by transaction count.">
  <img src="https://mintcdn.com/helius/GK_UEjIuMAXci0nx/images/graph-of-solana-programs-executed-in-a-block-on-the-orb-explorer.jpg?fit=max&auto=format&n=GK_UEjIuMAXci0nx&q=85&s=e8548c82f01eab8ddb0fbe0692a6fb0f" alt="Graph Of Solana Programs Executed In A Block On The Orb Explorer Jp" width="3232" height="1818" data-path="images/graph-of-solana-programs-executed-in-a-block-on-the-orb-explorer.jpg" />
</Frame>

## Conclusion

Inspecting a block on Solana is one of the most fundamental use cases for a blockchain explorer like Orb. To get started, look up a block on [Orb](https://orbmarkets.io/), or view a stream of the most recent blocks on Orb's [Solana statistics page](https://orbmarkets.io/stats?cluster=mainnet-beta).
