Memory Pool Memory Pool Refreshing

13,792 transactions
29.63 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,176 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,397 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,175 (654,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
208,099 208,099 00000000000002c16d1d696d67fc11dc6860fe4185f7e60a46c8ca20900448ec 0.05 MB 164 83
208,098 208,098 000000000000000327cc66f86768819b492b9eba80a5995c4c3ce088d56bea34 0.00 MB 9 159
208,097 208,097 00000000000002922cc15243cf3b13ad9f7f4f86071da0fecb2393a43f4f869e 0.00 MB 10 162
208,096 208,096 00000000000002433f9eec5cfc0c87d24980b9b553b34a4c246d6d1dc0b6355f 0.00 MB 6 0
208,095 208,095 00000000000001063a64527b64e87413c44ac2dfc839964e88534c9160c5b5ff 0.22 MB 441 255
208,094 208,094 00000000000001984ec2e41010e038439e0f5a3602bece268bd264a8c55060ab 0.05 MB 113 268
208,093 208,093 00000000000002c782f1e900e68a5c26ccdd63ec1191f6f13801e4cb390e4587 0.03 MB 68 40
208,092 208,092 00000000000004d93f3b39da5e43ffedaed0dd9fa5b4b599ff5697b0c8fee076 0.19 MB 450 327
208,091 208,091 000000000000029afb53c36f4d8676aa39677a65d99c4ba48bee1e1e799ee429 0.08 MB 177 154
208,090 208,090 000000000000017e4d631fd0b689084a3b518bdefed318282886eafa77156a4e 0.04 MB 106 161
208,089 208,089 000000000000023ac5f07fb7bf06d30dd5270ad78787e15b29146d00b5b2b3bc 0.33 MB 522 151
208,088 208,088 00000000000004d0aa4f66c79ed904bc20cd53cd27a1fe9b7ea6f12ba0eaa91d 0.25 MB 602 370
208,087 208,087 00000000000004cbf6a392e92cee1c01af4a75cc3816f09e6da48a53e6452f81 0.03 MB 46 89
208,086 208,086 00000000000002eda5df49d85e07540b681fb74c033d8916f73ee8b91fa46144 0.04 MB 91 77
208,085 208,085 0000000000000089949339d28c9b925822efd114fa5e84ddd1f9325d34b03813 0.18 MB 376 250
208,084 208,084 0000000000000145d9f533476e1c55f03cd230da602f822d398713b488bc286c 0.06 MB 80 1,148
208,083 208,083 000000000000001f3e90cbeeae0831c0ad68bdcb6a78b972d21772724f1fa350 0.12 MB 295 246
208,082 208,082 000000000000011ef793c948d8ef18268bd4fa5d88776286ab3470d9800a1012 0.14 MB 299 280
208,081 208,081 0000000000000318334ae8d83ecbf7d47d725abf0d4fd2e3e26c3895c1515651 0.00 MB 11 182
208,080 208,080 000000000000031d920c929b73d8f22fbe1e4a4576cad54a0058c87336714e42 0.03 MB 91 72
208,079 208,079 00000000000000a503e059cd159045607708747432d1dbeca98a7634706bc515 0.17 MB 357 209
Previous 10 blocks ↓
Total Size: 684.50 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: 1,345.19 GB sent, 101.42 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.