Memory Pool Memory Pool Refreshing

37,494 transactions
30.50 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,250 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 620 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,249 (720,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
144,112 144,112 000000000000081f30be32c5b5e8cea49d51c19931f98d7126f9f1b9e133fae7 0.01 MB 6 62
144,111 144,111 000000000000054fc6602128f9d9f06e0039134a554f85504e9687547c691f8a 0.02 MB 42 1,111
144,110 144,110 000000000000085aa0ae690442123545c550f64e5c87f7096b0df955cda28acc 0.00 MB 8 538
144,109 144,109 000000000000046b7c31bfe293ab13b68b0e3c3c38721639ecd0ab07d07bcb5b 0.02 MB 58 226
144,108 144,108 00000000000007589552f218741d6aa4112a69b9b7c73525e48f64fef68c0e7f 0.00 MB 3 64
144,107 144,107 00000000000001ddc6d51cbe0cb8c831e4d5708150a8e53845b1e89946b4ca8a 0.04 MB 112 235
144,106 144,106 00000000000002642a1c46f9026bc70040d8b32bdf83cfd1156769ce33c7e2a8 0.00 MB 16 463
144,105 144,105 000000000000065ee37b8444193d0fa4090bca63425cf864440c79acd4ef6a92 0.03 MB 55 219
144,104 144,104 000000000000082926c1333617b93e63bd80eb98f7ce23dba55c5be22b29368f 0.01 MB 45 26
144,103 144,103 00000000000003b445b3b74832ad4aed0456ce2d99d66a0edb2bf47452789365 0.00 MB 13 72
144,102 144,102 000000000000092e13ca5a49aa0aa9b2302d2f86a47ca1c96aa42c113e6f9ce2 0.03 MB 75 352
144,101 144,101 000000000000041a13d8f166ba5a9f48678bfc43bc1d276946d4e8a93a515118 0.02 MB 53 12
144,100 144,100 0000000000000796aee008bf590e966a40b03a4bc1ed637fb99d4511c27abb31 0.01 MB 17 190
144,099 144,099 0000000000000239448073a40a81eb8d41a65c9224f33c3927c1bb76ebc92a6e 0.01 MB 27 289
144,098 144,098 0000000000000899d2ebbc1b6b1bb891b599d722ac4958db5bfd5be1ffa1406c 0.01 MB 29 3
144,097 144,097 000000000000030aa5640bb466398a9b82e61d849a9056fd53d65c3f9668a107 0.00 MB 1 0
144,096 144,096 00000000000006f70fcdb3744a9b66ff932f57b56c506e1c0abd4c77790c202c 0.04 MB 103 157
144,095 144,095 00000000000006c027f259fb1a5154151ba17eae1adc176f73104bbdd76797b5 0.00 MB 9 403
144,094 144,094 000000000000000e2ec846c2eb10572c5a852a38a06d810b586edc8bc25a6dff 0.01 MB 9 39
144,093 144,093 0000000000000714f42e5a436278d18bc62bc5a0745533184689d40b045a76d3 0.03 MB 48 134
144,092 144,092 000000000000077893772019a5921ed644e5466a2803f06b890fae53e422105b 0.04 MB 136 2
Previous 10 blocks ↓
Total Size: 688.51 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,627.26 GB sent, 128.40 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.