# CarrScan Explorer

CarrScan is the official blockchain explorer for CarrChain. It promotes transparency, security and trust by allowing public access to blockchain data. Specifically for Carnomaly it allows the verification of vehicle related transactions such as digital VINs, service history updates and marketplace exchanges.

The explorer allows anyone to:

* Search and view transactions, blocks, and wallet addresses; view detailed information about every transaction on CarrChain, including sender and receiver addresses, transaction status, timestamps, associated fees, wallet activities and balances, block height and included transactions.
* Verify smart contract deployments, interactions and contract source code when available.
* Track vehicle history hashes and attestations recorded on CarrChain.
* Confirm activity on the network in real time.
* Access real-time data and analytics on CarrChain’s performance such as network speed, transaction volume, and gas usage.
* Allows developers to used advanced features such as API access for integrating blockchain data into applications and services.

Link to the explorer: <https://carrscan.io/>


---

# 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.carrchain.io/products/interactive-blocks.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.
