Files
aitbc/docs/user-guide/explorer.md
oib c8be9d7414 feat: add marketplace metrics, privacy features, and service registry endpoints
- Add Prometheus metrics for marketplace API throughput and error rates with new dashboard panels
- Implement confidential transaction models with encryption support and access control
- Add key management system with registration, rotation, and audit logging
- Create services and registry routers for service discovery and management
- Integrate ZK proof generation for privacy-preserving receipts
- Add metrics instru
2025-12-22 10:33:23 +01:00

824 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://explorer.aitbc.io

API Access

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

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

Advanced Features

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