Memory Pool Memory Pool Refreshing

2,625 transactions
0.87 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
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.87 vMB 2,620 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (233,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,363 674,363 00000000000000000009988ff6be286e9cc8617b498275874f57ccd0f72e743b 2.04 MB 808 60
674,362 674,362 00000000000000000005dc29f7c8b443bea906072d4343bd75033fee6dfc5659 2.00 MB 858 61
674,361 674,361 00000000000000000003f00726b70afa52cd585c9a857f83c0a382f1f04d3274 2.03 MB 766 61
674,360 674,360 00000000000000000007c3f0ab05678aebaff054aee12ad06b66dc66ddc1de99 1.95 MB 904 55
674,359 674,359 0000000000000000000cc5c640094603341f971ec482264161ac5631cee2f55b 1.44 MB 2,375 85
674,358 674,358 00000000000000000004c6171622f56692cc480d3c76ecae4355e69699a6ae44 1.27 MB 2,706 78
674,357 674,357 00000000000000000008d0d007995a8bc9d60de17bd6b55e28a6e4c6918cb206 1.31 MB 2,730 74
674,356 674,356 0000000000000000000b0f52903ce215b002d96fd100f7c82a4b1a1615b1451b 1.20 MB 356 84
674,355 674,355 000000000000000000092255b16f2149c612bf246563aa8761de6247d7ae79aa 1.31 MB 1,839 92
674,354 674,354 0000000000000000000c25eebcd2f3d5c58d6e7b95ec75e480cbf34f7e13ac33 1.35 MB 2,867 106
674,353 674,353 00000000000000000003694d46cf14666394042cf722740659b0c88840b0731f 1.45 MB 1,913 95
674,352 674,352 00000000000000000007d40db21959c9d4c64d82edf2fb66f05d18999964ed89 1.41 MB 2,353 89
674,351 674,351 000000000000000000054157d7264ba4b04faf2c9414b5cd5d55f558cca9ef3b 1.69 MB 1,982 79
674,350 674,350 0000000000000000000c603e685f789614b8072a746cf21e5261509bf0e1b37c 1.30 MB 2,357 60
674,349 674,349 0000000000000000000583cfe4c98bd9eeb6d4567bc8e2cb7f39503c8b2fc9eb 2.03 MB 692 62
674,348 674,348 0000000000000000000817cdff10200302543cbdd6e037b033be5a42f41b17e8 1.95 MB 1,168 63
674,347 674,347 0000000000000000000a0f88ad9f130d980d13d6a902813d9bcb33db19948b95 1.05 MB 715 55
674,346 674,346 0000000000000000000b0775e64e3a8e19ff1608068648fd11fd5a09aedfe4a0 1.15 MB 2,212 64
674,345 674,345 000000000000000000004abf488757cfed606c4e63caa1a603fb6ddf6b3545ed 1.32 MB 2,223 87
674,344 674,344 000000000000000000043e711c96a29142ded4ad1a1afb1111d949c1dc3c9c85 1.13 MB 793 82
674,343 674,343 0000000000000000000705f25905f90adc5526ebd265d0a470749083aab99e11 1.19 MB 1,431 90
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.