I'm trying to create an API. With help of this API i would like to get statistics for the last 24 hours of Bitcoin network and return something like that:
- Amount of mined blocks
- Amount of transactions
- Hashrate
Can you suggest me, how i can access this data without using others APIs?
Thanks