Memory Pool Memory Pool Refreshing

17,558 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (33,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
874,105 874,105 00000000000000000000e17c999341101d7e41cd3a78a5ff663cb108bee0d29c 1.63 MB 3,721 10
874,104 874,104 00000000000000000000689fdfb4c11ca267172a254900c7c30465ebe1492fb4 1.54 MB 3,533 6
874,103 874,103 000000000000000000001a2cc2f1f4002e0974ca81f05e72058ea3b1c78d853b 1.49 MB 3,910 11
874,102 874,102 000000000000000000005771740676085abc204f1b46d837db9ae9db22818938 1.53 MB 3,916 11
874,101 874,101 00000000000000000000e7b415749461ef88d0818fec79c8d5ad9aa9524e7299 1.64 MB 2,598 7
874,100 874,100 000000000000000000011819d93fe71460de61d066fbdb5f509ecf2c577e80da 1.38 MB 1,924 7
874,099 874,099 00000000000000000002061888f15172f98973425794813424be6c82734db5ce 1.49 MB 3,341 8
874,098 874,098 000000000000000000011d0be925ca34fbefe82bf9c54693498ab41d1794c59b 1.56 MB 3,861 8
874,097 874,097 000000000000000000024f3febac2878475aaee2c81b385729ec32149e096ccf 1.58 MB 3,651 8
874,096 874,096 000000000000000000027959eb1892bde307be4067cc0c101ee2f90ab633d09c 1.47 MB 3,571 11
874,095 874,095 0000000000000000000267317b9eb9b1bc4a0a7dd01b808416079edd14913efd 1.45 MB 2,956 7
874,094 874,094 000000000000000000007119fdc4a1efa9b63600c2e19caafa5e6c9a37355608 1.56 MB 3,906 10
874,093 874,093 000000000000000000001ad2a42c4894b57f9099e1eb0095041ea4180bd506ec 1.56 MB 3,220 13
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,624.21 GB sent, 92.99 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.