Memory Pool Memory Pool Refreshing

2,480 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,958 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,468 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,957 (703,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,287 204,287 0000000000000057662547721788ec81b72f79a6e5179ce351f7f164f98cd536 0.02 MB 41 102
204,286 204,286 00000000000003d44f5ae7835a51de0dda013401723f162ddfcfe7f14e062d63 0.16 MB 359 133
204,285 204,285 000000000000010d3b7d5b529ddafaeb97a7a9abcf7df51e87fd81391bde2308 0.04 MB 125 168
204,284 204,284 00000000000002142d25e5cf7f4ac283629b54e389493983afd4479007c4224b 0.32 MB 732 108
204,283 204,283 000000000000012469f1899e0637b24a6d346b50490b575c55078b66005e66f4 0.01 MB 32 193
204,282 204,282 000000000000007fa205f1d080fe2b11c92ca25864ea952c72c1ec4fe181fc3c 0.10 MB 215 118
204,281 204,281 00000000000001f95eace50374226c6fe757683d4d07fa1d81d2374878a802d2 0.03 MB 97 88
204,280 204,280 000000000000032a50e78f92f2c29b1e18509a6ea668849971b6ae95c2f4e8ef 0.05 MB 113 119
204,279 204,279 0000000000000002714d12bce850250dc06d3323cbd4a96e619994fc3851f13e 0.17 MB 358 136
204,278 204,278 00000000000002fae689801d1fd639e60780b8a6be5733b9ab0d5b6da8986c2d 0.02 MB 64 127
204,277 204,277 0000000000000391f09a89f4736949edb7ac897703e56844b15d95bb23672835 0.05 MB 105 119
204,276 204,276 0000000000000519b5cd6d5363bddb2f50aa094dd96d036b41c703dab9ae5375 0.07 MB 138 103
204,275 204,275 000000000000022be236fa53737d11ee3f776c4dd268f301ddebf083778dd976 0.02 MB 64 136
204,274 204,274 00000000000003d6f8e418397618f84f52b04ae32e091a58c48345be941cc79d 0.07 MB 125 82
204,273 204,273 0000000000000451559afc93062174189f1c7d9f05ac58271e3914316166699a 0.16 MB 362 91
204,272 204,272 00000000000004508f2ba322fb5df892a3c66ef172ccd387d49e1515f8ecf17b 0.17 MB 221 93
204,271 204,271 000000000000017da0faad85a687879de8579bd3846900e57fa582bd262e4a6e 0.04 MB 88 115
204,270 204,270 000000000000030724171fa8c00158613ab4f69b7173c56138a91ec9a0cdda6a 0.07 MB 118 85
204,269 204,269 000000000000014918409b351697e163ec948ec6bdb354765ef4a2c53d1d7772 0.16 MB 240 99
204,268 204,268 000000000000012064725431c3e9b7ddc97f4b4f6e24b3af1e45df9a2d2a9957 0.40 MB 800 103
204,267 204,267 000000000000054535278262fd0d462d8a197ca46332afea125cf0c3b84b926e 0.03 MB 107 20
Previous 10 blocks ↓
Total Size: 769.47 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,646.23 GB sent, 95.28 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.