Files
aitbc/docs/user-guide/explorer.md
oib ff5486fe08 ```
chore: refactor logging module, update genesis timestamp, remove model relationships, and reorganize routers

- Rename logging.py to logger.py and update import paths in poa.py and main.py
- Update devnet genesis timestamp to 1766828620
- Remove SQLModel Relationship declarations from Block, Transaction, and Receipt models
- Add SessionDep type alias and get_session dependency in coordinator-api deps
- Reorganize coordinator-api routers: replace explorer/registry with exchange, users, marketplace
2025-12-28 21:05:53 +01:00

934 B

title, description
title description
Explorer Using the AITBC blockchain explorer

Explorer

The AITBC explorer allows you to browse and search the blockchain for transactions, jobs, and other activities.

Features

  • Search by transaction hash
  • Filter by address
  • View transaction details

Job Tracking

  • Monitor job status
  • View job history
  • Analyze performance

Analytics

  • Network statistics
  • Volume metrics
  • Activity charts

Using the Explorer

Web Interface

Visit https://aitbc.bubuit.net/explorer/

API Access

# Get transaction
curl https://aitbc.bubuit.net/api/v1/transactions/{tx_hash}

# Get job details
curl https://aitbc.bubuit.net/api/v1/jobs/{job_id}

# Explorer data (blocks)
curl https://aitbc.bubuit.net/api/explorer/blocks

Advanced Features

  • Real-time updates
  • Custom dashboards
  • Data export
  • Alert notifications