Memory Pool Memory Pool Refreshing

36,972 transactions
20.21 vMB
Show Random Selection Loading Transactions
Max Size: 110/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,608 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,075 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,607 (686,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,153 184,153 00000000000002bf87f75008096f83a9103d3f15c01180afbbee11875eb140c1 0.02 MB 79 50
184,152 184,152 000000000000083042004ffea8991a823a5d6797a69bec8fdc13d22205213c0f 0.12 MB 183 132
184,151 184,151 000000000000070b31c0edb6a0b6cc4143af193fb328715689c5eb5b931420f7 0.05 MB 105 123
184,150 184,150 000000000000095a7286305dbec608fe4ab7c3fb821ab18ba7776dc20300ecda 0.01 MB 31 994
184,149 184,149 00000000000000f8cdb8386189ccf17c3dd7641ac57a45951e07f4884b00f503 0.05 MB 159 19
184,148 184,148 000000000000036050969046f7481e2675c530486daffaaa3a7b18fefeb174e0 0.11 MB 219 103
184,147 184,147 0000000000000593377d57f31cf632fcdc81ae5de1cea9e6bce079ee1710ecf6 0.05 MB 80 115
184,146 184,146 00000000000005fbfb12f5e60f4fe9187fca3b997a58c255c884466bbfb8d490 0.09 MB 156 78
184,145 184,145 00000000000002eb49575a53a173802fea370f59396841e11c466f599be9c42f 0.15 MB 384 148
184,144 184,144 00000000000006697f7073d734ae92428fe5b1bea84cf77ff360516065c7c629 0.03 MB 63 75
184,143 184,143 00000000000002531649978e07af30dc0a00348013eb92a40d440b3910cf7f3f 0.00 MB 9 34
184,142 184,142 0000000000000143576881647bc6382b1b488519bfcefa4c03f9117fb29c8c79 0.04 MB 63 100
184,141 184,141 000000000000000f955b03e190a29b9c5967ade40a46f7c9bd8165f01f71ca92 0.19 MB 372 126
184,140 184,140 00000000000005f9c0a8b96f96b3363e2e27f3ffe4dfa9aa97ff764061fc5ce2 0.01 MB 34 77
184,139 184,139 00000000000006656691375e095e6a1d8b067c659cc1b578347417c1e61e53d8 0.05 MB 129 89
184,138 184,138 000000000000016bd195deaba68a476c89a903bd255511614ee2e4889454fc64 0.04 MB 48 94
184,137 184,137 000000000000050af6a32a860fda8190a01178198fd653cd46e43e7178d94edf 0.00 MB 6 18
184,136 184,136 0000000000000817cb70f9b60627ba8de65cfb77b69127692089987738c448fb 0.02 MB 46 29
184,135 184,135 0000000000000a3bee185d2ad185e8c8a4bfd0d7928cd109824846499c3db924 0.02 MB 45 234
184,134 184,134 000000000000075a1a9193dfb24fcdee1ac63811947e148dee4e1ad79a8237b8 0.32 MB 258 69
184,133 184,133 000000000000062e0739874324f3251940a1cc805d9b12c8afcf88abd66625db 0.05 MB 109 96
Previous 10 blocks ↓
Total Size: 700.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,372.54 GB sent, 214.52 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.