Memory Pool Memory Pool Refreshing

9,476 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (677,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,311 230,311 0000000000000115e28f442b56bc79c8992f6fcb2b826da2d7b7c656a37a6b58 0.07 MB 125 77
230,310 230,310 0000000000000005ab28527be2daa7fd435f2c9c43d1ef37d66e147a86cf9023 0.14 MB 327 156
230,309 230,309 0000000000000184a87b84feb3a8c45a811adce39b9a9c16b02bba5a12be03f3 0.34 MB 750 160
230,308 230,308 00000000000000e4972bd882b2018fad1a793bdc70034fd0af7b3e93aa853db8 0.28 MB 604 162
230,307 230,307 000000000000013ab25ea5d23b793cb55a3db654f6052426b7ec7904f0b0932b 0.13 MB 369 262
230,306 230,306 00000000000000257fb02814216d410d03eca13d40745f25805c29c125734ceb 0.25 MB 499 514
230,305 230,305 00000000000000d0f157cffe92bf831e30bf496cd58ee7bf2079fd423cbc1e7a 0.20 MB 159 33
230,304 230,304 00000000000000ff7e41c4d849cab341eedfabb0a0d4dabaa366a3de0188596c 0.27 MB 654 141
230,303 230,303 0000000000000032f713be4af856556bfd703fd5a90990dbd9d372147f80d255 0.25 MB 504 143
230,302 230,302 00000000000001f100215912eb0cd5193115d14ef9d44e74648a78bdcd909775 0.09 MB 196 167
230,301 230,301 00000000000000f70703ff8220b8957ed2ffb421fe49fbac68e4927fac0711f0 0.08 MB 152 127
230,300 230,300 00000000000001d032767dd18ff5f8ef099b96c30b901baecf75035c7137e381 0.23 MB 489 149
230,299 230,299 0000000000000165b8f26143d8f641514fa72e9b33f7bee5871f23d5af3432a3 0.25 MB 494 146
230,298 230,298 000000000000022301946d9a13185e590de2c780024109158136dbc5d84a3872 0.37 MB 697 117
230,297 230,297 000000000000007d19dbb57927a208ae18a1b039db1b154b4519fdefa8c59214 0.00 MB 5 46
230,296 230,296 000000000000008687477232434cc7358b6a3716348f178bfa3940ed5e7c8e41 0.25 MB 424 117
230,295 230,295 00000000000001e4b889bbf232645cea32ece1c6bac9426bdae6e7bfd11bcada 0.05 MB 128 133
230,294 230,294 000000000000006bfc27ceb42be27babfad2bdadbdc63e0ac6a386328c3cf0e4 0.04 MB 90 101
230,293 230,293 000000000000020b278f52d5d140b89e3c6ac5165587269e715799d48efcfd02 0.20 MB 363 84
230,292 230,292 000000000000017c0d98fb4fe265a4eb2011ea3c8fd9fc4c4c3bd54203cbddc6 0.12 MB 247 126
230,291 230,291 00000000000000bf2e269907abec1dccacbbdf2399da0c5156daab11f01ffbe4 0.08 MB 134 28
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.