Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: What are the setup costs of developing your own bitcoin blockchain explorer
by
R.I.U. iol
on 02/01/2020, 09:57:39 UTC
⭐ Merited by vapourminer (1)
You need at least to run a full node.
You also need to index properties that the users might search (such as all addresses, transactions, block heights, which a full node does not do by default)
Accoring to blockchair (https://blockchair.com/dumps), it's entire database with indexes is 900 GB (compared to ~250 GB for the raw blockchain alone)