# Extrinsics: detail

The extrinsics detail page describes what happened in the extrinsic.

_Source: https://beta.taostats.io/docs/understanding-taostats/extrinsics/extrinsics-detail_

_Last reviewed: 2026-09-15_

The extrinsics detail page describes what happened in the extrinsic.

## Extrinsic Information

The top section of each extrinsic page gives a general breakdown of the extrinsic (this is data that is present in each extrinsic)

![Taostats extrinsic detail page top section showing hash, status, block, timestamp, account, name, and fee fields](https://beta.taostats.io/images/docs/understanding-taostats/taostats-extrinsics-detail-info.png)

* **Hash**: The hash on chain describing the extrinsic
* **Status** : Did it work or not?
* **Block**: The block where the extrinsic occurred.
* **Timestamp**: When the block was issued
* **Account**: the coldkey that called the eextrinsic
* **Name**: The extrinsic called
* **Extrinsic Fee**: Some extrinsics have a on-chain fee.

## Extrinsic Parameters

![Taostats extrinsic parameters panel with parsed and raw tabs listing named parameter label-value pairs](https://beta.taostats.io/images/docs/understanding-taostats/taostats-extrinsics-detail-parameters.png)

Depending on the extrinsic called, these parameters may vary.  This extrinsic shows a transfer of alpha to a different hotkey on Subnet 13.

## Events

Extrinsics are carried out through chain events.  This table lists all of the events tied to the Extrinsic:

![Taostats extrinsic detail events table with event ID, name, pallet, phase, extrinsic ID, and time columns](https://beta.taostats.io/images/docs/understanding-taostats/taostats-extrinsics-detail-events-table.png)

* **Event ID**: Unique Identified for the event on chain
* **Name**: Event Name
* **Pallet**: Type of event called
* **phase**: Phase of the event
* **Extrinsic**: Extrinsic related to the event
* **Time**: When the Events were called.
