Memory Pool Memory Pool Refreshing

1,353 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,350 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (791,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,401 116,401 000000000000c096650f7ae5b31fa1ef38b7c45c210ad6e2fee7795599311745 0.00 MB 1 0
116,400 116,400 0000000000003417beb349dda3fcbd5a96ea5fc9edb3a8695f159dc2b21d5ce3 0.00 MB 1 0
116,399 116,399 000000000000cccb19206049e781d9a2633100f64db87dc3d7509504e4a5bb33 0.00 MB 11 860
116,398 116,398 000000000000231b429c85babacf0ac78e255162eb7d22a58ae8cbe47e00cf9b 0.01 MB 11 1,370
116,397 116,397 0000000000001e9f526d1bc62937f37117b44a3876ee1244c471633ae7ea8e70 0.00 MB 12 866
116,396 116,396 0000000000001a7a90e312311a354ce1036e0bceb8c0fc9fae2bd53a6df11df5 0.01 MB 8 177
116,395 116,395 00000000000086bc4edab2de905d1490dd3a44cdefb35d9ce827c5e64e3fb172 0.01 MB 24 825
116,394 116,394 0000000000002a8ffb141c789858b4557d79eae3d05e7c05422c2f5210ffbeb1 0.00 MB 6 1,591
116,393 116,393 000000000000c54ea5ae84097a0d8fdf1ae376208d9d996cf84501ed18c0c55a 0.00 MB 13 0
116,392 116,392 000000000000a37898e3dfc65a8de5be33091d43b6df84f2fe18d28d2b005cd8 0.00 MB 12 333
116,391 116,391 0000000000000e6cbc20edd788f3e2045015958c8cdf6e48644f03dd25c91a30 0.00 MB 9 450
116,390 116,390 00000000000079aaea13091b9df3097e0095f88dbd52cc1b457471906d524370 0.00 MB 9 2,895
116,389 116,389 00000000000034790c907c4e05fff14c23791b58dc55c0f104fd8bc21de48b2c 0.00 MB 8 351
116,388 116,388 0000000000005ee05593b7ad39201121e2392c306a8f810ce37c97563d152c31 0.00 MB 11 312
116,387 116,387 00000000000079320d9c8a7500d1fb3a1de6d186979caf7ec3820c7b04b6b9b5 0.00 MB 3 3,883
116,386 116,386 000000000000603e90f041c1e8cb27dc8e581c6b1daea0fb76e91ac08ce74e6b 0.00 MB 13 571
116,385 116,385 000000000000e253e0dae3820bc961a3bd0c274383777f9b19165132ab0fa140 0.01 MB 22 766
116,384 116,384 000000000000d5d1b4a5553ff3ea2e8be3cb1ddb9e8d6dc4b65023c4ded7126f 0.00 MB 8 986
116,383 116,383 000000000000a97e03713a6c16b3123f2b3dae2e40a360f42aef89d1b36eace8 0.00 MB 6 624
116,382 116,382 0000000000005564cd3cc6ffe38b9cf56b20fe79b0ae83accbe35953504579bd 0.00 MB 12 632
116,381 116,381 000000000000b756407bb208c000609bbce7d736f26edb3e72d1760d61027acb 0.00 MB 11 1,658
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.