Memory Pool Memory Pool Refreshing

164 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (745,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,379 162,379 00000000000006eaa22da3cff87153a0728c865a334f70e3310d7c478a22e1eb 0.02 MB 30 9,603
162,378 162,378 00000000000002dcc938af12ff280c00be8382efb3cbf07dd6aed58c2d2aea7b 0.05 MB 53 429
162,377 162,377 0000000000000cf426ae061d4c0cb18bcb7f9508deb7a6f9e5b49a8929fd52d9 0.00 MB 7 769
162,376 162,376 00000000000008e267326a1dad759dfa24c8c292956f997a633fbf46e9edb5e3 0.05 MB 96 115
162,375 162,375 00000000000000a499fe014e111e56a61cb142641272a1fc31a560450a0da9c4 0.01 MB 15 14,890
162,374 162,374 000000000000095a0bf9445d1fec0a7fde377f94dbf381a82cbdda6e08214474 0.00 MB 11 77
162,373 162,373 0000000000000d38aa9e6443110d764200052a004024f0061ca5637c9ecbde6d 0.04 MB 123 14
162,372 162,372 00000000000003fc474b60155d489cc4497ff13b43c1f8c6f52ee2f692e13e70 0.00 MB 10 16
162,371 162,371 00000000000003be2182494c3ce1c42c275e75d28a53dd38ea56230e5936d69d 0.00 MB 9 0
162,370 162,370 000000000000071e258935bb50f309b8a4d121a437056b35b1912f391e01af84 0.05 MB 184 77
162,369 162,369 000000000000030d0a4c372c819f7c231ea0ba58f4408212988008b3dcd8885b 0.00 MB 16 51
162,368 162,368 0000000000000239fe106c5b7a5d3278f1da7997fa50c68c1c8e80cd97a13b3d 0.01 MB 18 189
162,367 162,367 000000000000009916906209e503649d6be94fabca401fe81cbd971a5683149b 0.07 MB 62 57
162,366 162,366 000000000000032e1ba21e830e71808ba4678b5e61abba6fb08f4cc24b607d80 0.02 MB 9 616
162,365 162,365 00000000000003c7fec57dc451aef6326ec34f8ba039cbf8326577fe03ca3288 0.05 MB 137 58
162,364 162,364 00000000000006f24fcc1efad8aeb6bec3880ae23b5a794990c8450557623ff3 0.04 MB 51 2,343
162,363 162,363 0000000000000d243a413e6995d76c0c5e1db2674ae0c82d459491555dfa2a8c 0.00 MB 1 0
162,362 162,362 00000000000009db6088cb502c67a0ef946a0fe2e3d3e2c0e900f98ef06722d6 0.01 MB 24 210
162,361 162,361 00000000000009ee0f2bcfda721e95397b43f6f72ac0dba63dac7dc4a37e4d25 0.01 MB 19 423
162,360 162,360 00000000000000b26085db3599304a850ef579729bc933b1254c064e31135e5c 0.01 MB 32 185
162,359 162,359 00000000000008690401bb3f7991acdcc1617de3bf20e77dadf8c648d6bf16b6 0.03 MB 25 37,544
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.