-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
sidebar_position: 1 | ||
description: Explorers | ||
--- | ||
|
||
# Explorers | ||
|
||
> A block explorer is a search engine that allows users to access and explore the contents of individual blocks, transactions, validators, and addresses on a blockchain. It provides a visual interface to navigate the intricate details of blockchain operations. | ||
### There are a number of explorers that you can use for Band Protocol: | ||
|
||
#### Band (official) | ||
```bash | ||
https://www.cosmoscan.io | ||
``` | ||
|
||
#### AtomScan | ||
```bash | ||
https://atomscan.com/band-protocol | ||
``` | ||
|
||
#### Cosmostation | ||
```bash | ||
https://www.mintscan.io/band | ||
``` | ||
|
||
#### Cryptonian | ||
```bash | ||
https://s.cryptonian.life/band | ||
``` | ||
|
||
#### Forbole | ||
```bash | ||
https://bigdipper.live/band | ||
``` | ||
|
||
#### Indonode | ||
```bash | ||
https://explorer.indonode.net/band | ||
``` | ||
|
||
#### Nodes.Guru | ||
```bash | ||
https://band.explorers.guru | ||
``` | ||
|
||
#### Ping.pub | ||
```bash | ||
https://ping.pub/band | ||
``` | ||
|
||
#### Stakeflow | ||
```bash | ||
https://stakeflow.io/band-protocol | ||
``` | ||
|
||
#### STAVR | ||
```bash | ||
https://explorer.stavr.tech/Band-Mainnet | ||
``` | ||
|
||
|