NxtFi
  • NxtFi Blockchain
  • Testing Network
  • Block Viewer
  • Playground
  • Authentication
  • Create New Block
  • Blockchain Libraries
    • NxtFi Tools
    • Javascript - CreateBlock
  • Smart Contracts
  • The Storage System
  • Upload Media Files
  • Blockchain API Interactions
  • Access Control Layer
    • How it Works
    • Syntax & Smart Contract requirements
    • Example
  • API - Listing Files
  • API Reference
    • Get node health
    • Get the last block
    • Get block information by hash
    • Get block information by timestamp
    • Get block information by height
    • Get files from storage by scope
    • Storage tracking interactions
    • Storage tracking timestamp block info
    • Submit new block
    • Presign media file upload
Powered by GitBook
On this page

Block Viewer

Each active node has a blockchain explorer that allows users to visualize each block on the chain and its content.

PreviousTesting NetworkNextPlayground

Last updated 1 year ago

The URLs of the Testnet viewers are made up as follows: https://test-<NODE>-node.cloud.nxtfi.org/v2/visor/index.html?scope=<SCOPE> were <NODE> corresponds to the available node number: 001, 002... 010 and <SCOPE> the string name of the current scope

For example, to display node 001 and "DATA" scope the corresponding URL is:

https://test-001-node.cloud.nxtfi.org/v2/visor/index.html?scope=DATA