# DECENOMY Explorer

### Context

A blockchain explorer is a web based tool that enables users to search and view the transaction history of a particular blockchain network in a user friendly way. It provides a graphical interface for accessing and analyzing all the transaction data stored on the blockchain.

The explorers play a vital role in analyzing the health and transaction history of a blockchain network. They offer a comprehensive and transparent view of the network's transactions, allowing users to track and trace the flow of cryptocurrency across the network. This makes them an essential tool for researchers, investors, and anyone interested in understanding the inner workings of a blockchain network.

### Main Link

[<mark style="color:blue;">https://explorer.decenomy.net</mark>](https://explorer.decenomy.net)

### Breakdown Link to direct access to each coin explorer

[<mark style="color:blue;">https://explorer.decenomy.net</mark>](https://explorer.decenomy.net)<mark style="color:blue;">/</mark><mark style="color:orange;">coin</mark>

Note: change the path parameter (<mark style="color:orange;">coin</mark>) to a Decenomy ticker coin always in CAPS\
example: <https://explorer.decenomy.net/SAPP>

### Summary

* [<mark style="color:blue;">Overview</mark>](/tutorials/decenomy-explorer/overview.md)
* [<mark style="color:blue;">Latest blocks</mark>](/tutorials/decenomy-explorer/latest-blocks.md)
* [<mark style="color:blue;">Masternodes</mark>](/tutorials/decenomy-explorer/masternodes.md)
* [<mark style="color:blue;">Network</mark>](/tutorials/decenomy-explorer/network.md)
* [<mark style="color:blue;">Search by Block and/or Hash</mark>](/tutorials/decenomy-explorer/search-by-block-and-or-hash.md)
* [<mark style="color:blue;">Search by Tx ID</mark>](/tutorials/decenomy-explorer/search-by-tx-id.md)
* [<mark style="color:blue;">Search by Address</mark>](/tutorials/decenomy-explorer/search-by-address.md)
* [<mark style="color:blue;">Explorer API</mark>](/tutorials/decenomy-explorer/explorer-api.md)


---

# 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.decenomy.net/tutorials/decenomy-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.
