Memory Pool Memory Pool Refreshing

701 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,963 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 701 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (686,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,178 221,178 00000000000001e208663e89fcce098d9e688fbb5a8c27d9f5606e59820e613c 0.20 MB 188 121
221,177 221,177 00000000000000aabbe50c4dcad3c95375aabb76e0efe9e27c9d504fc9b8189a 0.24 MB 559 229
221,176 221,176 00000000000001e22c4774a8cc8050af01f3d37d95e8189b2290205538c23692 0.06 MB 135 133
221,175 221,175 000000000000050803962cdb385658d7e9f26fcf13cad7339fa4993ab2053b62 0.22 MB 361 159
221,174 221,174 000000000000005f5cae6df24be5a31401dc258b3dabc25fb63567f97e664ed8 0.25 MB 563 176
221,173 221,173 00000000000004f699d9bccbdda6f5db8527cc216079710e3e8370bf01e60853 0.06 MB 157 51
221,172 221,172 0000000000000479c133239f74d468cbaacbeee72f24a68666a97484f68e3cbf 0.25 MB 361 107
221,171 221,171 0000000000000397d8591c0effb6b0d3eb5b75f50e89dc24b67867e81e15250c 0.25 MB 697 275
221,170 221,170 0000000000000095af78a7f4b7c69ece412060f61e26675124cedd765fb7220e 0.25 MB 611 202
221,169 221,169 00000000000002ed93a9043f3569e801411062b62649958bd0afdbb9e75f5b59 0.05 MB 145 9
221,168 221,168 00000000000002b4b3d99dabdce1a099e8a0cec7e1310ac8a42649e813a38c4f 0.28 MB 705 303
221,167 221,167 00000000000001aa350a7c66a77a00d237532fe4b8e9e71dead82c026b75aea9 0.17 MB 316 125
221,166 221,166 00000000000004197ebcdab827a2c786fd2ef4baab658045c75d002f80158cf4 0.25 MB 539 186
221,165 221,165 00000000000000b848ffb5afe244871ef63a825cb11c9c1ce5fc0726975b413a 0.26 MB 643 224
221,164 221,164 000000000000015be076196b168e1afb63fc4bde23a81efb1ffdae0cc3371f7a 0.12 MB 249 162
221,163 221,163 000000000000014d4ffef96f42afec66bbff8045b3e4c38f42ed0e0de1559050 0.15 MB 269 196
221,162 221,162 0000000000000104a51284938a8eb320e399d93f342a6e0e8acdb6b0704c1ea4 0.09 MB 213 174
221,161 221,161 000000000000002694e8f78f31e1a3c206fc2205f73ff9e95b9e46cfe035025c 0.12 MB 281 201
221,160 221,160 00000000000002b51bc8f377100062a0529231cb7d2e4c5212c3a17fe512a877 0.22 MB 529 237
221,159 221,159 000000000000019ae697fecb6427eaae9ee0362f8819d0617552403f357cea6e 0.35 MB 402 18
221,158 221,158 00000000000000d6ddcea2c4c4ff20dbd31aa35df9fbb36cca7e1b0f774bad41 0.14 MB 304 163
Previous 10 blocks ↓
Total Size: 769.48 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,646.34 GB sent, 95.31 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.