|
1 | 1 | ---
|
2 |
| -title: Block Explorers |
| 2 | +title: Block explorers |
3 | 3 | last_update:
|
4 |
| - date: 22 December 2023 |
| 4 | + date: 31 January 2025 |
5 | 5 | ---
|
6 | 6 |
|
7 |
| -**What is a blockchain explorer?** |
8 |
| - |
9 |
| -A _blockchain explorer_, also known as a _block explorer_, is an app that tracks activity on a blockchain. All transactions ever performed on a network can be viewed using such a tool. |
| 7 | +A _blockchain explorer_, also known as a _block explorer_, is an app that tracks activity on a blockchain. |
| 8 | +They record all transactions made on a network and allow users to search for transactions by the hash of the transaction or the accounts involved in the transaction. |
10 | 9 |
|
11 | 10 | **Blockchain explorers are like search engines for blockchains.**
|
12 | 11 |
|
13 |
| -You can think of it as a window into the blockchain world, allowing you to observe what's happening in it. |
| 12 | +You can think of a block explorer as a window into the blockchain world, allowing you to observe what's happening in it. |
14 | 13 |
|
15 |
| -Cryptocurrency users and developers use such a tool to view the status of past or present transactions. |
| 14 | +Cryptocurrency users and developers use such a tool to view the status of past or present transactions, look up information about accounts, and see information about tokens. |
16 | 15 |
|
17 |
| -Some of the most basic information available on blockchain explorers includes (but are not limited to): |
| 16 | +Some of the most basic information available on blockchain explorers includes (but is not limited to): |
18 | 17 |
|
19 | 18 | * **Block feed**: This allows you to view all the confirmed and pending blocks on the blockchain.
|
20 | 19 | * **Transaction feed**: The transaction feed displays all the most recent and pending transactions.
|
21 | 20 | * **Transaction viewer**: Each transaction can be viewed individually to reveal the public addresses of the sending and receiving parties.
|
22 |
| -* **Wallet history**: All past and present transactions of an individual wallet address. |
| 21 | +* **Account history**: All past and present transactions of an individual account address. |
| 22 | +* **Smart contract status**: Information about smart contracts, including their interface and current balance and information about the tokens they manage. |
| 23 | +* **Staking and delegation**: Information about which accounts are staking and delegating to which other accounts and information about the rewards for bakers and stakers. |
23 | 24 |
|
24 |
| -#### Block Explorer use cases |
| 25 | +## Block explorer use cases |
25 | 26 |
|
26 |
| -Block explorers are not only made for casual users to check if their coins are still safe or for delegators to verify that their baker is not cheating with their earnings. |
| 27 | +Many different kinds of users use block explorers: |
27 | 28 |
|
28 |
| -Block explorers are also used by: |
| 29 | +* Individual Tezos users who need to check their token balances and staking rewards |
| 30 | +* Blockchain engineers who develop and debug new Tezos features |
| 31 | +* App developers who need debugging tools and more visibility into the current and past state of their contracts running on testnets and Mainnet |
| 32 | +* Bakers and staking services who need reliable data about delegation and earnings history to calculate correct payouts, plan their bond pools, and execute operations |
| 33 | +* Auditors and regulators who need a trusted copy of the full on-chain history in a format that's easy to digest for spreadsheets and compliance tools |
29 | 34 |
|
30 |
| -* blockchain engineers who develop and debug new features in sandboxes (e.g. new blockchain consensus). |
31 |
| -* app developers who need debugging tools and more visibility into the current and past state of their contracts running on internal testnets and Mainnet. |
| 35 | +Different block explorers show data in different ways, so if one block explorer doesn't show information that you need or use the format that you need, try a different one. |
| 36 | +For example, some block explorers focus on information about bakers. |
| 37 | +Also, [Explorus](https://explorus.io/) has a section on the Data Availability Layer. |
32 | 38 |
|
33 |
| -* bakers and staking services who need reliable data about delegation and earnings history to calculate correct payouts, plan their bond pools and execute operations. |
34 |
| -* less technical user groups like auditors and regulators with strict requirements for data quality, as they need to access a trusted copy of the full on-chain history in a format that's easy to digest for their spreadsheets and compliance tools. |
| 39 | +## Public block explorers |
35 | 40 |
|
36 | 41 | Here are some commonly used Tezos block explorers:
|
37 | 42 |
|
38 | 43 | - [TzStats](https://tzstats.com/)
|
39 | 44 | - [TzKT](https://tzkt.io/)
|
40 |
| -- [Arronax](https://arronax.io) |
41 | 45 | - [Baking Bad](https://baking-bad.org)
|
42 | 46 | - [Better Call Dev](https://better-call.dev)
|
43 | 47 | - [Explorus](https://explorus.io/)
|
44 | 48 | - [Etherlink Explorer](https://explorer.etherlink.com/)
|
45 | 49 | - [TzFlow](https://tzflow.com/)
|
| 50 | + |
| 51 | +If you can't find the information that you need on public block explorers, you can set up an [indexer](/developing/information/indexers) to get the information that you need. |
| 52 | + |
| 53 | +## APIs |
| 54 | + |
| 55 | +Some block explorers provide public APIs that developers can call to get information from. |
| 56 | +For example, the [TzKT](https://tzkt.io/) block explorer has documentation for its API at https://api.tzkt.io. |
0 commit comments