# Logs

### Overview

Our transaction log is the first feature of our Block Explorer. You'll be able to see all of the wallet, contract, transaction, and block-level details of your private test network right here.

{% hint style="info" %}
Only transactions for the selected environment will be displayed in the logs.
{% endhint %}

{% hint style="warning" %}
Not all transactions will appear in the logs immediately. There may be a 30-second delay in some cases, but every transaction will be recorded and visible.
{% endhint %}

There are two ways to access the transaction logs

* From your expanded environment details, you can simply select the button that says **Logs**
* Once you have an **active** environment, a **Logs** tab will appear in your **Environments** page.&#x20;
* A small transaction log will populate on the **Dashboard** once transactions are created.&#x20;

<figure><img src="/files/xXpSb708WUtQVkgcOcvC" alt=""><figcaption></figcaption></figure>

### Diving deeper into the details&#x20;

Below you'll find a list of data points that you'll be able to access about a specific StealthTest test network.

**Transaction Data**

* Transaction hash
* Status
* Block number&#x20;
* Timestamp
* From and To address
* Value
* Transaction fee
* Gas price
* Gas limit and usage by TXN
* Other attributes
* Input data&#x20;

<figure><img src="/files/i4rRCRcbg6nZy6vxqErK" alt=""><figcaption></figcaption></figure>

**Contract & Wallet Address Activity**&#x20;

* You can see all of the incoming and outgoing activity associated with a specific address by clicking on it. We will also display the current balance in the wallet for wallet addresses.

<figure><img src="/files/u0aTNQ9mExSHEemSRjdR" alt=""><figcaption></figcaption></figure>

**Block Data**

* Block height
* Status&#x20;
* Timestamp
* Transactions
* Total difficulty&#x20;
* Size
* Gas used
* Gas limit&#x20;
* Extra aata
* Hash
* Parent hash
* State root
* Nonce

<figure><img src="/files/FVOypSgbvtoEQxFol3Rc" alt=""><figcaption></figcaption></figure>


---

# 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.stealthtest.com/features-and-fundamentals/logs.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.
