Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 87bb139

Browse files
Review block explorers info (#539)
* Arronax seems not to be active anymore * Update and clarify block explorers topic * Remove unused topic * Remove topics that cover block explorers in detail
1 parent 46cd2db commit 87bb139

27 files changed

+30
-416
lines changed
Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,56 @@
11
---
2-
title: Block Explorers
2+
title: Block explorers
33
last_update:
4-
date: 22 December 2023
4+
date: 31 January 2025
55
---
66

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.
109

1110
**Blockchain explorers are like search engines for blockchains.**
1211

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.
1413

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.
1615

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):
1817

1918
* **Block feed**: This allows you to view all the confirmed and pending blocks on the blockchain.
2019
* **Transaction feed**: The transaction feed displays all the most recent and pending transactions.
2120
* **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.
2324

24-
#### Block Explorer use cases
25+
## Block explorer use cases
2526

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:
2728

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
2934

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.
3238

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
3540

3641
Here are some commonly used Tezos block explorers:
3742

3843
- [TzStats](https://tzstats.com/)
3944
- [TzKT](https://tzkt.io/)
40-
- [Arronax](https://arronax.io)
4145
- [Baking Bad](https://baking-bad.org)
4246
- [Better Call Dev](https://better-call.dev)
4347
- [Explorus](https://explorus.io/)
4448
- [Etherlink Explorer](https://explorer.etherlink.com/)
4549
- [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.

docs/developing/information/block-explorers/inspect-contract-tzstats.md

Lines changed: 0 additions & 262 deletions
This file was deleted.

docs/developing/information/block-explorers/tzkt.mdx

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)