Memory Pool Memory Pool Refreshing

51,392 transactions
28.40 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,495 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 2,452 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,494 (368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
874,126 874,126 0000000000000000000105f85a91a5708f2e3e8c1bc44f0a13f8c800fa1071f6 1.65 MB 3,545 20
874,125 874,125 000000000000000000013327401a73fdd5e29172db6cd6591ba1a8de0504c5a2 1.56 MB 3,738 20
874,124 874,124 00000000000000000001bf07448168cb8ae81b6ce7413ac4b08c434db3773db3 1.57 MB 3,347 19
874,123 874,123 0000000000000000000156db0629b812382e3f4fa94147c5271c6d01ceeb2b8d 1.52 MB 3,856 26
874,122 874,122 00000000000000000001110c2402c7fc196959d7e345b4f0a808d85a4040ae43 1.48 MB 4,089 26
874,121 874,121 0000000000000000000253c5f4cb8f32960f638eaee26e20a3bb20368b0caea6 1.61 MB 3,418 21
874,120 874,120 0000000000000000000155568466b5c687c9bca683693042fa68a48a001acef8 1.55 MB 3,673 22
874,119 874,119 00000000000000000001cef37c5f30c190abf9e61674c05563a3604d5fc605ff 1.61 MB 3,522 23
874,118 874,118 000000000000000000015892f91c5ce1976b3daa79f170ac1b5415be68f81146 1.63 MB 3,624 18
874,117 874,117 00000000000000000000675534153e078057407ca7d98cf01f7b10bc0c14aa8d 1.70 MB 4,099 22
874,116 874,116 00000000000000000001671f711a9e474b3d8c812ea5bbad94067aea61b8d71a 1.66 MB 4,361 23
874,115 874,115 000000000000000000011c83f72a6174e4e4c177f0bd9ea0a86e0e08e68b1cf7 1.70 MB 4,601 25
874,114 874,114 00000000000000000001a3ec0d5fec5ad94297867a93aefb17649e16bf72dced 1.53 MB 3,561 29
874,113 874,113 0000000000000000000248fad6822e5bfa1b28c90739a1afa05c0599c520a800 1.62 MB 4,094 19
874,112 874,112 000000000000000000009b7505ad8d785cf94b591666200a858b2cf70af833be 1.74 MB 4,866 16
874,111 874,111 000000000000000000020acba491e0f5686c3b21fd363ad4ca79dcd5594377f2 1.70 MB 4,401 19
874,110 874,110 00000000000000000000b9147663314cf26b83f4d2a0947f6feb374cc6b2ccd0 1.64 MB 4,143 13
874,109 874,109 0000000000000000000139c4380400c65d3a83d5015bfcc55f8cf4e6fb74395e 1.37 MB 1,562 5
874,108 874,108 00000000000000000000fddcb8e7abe3207f5823293e32bc86e8b3f476374144 1.71 MB 2,772 5
874,107 874,107 000000000000000000014c1bad7b544c92aa34bae665b596a23361e8a13d0cdf 1.29 MB 1,909 6
874,106 874,106 00000000000000000001637d99b5c58d7a93c4b9b1946bbb7bd2332522664069 1.64 MB 3,462 8
Previous 10 blocks ↓
Total Size: 707.74 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,782.86 GB sent, 261.12 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.