Qubetics Docs
  • Getting Started
    • Quickstart
    • Network Architechture
    • Qubetics: TICS Token
    • Add Qubetics Network
    • Get TICS tokens
    • Testnet Node Setup
      • How To Become a Validator
    • Validator Application: User Guide
      • Validator Login
      • Validator Dashboard
      • Setup as a Validator
      • Blocks Page
      • Validators
        • Active Validators Tab
        • Inactive Validator Tab
        • Deactivated Validator Tab
      • Validator Details
      • Manage Account
        • Profile Details
          • Bond More Funds
          • Unbond Funds
          • Stop Validator
    • How To Become a Delegator
    • Delegator Application: User Guide
      • Login
      • Dashboard
        • Bond More Funds
        • Unbond Funds
        • Redelegate Funds
      • Wallet Activities
      • Setup Delegator Bond
      • All Validators
      • Validator Details Page
    • TICS Scan User Guide
      • Dashboard
      • Block Summary
      • Block Details
      • Transactions Summary
      • Transaction Details
      • Address Detail
      • Tokens
      • Validators
      • Nodes
      • Contract List
      • Contract Detail
        • Transaction Tab
        • Transfers Tab
        • Holders Tab
        • Event Tab
        • Contract Tab
          • Read Contract Tab
          • Write Contract Tab
        • Analytics Tab
      • Contract Verification
      • Token Icon
      • Faucet
    • Qubetics IDE User Guide
    • QubeQode Basic User Guide
      • Workspace
      • Compile
      • Deploy
  • QubeQode Pro User Guide
    • Choose your plan
    • Start Chat
      • Generated Code Preview
      • Deploy Step-1
      • Generated Code
    • Settings
  • Basics
    • Editor
    • Markdown
    • Images & media
    • Interactive blocks
    • OpenAPI
    • Integrations
Powered by GitBook
On this page
Export as PDF
  1. Getting Started
  2. Validator Application: User Guide

Blocks Page

PreviousSetup as a ValidatorNextValidators

Last updated 3 months ago

The Blocks page provides real-time updates on the latest blocks produced, including details such as block height, hash, and production time.

FR 4.002: Blocks Table

The Blocks Table provides a detailed view of recently produced blocks on the blockchain.

  • FR 4.002a: Block Displays the block number (e.g., 8014556). Each block is assigned a unique sequential number that represents its position in the blockchain.

  • FR 4.002b: Block Hash Shows the unique cryptographic identifier for each block (e.g., 0x47865...4c8f345). The block hash is a cryptographic signature generated based on the block's contents, ensuring immutability and integrity.

  • FR 4.002c: Validator Displays the validator responsible for producing the block (e.g., qubetics1k...1456ad). The validator name or address identifies the node that validated and produced the block.

  • FR 4.002d: Time Shows the time elapsed since the block was created (e.g., 1m ago). The time column dynamically updates to reflect the time since the block was generated.