Memory Pool Memory Pool Refreshing

2,575 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,152 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (725,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,180 182,180 0000000000000577d0be0c8b6c0b344e7a451b7492581a38e0a8a82021fe8cea 0.20 MB 497 154
182,179 182,179 00000000000000a3b9149cc74004a8dba3d395558fe8e7a2c10ed0523554123e 0.17 MB 375 440
182,178 182,178 000000000000032d2ef2087b638d20b9682001b539764075e873e71547decb99 0.04 MB 97 90
182,177 182,177 0000000000000a561a92613715785bf23a9e26970afc0ef2bbf2b63a99afe491 0.25 MB 553 128
182,176 182,176 000000000000074e3c7a53248db4fa0d37ead0633ee22b2265d25b5a5083245a 0.18 MB 389 100
182,175 182,175 00000000000003fb40fe512cc27668d198d09194fbf2794499cfd1ae5daf1143 0.27 MB 605 120
182,174 182,174 00000000000006237faadd710855e17e4d45a133995cf0de4ca436fd31b459e3 0.25 MB 585 335
182,173 182,173 00000000000004e9bf34d4e88919a9859c2aefa480404dd43d09c8935318365e 0.00 MB 10 0
182,172 182,172 000000000000038ac86bb92391f1f387f979b64f25c97413476568d25413fefe 0.25 MB 583 139
182,171 182,171 00000000000007ca0f1c218567c70dfe0cebb9a694ba08f393103fd779829aa4 0.00 MB 1 0
182,170 182,170 00000000000002c213ef1d71247e4548c9182f1a4e708d266205e07b5d2b4787 0.03 MB 77 240
182,169 182,169 0000000000000116d0e963a8d904a2c95da4d5e48e9c3f7b3d57c234fd226358 0.01 MB 20 65
182,168 182,168 000000000000007b042dea1678df2bf7b24d63dbb398e2ab1e08ae449e63ee8a 0.03 MB 34 58
182,167 182,167 000000000000095795d205db88845b9a6bfff9837d9ac57618156ce5fff26449 0.02 MB 30 76
182,166 182,166 00000000000001d6b3d3f631776ece7964575fafcea515d4f6be236e3f0ea170 0.08 MB 119 144
182,165 182,165 000000000000034e76bdaad53521cf70892155418e2e20fe1ac2c9e1cfe84f7e 0.04 MB 44 57
182,164 182,164 00000000000005da71b8fa3ae9ad9e30b4dc0d671e9d8dc8af0bab3734e61c1d 0.05 MB 101 69
182,163 182,163 00000000000007fa51c132c3f196011569e5327b48a27a7b8e2c578438427302 0.00 MB 7 0
182,162 182,162 00000000000008cac4a139168190659b060a63b94a9b45fda0ae430a6f3440ed 0.10 MB 277 117
182,161 182,161 00000000000000c4d9c0ec6c5016a175538463a89baf50fff22f3e4f458c617a 0.25 MB 550 135
182,160 182,160 000000000000057bdb8a091efdc13962692ead9082f482dfbb30b772b0c432e9 0.17 MB 419 114
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.58 GB sent, 93.44 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.