This explorer retrieves blockchain-related data from server.duinocoin.com at regular
intervals. Please note that the data may not always reflect real-time updates and not including all
data exists in
DuinoCoin.
This uwu project is only preview explorer for training my networking configuration (especially port forwarding and security) and elasticsearch
usage. I just want creating creating similar blockchain explorer like bitcoin and this project allow
me to realize this.
All data is updated regular every several hours/minutes for prevent overuse servers and make
this
project easily to programming.
Some data might be incorrect in minimal way, eg. dates or identifiers
Technologies Used:
- PHP: Handles server-side logic, interacts with the database, and generates API
responses for the explorer.
- MariaDB: Stores structured data for accounts, transactions, and other
blockchain-related records efficiently.
- Elasticsearch: Powers fast and flexible search capabilities, enabling users to
find specific transactions, blocks, or accounts instantly.
- Bootstrap: Ensures a responsive and modern UI for the explorer, providing
consistent styling and layout across devices.
- ETL (Extract, Transform, Load): This is not technology, but important pattern allow converts duco data into
structured formats suitable for database and Elasticsearch ingestion.
Together, these technologies enable the explorer to present data in a user-friendly manner while
maintaining speed and accuracy.