Easily replace your current explorer links with Blockscout explorer links
<BLOCK_EXPLORER_URL>/block/<BLOCK_HASH_OR_HEIGHT>
<BLOCK_EXPLORER_URL>/tx/<TX_HASH>
<BLOCK_EXPLORER_URL>/address/<ACCOUNT_ADDRESS>
<BLOCK_EXPLORER_URL>/token/<TOKEN_ADDRESS>
?utm_source=<your_project_name>
to the end of any links pointing to Blockscout. For example https://eth.blockscout.com/?utm_source=tenderly
?tab=blob_txs
query string following a block (https://eth.blockscout.com/block/20822532?tab=blob_txs) or the ?tab=blobs
query string following a transaction. Blobs on Etherscan are accessed via #blobinfo
query string following a block (ie https://etherscan.io/block/20822532#blobinfo).
Handle Ops
filter applied to the senders address (ie https://etherscan.io/advanced-filter?fadd=0x20e9695f25413f14e5807b530D0698bd4F155074\&mtd=0x1fad948c\~Handle+Ops\&ps=10\&p=8)
&apikey=YourApiKeyToken
query string at the end of the url with no problem or keep it as any string value and Blockscout will process. If you want to increase your limits, you can also sign up for a free Blockscout API key and use it to access 10 RPS limits.