Block Details
This screen allows the users to explore detailed information about a specific block or transaction, providing clear and transparent insights into blockchain activity. It is designed to help users understand the key data related to the block and its role in the network. Below is an overview of its components and features.
FR 3.001: Overview Tab
The Block Details section provides a detailed view of the essential information associated with a specific block on the Qubetics blockchain. Each component helps users understand the block's role in the network and its contribution to the blockchain's functionality.

FR 3.001a: Block Hash A unique cryptographic identifier (e.g., 0x5a2dadad1a5a5d...5f5d) that acts as a digital fingerprint for the block. This ensures the block’s immutability and secures its data.
FR 3.001b: Block Number Represents the block's height in the blockchain (e.g., 512456), indicating its position in the sequence of blocks added to the chain. Also, the user can now switch between blocks from the next and back arrows next to the block no.
FR 3.001c: Validator The address of the validator responsible for producing the block (e.g., 0x4fydsyuas3j...8d32). Validators are crucial for securing the network, validating transactions, and maintaining its overall integrity.
FR 3.001d: Timestamp The exact time when the block was created (e.g., 1m ago). This helps users track how recently the block was added to the blockchain.
FR 3.001e: Txn Count The total number of transactions included in the block (e.g., 10). This provides insights into the activity level during the block's creation.
FR 3.001f: Parent Hash The hash of the previous block (e.g., 0x5a2dadad...5f5d), linking the current block to its predecessor. This cryptographic connection ensures the blockchain’s continuity and integrity.
FR 3.001g: Transaction Root A single hash that represents all the transactions in a block, created using a Merkle tree. This lets anyone prove that a specific transaction is part of the block, without needing to check the entire list of transactions.
FR 3.001h: Receipts Root The receipts root is the Merkle root of all transaction receipts generated after executing the transactions in a block.
FR 3.001i: State Root The state root is the root hash of the application state trie (Merkle tree) after all transactions in a block have been executed.
FR 3.002: Transactions Tab
The Transaction Details section provides important information about individual transactions on the TICSScan, helping users understand and track their activities.

FR 3.002a: Txn Hash A unique identifier for each transaction (e.g., 0x47865...46845). Clicking on the hash opens a detailed transaction view, showing additional information such as gas used, transaction fees, status (e.g., success or failure), and block inclusion.
FR 3.002b: From The address of the sender (e.g., 0x47865...46845). This is the account that initiated the transaction, transferring funds or assets.
FR 3.002c: To The recipient’s address (e.g., 0x47865...46845). This indicates where the assets or funds are being sent. For smart contract interactions, this may also refer to the contract address.
FR 3.002d: Value The amount of cryptocurrency or tokens transferred in the transaction (e.g., 120 TICS). This provides insight into the transaction's size and significance.
FR 3.002e: Timestamp The exact date and time the transaction was processed (e.g., 16s ago, Sept 28, 2024 04:14 am). It helps users determine when the transaction occurred within the blockchain's activity timeline.
FR 3.003 Pagination
Pagination controls below the table help users navigate through multiple pages of transaction data by selecting specific page numbers (e.g., 1, 2, 3). Additionally, the table can be sorted by columns like value, age, or transaction hash, allowing users to organize the data according to their preferences for easier analysis.
Last updated