Memory Pool Memory Pool Refreshing

3,526 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,813 (46,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,186 861,186 000000000000000000015c96812efb8f5f6c235be5f4a3751a62377495432293 1.45 MB 3,021 16
861,185 861,185 000000000000000000013c07a123281251ee8bcc8d4bfff6820fe3f2fcc5f4a6 1.92 MB 2,316 4
861,184 861,184 00000000000000000001a3d7dcb98a1c56baf9a9c6f1401045909054b6055d48 1.70 MB 3,203 7
861,183 861,183 0000000000000000000015b34cbac19a8af9d61d0dc4cf4ab667e73c3646b598 1.65 MB 3,363 7
861,182 861,182 0000000000000000000219c3c90ecbfaeaa6f097a9ef824ac72f5232dff4063a 1.71 MB 2,755 7
861,181 861,181 00000000000000000000f7ca9a9cfa56d1587afe193201b14c0c17459ead22e0 1.65 MB 1,181 3
861,180 861,180 00000000000000000000b277bfed681bffe40b558f06c1d6babdc8dcf6e65258 1.64 MB 2,839 4
861,179 861,179 00000000000000000000eda018ef6ddd98dd536b9affc45ad267a01faee027a6 1.89 MB 2,190 5
861,178 861,178 000000000000000000012e3629d50cecf095aa1b70f824d4533e0aa032ddd01a 1.57 MB 2,469 7
861,177 861,177 00000000000000000001cf838cc3340eb5b3bbd699c714f575c5a30b2d71e825 1.65 MB 4,202 7
861,176 861,176 000000000000000000001334ce5775a194c064a252787ad48a30e451d37de057 1.50 MB 2,978 14
861,175 861,175 0000000000000000000293ff530a8e56eb4f34c900ce70fb1dbcdc8197dc6458 1.63 MB 2,433 13
861,174 861,174 00000000000000000001d360a18ff498bab49d2c357b353c930c4db9e055e04f 1.70 MB 3,089 7
861,173 861,173 0000000000000000000069d297e365e1874d30c402ae488c24af369e3221bbf1 1.68 MB 2,383 13
861,172 861,172 00000000000000000001f6b4ef396435344f47d5840974dd40133788ef28f57e 1.86 MB 121 2
861,171 861,171 000000000000000000015d73f050bbb938031ae98cc9b4d573e1edf9fc7e8702 1.88 MB 169 3
861,170 861,170 000000000000000000019050ebf1b76d2525b2d3c93bc0bd229039d380416862 1.86 MB 428 3
861,169 861,169 00000000000000000001e1bc151308f2524f02eeac7a07594d6862dcc95698fc 1.97 MB 2,074 4
861,168 861,168 00000000000000000002ce40bd7f87254baa207a8ed5597f4243c02b91087e62 1.88 MB 1,712 8
861,167 861,167 00000000000000000002cecfe0833580e0ac9907557cbbd4d335ca9c5c400563 1.88 MB 1,366 4
861,166 861,166 00000000000000000000b6a64c538282ef6afaa026c2cf265508b2e9b637410c 1.48 MB 2,683 5
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.89 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.