Memory Pool Memory Pool Refreshing

5,364 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,934 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (799,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,628 108,628 000000000000ce445bbc259a0b3c9a2337140cba84f9fc95f1c7d664a8bbeca4 0.00 MB 6 0
108,627 108,627 00000000000095c90390751a0c9371e7ae7adf27c5c6e574d5aa6fe3074acdd1 0.00 MB 5 0
108,626 108,626 0000000000022374c721bccfa54ea56f6564e7514cdd6664a5b4b471913562ff 0.00 MB 1 0
108,625 108,625 00000000000024025bf0566fa765632a1c3ab8099768a041facf8177e0ad258d 0.00 MB 3 0
108,624 108,624 000000000001b607e1090b0c7752d3cadc69dc744321a3fbf333c51a199ce39b 0.00 MB 4 0
108,623 108,623 000000000000b24b5d8b59db38e38f4a4d4a62a6e65a13eb3c389e900479fdf0 0.00 MB 8 0
108,622 108,622 000000000002725d87ac02ef3f869ed6f9bf6f842e0b8850e1e8320ef69522a8 0.01 MB 43 0
108,621 108,621 00000000000181ab36c87d5637966d4cb228ddca86f1752fe139d7c272c3546d 0.00 MB 10 0
108,620 108,620 00000000000180968b2681b0c6027df4208982464fcefeed8ac6be681add60c1 0.00 MB 13 0
108,619 108,619 0000000000025fe2bc8139786db2ebed957d4fd89efc032ee3770f461c4e5060 0.00 MB 13 0
108,618 108,618 000000000001982554ed83746f9d302155c9f5fed0a77276bf6b7a2942e74276 0.01 MB 46 0
108,617 108,617 000000000001ba17149797240615e5098769ce1c541824b68afb7ced6f700bf5 0.00 MB 3 0
108,616 108,616 0000000000008d10a3d83984a4f607a2fb16a8e52e00fe2db41fa0cd7682c910 0.00 MB 1 0
108,615 108,615 00000000000002d6d37698d5e5b0375a04c251d88eefec7517a958cc03999b94 0.00 MB 4 0
108,614 108,614 000000000001ae81ec1a12a7cbb041e89ce528f2fb634c6ab6902fe483b26d45 0.00 MB 5 0
108,613 108,613 00000000000212d6521ba979aaab8411437935d664839afc3df64458340ff983 0.00 MB 2 0
108,612 108,612 00000000000071f9345482bd1a66e0352559d7c84a6f5660b619748f3fc2b6b0 0.00 MB 3 0
108,611 108,611 000000000000f7ac34169d232f9d736ef65ac908f3ecb248a49091dffd4badfc 0.00 MB 4 0
108,610 108,610 000000000001205a7474ab618205a16efb6367b108bffa60234c48074ef418ec 0.00 MB 1 0
108,609 108,609 00000000000171807636d3259026344f7861a7cbd64114b3f1a51cb77a00775c 0.00 MB 10 503
108,608 108,608 000000000000e4adf9546e7bb73a046022035c8306a697abfcf20d5d4ea003ad 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.