Memory Pool Memory Pool Refreshing

56,609 transactions
22.19 vMB
Show Random Selection Loading Transactions
Max Size: 131/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,389 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,682 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,388 (251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
870,137 870,137 0000000000000000000187b62dff97a4029799147a648c7b4a8e361f9404c1f4 1.61 MB 3,917 19
870,136 870,136 000000000000000000019dcb150b6a017960d47965cbc6628737395207a1d4a6 1.60 MB 3,615 20
870,135 870,135 0000000000000000000077cf7da7e29a6995bd9a652d0cc4b286a81e25a8e7f9 1.64 MB 3,967 12
870,134 870,134 00000000000000000002306b40f63da6f259245d8db0ca9c168f8edfec8122fe 1.57 MB 4,437 13
870,133 870,133 000000000000000000001f8d3a8dd214acb49ed9d2aac887830468a75daae03c 1.53 MB 5,682 18
870,132 870,132 00000000000000000001dfc27f92299df4f78a4ca633f5e80cd57519de07f887 1.54 MB 5,791 16
870,131 870,131 0000000000000000000113ab5a7ca3d660df3566485329d4531b635af9c9aa9d 1.47 MB 5,711 15
870,130 870,130 0000000000000000000078ba418c654257c4e13812dc736e0023bf20db3663cb 1.49 MB 5,819 20
870,129 870,129 00000000000000000000c1eeec8bc0598c07a6dd05187862de0c514616d37cd2 1.46 MB 5,674 11
870,128 870,128 00000000000000000000953763450bdaa3b26e72c305074e9dec4c7d36880db6 1.51 MB 6,008 15
870,127 870,127 000000000000000000014e70cc4f7087a2c2af41584a23258a4bd2f8d14ea470 1.55 MB 1,289 10
870,126 870,126 0000000000000000000132c14db6b83262171680ed01c5095bef28e40bf86a14 1.52 MB 3,695 12
870,125 870,125 000000000000000000001c81538d73c83da6d4ab478d8f13e6079fc32b7cfa83 1.69 MB 1,761 13
870,124 870,124 00000000000000000001e5e82fee2c8bc8240eb2f653c121d494b634fae85cfb 1.61 MB 4,024 16
870,123 870,123 000000000000000000027a3da6c35308d291ab0c28df82e621bc4612f44704be 1.44 MB 6,755 26
870,122 870,122 0000000000000000000011c242a26d3372b528bb51262ce6ebdd0bbd2611e486 1.51 MB 2,258 8
870,121 870,121 00000000000000000002173da8e08a9410845169354771ffea4848398644224d 1.60 MB 3,912 11
870,120 870,120 000000000000000000000ee28ccd7fc9d61d186c8b802756c12921a423b0db3d 1.55 MB 3,296 14
870,119 870,119 00000000000000000000e35b9e533420e61614d71c6be55aaaf319fa5d54f97f 1.61 MB 2,111 11
870,118 870,118 00000000000000000000439b075b4b67bc953f2b430efac7cf73178e9d44e443 1.63 MB 2,593 10
870,117 870,117 00000000000000000001292bb63fbac0af348aae6bfdaea79abef589d67039c9 1.56 MB 4,291 19
Previous 10 blocks ↓
Total Size: 700.18 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,258.65 GB sent, 211.50 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.