Memory Pool Memory Pool Refreshing

1,421 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,419 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (579,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,288 328,288 000000000000000019b6c71178b7b3b7454af21b97db7c11182a8dade811e581 0.62 MB 1,155 27
328,287 328,287 000000000000000005caeafcbcde3d438390079af794b88ca98cc4c9a9f38396 0.06 MB 121 25
328,286 328,286 00000000000000000afae64655abd2d47bf7b7e05bb0ba1057b6fff7151d1c64 0.00 MB 1 0
328,285 328,285 000000000000000008e6c70076f233b1afaf2bdec726df1e6957e90d1a80b3d0 0.56 MB 1,153 31
328,284 328,284 00000000000000001b64abbeacead44f4fe7cc7aea1212283df52d92efd24d65 0.32 MB 309 19
328,283 328,283 00000000000000001199200e7412ee22f66408609027e139ced19b2dade94b43 0.12 MB 219 29
328,282 328,282 00000000000000000dda4b73d0ce6d5e38cc5973c1c6c38a9c8e91c5c0925f0e 0.14 MB 257 29
328,281 328,281 000000000000000010c1d057200dff6845e6872a885f65142700e300247361de 0.02 MB 36 22
328,280 328,280 0000000000000000139099ed5701d2c13c7695b1dee3a33bb284f82d50746c7b 0.02 MB 42 30
328,279 328,279 000000000000000013238511afab05128c4b9b5fb9c1fc604f07520ee5ea10bc 0.02 MB 48 25
328,278 328,278 00000000000000001a99f587fc7b130f61ea0e099805f0c4e0c7d1997ff6f6a6 0.18 MB 311 24
328,277 328,277 000000000000000011aee4558feb23db14e7a9893c35e3ba0d9577fea83a849c 0.37 MB 714 31
328,276 328,276 000000000000000011d3c8287b6eba8598309a8da97f5f1cadcec56df14df647 0.02 MB 64 46
328,275 328,275 00000000000000001bd374fabaff905035e8a0ad15c626298cf7af161bfdf242 0.51 MB 603 15
328,274 328,274 0000000000000000159d08ffd0dd3f5c62026fd00da4df3bbd17111733a78af7 0.11 MB 326 42
328,273 328,273 00000000000000000cbce4bab600b104aaa970fb705892aa03212337b76235a6 0.08 MB 136 25
328,272 328,272 000000000000000000b6bcef712a274f2f24581e43a561d6bffd6937c6b07333 0.12 MB 258 29
328,271 328,271 00000000000000000595b44471ca6d0bae6c7d363bc241e61b833df54efb5b37 0.35 MB 314 14
328,270 328,270 00000000000000000ef9d63a3e7a93bd86aee5d38a050665febcd7d63f7fc6d6 0.17 MB 415 11
328,269 328,269 000000000000000015061069d79aaf9e41a3067633c723aee36043a5f2ef6c2f 0.31 MB 292 19
328,268 328,268 00000000000000000f6814788d29f049368782faf5c0cb57683ceb4d3629f9a6 0.35 MB 764 31
Previous 10 blocks ↓
Total Size: 769.05 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,627.34 GB sent, 93.12 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.