Memory Pool Memory Pool Refreshing

1,981 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,979 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (609,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,752 298,752 00000000000000004830eaf44af3b8872acda6d54b955fef7d3e6becb8b3ba4e 0.07 MB 128 26
298,751 298,751 00000000000000001a9249e9bfc47a0844466de3fa577f67382c881a497177a4 0.14 MB 183 28
298,750 298,750 000000000000000002ad07dbdb42984eb6e6a05a395757aefc78d2cb450dc7cf 0.11 MB 170 35
298,749 298,749 00000000000000000ed68b68a4d3285f7f0d9da2331f3ea8e0cfaa6c2e4ad436 0.14 MB 170 18
298,748 298,748 00000000000000001d41bdbedb9dad6f39b48c12715cd0ae8c6bee13b8de406e 0.50 MB 734 28
298,747 298,747 000000000000000011a446bb56aabad6b4417d1295dae7bb3db065900e8e6c19 0.35 MB 831 65
298,746 298,746 0000000000000000283550fd0c4c8fc85c549867a9a9e2eba0127ec8d72ad09c 0.18 MB 363 32
298,745 298,745 0000000000000000477582d68382108b43b216204fce386766965050331215bc 0.19 MB 433 33
298,744 298,744 000000000000000026cd3e291ad55ecf1ae5476ba92f0e69b802c5d5cab756f7 0.05 MB 124 41
298,743 298,743 00000000000000006b14042737a4d5d32183e0fc1d3af995462a0b63ea3fa89b 0.08 MB 119 29
298,742 298,742 00000000000000006316cb8d16e3b70a3d94c6c186b3f20afac76a9ebae9881e 0.05 MB 99 29
298,741 298,741 00000000000000007e6abda53e775923783161e63c64d3ea95f4cfb84e99cb94 0.17 MB 299 33
298,740 298,740 00000000000000007f3136541b2f18af2bc827181b41e5b9810a6165fe784668 0.30 MB 535 66
298,739 298,739 00000000000000003d96d0e56348bcef1fb8da6afe62f6b58d400fe753613233 0.02 MB 52 41
298,738 298,738 000000000000000031054e89515b3a087de4aef30725f8592a1dad2781842040 0.05 MB 45 6
298,737 298,737 00000000000000003d575d60f34de4bb5c817b3cbf99ad0362a0925be460f03c 0.07 MB 126 25
298,736 298,736 0000000000000000325d6b9873e353849d6fedf620942f5e776afd1bd0e57c8a 0.20 MB 243 27
298,735 298,735 00000000000000002c3e90ce20246fb517ba9d8a0990d1679e0d334c408be583 0.05 MB 68 32
298,734 298,734 00000000000000001820ad198e9a6da378c742d707a0979d5641a66ca55ff2b0 0.09 MB 188 48
298,733 298,733 000000000000000072610bd97072acc0846907fdb77e0f652c90e969db92742f 0.12 MB 157 32
298,732 298,732 00000000000000006d09cfbc32067ef3a3b9fb4e55a57d3839944da716b8a0f9 0.25 MB 484 35
Previous 10 blocks ↓
Total Size: 769.10 GB

Node Information

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