# BSC Block Explorer

The [Block Explorer](https://bsc.mev-explorer.blxrbdn.com/) provides real-time information about latest Binance Smart Chain blocks proposed by bloXroute MEV builders. Descriptions of all pages can be found below.

### Blocks

Home page of the website shows the latest blocks proposed by bloXroute builders.

<figure><img src="https://lh4.googleusercontent.com/FvWSC9VfWFP2NcsfJGsXMO6zcoURc0rwJv0CgSi2bmGkpFogKWnsa7onQKODinFHrUuxgVnQOrKysZzdKhnLmng5g9xSLkDKYTa6_7-sG-LCgG4oW6cUzGA5ctaMXZDRJjU1OJR8FXgjGa0smdzMiiM" alt=""><figcaption></figcaption></figure>

The table also displays the following data:

* Age of the block
* Minified hash of the block
* Bundle reward (if it is relevant for the block)
* Private transactions reward (if it is relevant for the block)
* Name of validator
* Amount of used gas
* Validator reward
* Number of transactions in the block
* Number of bundles in the block

When a block contains any bundle, the page has an option to inspect the block:

<figure><img src="https://lh5.googleusercontent.com/ryTmbEryAkDGg915T2y7tbai1eOPYNHXfAQBWVpsGKiVnDV0y6euuMn82GCmGUO4hjHHpHBpQpwN7IkDXSXesiYY3deF8eLEOcXFbK1BV_pve1hkmZsyCaqAA0TrZzN0gbT5svPvxJ7Wn3dTqKd8wlI" alt=""><figcaption></figcaption></figure>

The popped up window provides information about every bundle in the block. For each transaction in the bundle, it shows the following details:

* Minified transaction hash
* Sender and receiver minified wallets IDs
* Gas used for the transaction
* Transaction gas price
* Transaction validator reward

### Bundle Leaderboard

This page reveals day-by-day overall validator results:

* Total reward gained with bloXroute
* Total bundle reward gained with bloXroute
* Total private transaction reward gained with bloXroute
* Highest bundle reward value
* Block number with the highest bundle reward

<figure><img src="https://lh3.googleusercontent.com/zOjc3OHenq7YbXQCpNu50tbxukMuazO954odxoOyH8QqVCCIdkPC6hJoTLHpR_cXr1owZPAz7wukAsHkXUWbONSYNLesu43h2nPwOV8SWqoK-yqoRdNsVftXAnevdAKyxjyb3h2Sqh5TO4h5ofImQpk" alt=""><figcaption></figcaption></figure>

### Validator Rewards

This page shows a breakdown of validator rewards for a specific date:

* Validator name
* Total reward
* Total bundle reward
* Total private transaction reward

<figure><img src="https://lh6.googleusercontent.com/NU0Y2SAPEG7FLfAMxfaJnaogt3dbL9G7qxPYh9Yv3F1X67y7okULjjg0H0FHhM1_wz4IDm0xUdxYTWmR5KU1sdm4EeyN5csGadMXRxdzDdvQirmtuWC9DKYOw4kgK7q3K3tU9Eg-2_p9rmBmVtLgrY0" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bloxroute.com/bsc/block-explorer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
