Memory Pool Memory Pool Refreshing

4,440 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,893 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (668,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,377 239,377 00000000000000b6b83760e3b0a9883b1ec1e9a7ef6f2d374a02cda580f369e6 0.04 MB 95 164
239,376 239,376 00000000000000846fa1b3eb30ae089aa496f27a79425a0db9421fa6c9a9718f 0.03 MB 51 112
239,375 239,375 000000000000002b194e1836ccb754fb03e0d1998d0a65c83fb41f8833390654 0.18 MB 318 150
239,374 239,374 000000000000001d9c5fed930cab84831239498df514d508979df0ea2adce209 0.09 MB 300 37
239,373 239,373 000000000000001d0c3472b877b642e51e8b380a9726bfb87df888f0ece04cf4 0.12 MB 182 108
239,372 239,372 000000000000005c6f708926a938da4529427382d7aad407eee5815cc9838c3e 0.20 MB 448 193
239,371 239,371 00000000000000f483497eef8bd826056f63f8a7ad711fa7450aa00fb4d12c90 0.02 MB 36 124
239,370 239,370 000000000000012f811680568a99530049f03a39b60d540aac4a4f1e7d567429 0.04 MB 74 117
239,369 239,369 0000000000000035cfc372222e80daac87673ab5ec0aa1f398cf5c93fa22df05 0.02 MB 49 155
239,368 239,368 00000000000000b00375e0a7733dcc01e7396dbec46da8f9afc3ddbaf2193284 0.08 MB 143 129
239,367 239,367 000000000000001461d79a46ad5dbcf740d850151dc4ce98214990cd44a2a16d 0.10 MB 104 84
239,366 239,366 00000000000000155a91dccb56d8b478a3fb1567ae4ea5ba78ce52c4f08ddaa2 0.18 MB 381 156
239,365 239,365 00000000000001559c2548970c54d6cec4a05bd0f49bda8450062e400fae7c56 0.23 MB 585 169
239,364 239,364 00000000000000c7961e800f3cd6b0d09fa4b3f6f1a965c84d2ff14809a4a1e3 0.18 MB 155 62
239,363 239,363 0000000000000097b6d4acd328e1f351e6477cc70686a4eef0d02c070adcb371 0.07 MB 47 52
239,362 239,362 00000000000000d17569e60045b46f5c21b4587cc7ba7a5f44838f2f574b2785 0.23 MB 419 164
239,361 239,361 0000000000000055c691f32face29abebfc3ce18354296d7142ed834938cbe42 0.25 MB 480 165
239,360 239,360 0000000000000063a9ed534ed869d9e5f7991f09b470aed0357b63f8a1aa3972 0.25 MB 442 130
239,359 239,359 00000000000000e228001398edbadd71c6a0712ec4606347a45ffd1f124f09cf 0.25 MB 748 236
239,358 239,358 0000000000000081fa37f7b39a249d356ccd481030e7f5352707b99a824de49b 0.14 MB 205 89
239,357 239,357 0000000000000080d36dfcb8d05e2f98de26fcdf9a407aaaa4e46875aaf51def 0.25 MB 473 155
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.