Memory Pool Memory Pool Refreshing

9,184 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,807 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (764,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,793 143,793 00000000000006684a16ff924127f09a1d0985d949ac239ceefd5c9b7a73da16 0.00 MB 17 442
143,792 143,792 00000000000000a78520ac47bbc2ae52bbf25bc231cfaf7801e3578d233dbb9a 0.04 MB 86 22
143,791 143,791 00000000000007dfaa74096e270ded16c76e417058c8c9d78926da053c91ed45 0.01 MB 22 120
143,790 143,790 00000000000005fe1efa64860d505e6ffd7dc56f869c2f94899a7275d20055bb 0.02 MB 50 79
143,789 143,789 0000000000000824d0ec4695724f8fbe1994d5e1a6f41db468319cdf95215152 0.06 MB 99 160
143,788 143,788 00000000000008ef9ab76feddccbc1d72be2457c500fb51aaeacf27804b3c934 0.00 MB 7 1,006
143,787 143,787 000000000000060c28439c9894298eda4efef952096f490b8d55bc2626d90a12 0.01 MB 42 232
143,786 143,786 0000000000000874a7c6a03cee5b96301c7bf57a5515780885550caf8adf13b7 0.00 MB 1 0
143,785 143,785 0000000000000681f9e813cc0f7145a61a091b63425d9126441dfb0680264162 0.03 MB 50 364
143,784 143,784 0000000000000842cc56ec466fd7f79177668ebb509fab4e4d51adc549b4d2cc 0.02 MB 67 34
143,783 143,783 000000000000013351b3504b9b2629180c67d29a5af4e8205f3dd1cdaa7fb198 0.00 MB 13 40
143,782 143,782 00000000000000d03c63e6fc492c7152c0215cf7a2edab9b7e0fd2391a19d5f4 0.02 MB 46 16
143,781 143,781 00000000000007f6363c65a5d9fbb18cca925fe881ba14dd06120216186b43f9 0.03 MB 51 309
143,780 143,780 000000000000069c8e1cb4b1b89d6e1e0d58421677d181776ffb07cd748bdaff 0.01 MB 9 146
143,779 143,779 0000000000000883f7205d153112d1545f72ed4cf90648a7061d9d30a4069f15 0.01 MB 29 214
143,778 143,778 00000000000009147535dac98877e97ef8a935a6d036932231ebf916a7c56735 0.05 MB 122 215
143,777 143,777 00000000000001fae7e39dc185b4cf201816d01769c2c15a001b963acd87fd8b 0.03 MB 85 229
143,776 143,776 00000000000004997516566ea97ccb3a1d1d584cbd0e263e0e543bae60613a6c 0.03 MB 71 270
143,775 143,775 000000000000056f188ef133303947757fdaf0ca58f67e425752917cd540f0c0 0.00 MB 13 283
143,774 143,774 0000000000000481165be52096a60b6dc1d86a78c49cad1c5fa18581b575a6bd 0.00 MB 8 114
143,773 143,773 0000000000000044818ef82fde0d30bf536f95e9c4ffb0409464f8191552e496 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.29 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.49 GB sent, 94.37 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.