Quaiscan
  • Quaiscan Open-Source Explorer
  • 🙎Using Quaiscan
    • Getting Started
      • Glossary of Terms
      • Main Menu
      • Blocks
      • Transaction Types
    • Token Support
      • ERC-1155 Support
  • 👩‍💻Developer Support
    • Quaiscan API
      • REST API Endpoints
      • GraphQL
      • JSON RPC & Quai Compatible RPC Endpoints
        • Account
        • Block
        • Contract
        • Logs
        • Stats
        • Token
        • Transaction
        • Quai RPC API
    • Smart Contract Verification
      • Quaiscan UI
      • Quaiscan smart-contract verification API
      • Hardhat Verification Plugin
    • Local Deployment
  • FAQs
    • User FAQs
    • Developer FAQs
  • 🧩Resources
    • Media kit
    • Release Notes
      • v1.0.0
    • Discussion
    • GitHub Repo
Powered by GitBook
On this page
  • Blockchain Menu
  • Blocks
  • Transactions
  • Tokens
  • Charts & Stats
  • API Menu
  • Other
  • Contract Verification
  • Gas Tracker
Export as PDF
  1. Using Quaiscan
  2. Getting Started

Main Menu

PreviousGlossary of TermsNextBlocks

Last updated 7 months ago

Blockchain Menu

Access transactions, blocks, top accounts, and smart contracts.

Blocks

  • Blocks: Access high-level data for blocks, beginning with the most recent.

  • Forked Blocks (Reorgs): Blocks which are not included in the primary chain due to chain reorganizations.

Transactions

  • Mined: Transactions which have been mined and confirmed on the chain.

  • Pending: Transactions still in the mempool which are waiting to be mined. These transactions may be mined or excluded depending on gas fees or network congestion.

Tokens

  • Single Chain Tokens: A list of ERC-20, ERC-721, and ERC1155 tokens deployed to the chain.

  • Bridged: If a chain includes bridged tokens (i.e. bridged USDC) these can be catalogued here.

Charts & Stats

A collection of relevant statistics for the network.

  • Accounts: Active accounts, account growth, and new accounts.

  • Transactions: Fees, confirmation rates, and transaction growth.

  • Blocks: Block rewards, size, and rates.

  • Tokens: Token transfers, creations, and conversions.

  • Gas: Gas limit, price, and growth over time.

  • Contracts: Information about the growth of deployed and verified contracts.

API Menu

Access API information including:

  • Rest API: API supporting a wider number of requests for indexed data.

  • RPC: API supporting GET and POST requests for many different API calls.

Other

Contract Verification

Verify deployed contracts on the network to gain access to labeled function logging, source code display, and detailed trace descriptions.

Gas Tracker

Detailed statistics on network fee rates, congestion, and load over time.

GraphQL: Explore API calls using GraphQL and the in-browser IDE. Learn more about the .

Quai RPC: Supports the most popular

🙎
GraphQL Quaiscan integration here
JSON RPC methods.