Memory Pool Memory Pool Refreshing

8,808 transactions
2.76 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,717 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,180 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (677,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,316 230,316 000000000000017e8b7a11349cb6f2d05a943e1d053526a18718d70f99bd7d2b 0.27 MB 592 157
230,315 230,315 0000000000000141b5a7995d359da68e88a17a9855e1e8c03c265bd05fe42664 0.37 MB 886 193
230,314 230,314 000000000000013cafe92953dc17c6ab602d6402478be70e77636a0d774f7768 0.09 MB 160 31
230,313 230,313 00000000000001c08b720366d6aa9978a18bbf9c35dff3611fb5ba5b87eb7880 0.25 MB 572 139
230,312 230,312 00000000000000b4461a90d741657c7c2589ff19fab39459f898b8b1084ea2cf 0.07 MB 136 113
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
Previous 10 blocks ↓
Total Size: 769.01 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,621.59 GB sent, 92.92 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.