Memory Pool Memory Pool Refreshing

6,442 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,642 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (46,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,642 861,642 000000000000000000000889afeda0264f2ead2e1f3a580154ffd84acb043dd3 1.45 MB 4,065 4
861,641 861,641 00000000000000000001dbd06cd54f9e05204c42729774993321ae3de7c65ffb 1.60 MB 6,717 2
861,640 861,640 00000000000000000000a34cc4714231505bb0ab1d8651d84478e26ad9f4eaed 1.66 MB 7,116 2
861,639 861,639 000000000000000000008f018024e8b0846e5bc79dbc12406e88c1843ea61c00 1.70 MB 6,916 2
861,638 861,638 00000000000000000002c4ffa4c937ce3aa3929e597599067bcdf809272daa0f 1.67 MB 7,038 2
861,637 861,637 00000000000000000000c5d8bf2ac7747fe974d0451d1a2d5371fadaa351ca31 1.67 MB 5,969 3
861,636 861,636 000000000000000000017d3e2e2e5c982ba19911575e15c406ab3ff4f5912e2e 1.65 MB 7,140 2
861,635 861,635 00000000000000000000729a1231b5774fa6e3cf49043eaf210404e99b6a8ba4 1.64 MB 7,803 2
861,634 861,634 000000000000000000006e5f7aba6e3865b8d5b848651d3e9fb857ec9cb9ecdc 1.79 MB 6,419 2
861,633 861,633 0000000000000000000017069278120d443f2c56463e2d46e81637b71936964d 1.62 MB 2,610 5
861,632 861,632 000000000000000000022b8cfb930d5e3d40b2b44bf333bfdb6a72b5c7ed70d6 1.65 MB 5,108 3
861,631 861,631 00000000000000000001d9be6027514343fe83e429fabbe78f93d85d7e8c5538 1.77 MB 5,947 3
861,630 861,630 0000000000000000000130c952a2d08012c235ab58f08b8a5eca92f41b6ff74c 1.66 MB 7,787 2
861,629 861,629 000000000000000000004d9a5cd369fef43f7b4492853966ba5e3f9a111dc6f2 1.88 MB 3,019 3
861,628 861,628 0000000000000000000186741fd5c02c6ad08fb896258ba1567ddbfb11957774 1.55 MB 3,093 7
861,627 861,627 00000000000000000002c88a061d2c07ab6229cb7773aa0e265e09daf256695d 1.66 MB 4,831 3
861,626 861,626 00000000000000000000c30cc0dc54e6189508a2d4541a3e4fd9f44eaf1979c0 1.50 MB 5,617 2
861,625 861,625 000000000000000000015c5fc628faf433928897926fa83d1024531995fa9c38 1.60 MB 1,949 6
861,624 861,624 000000000000000000008257b8f5e611cfa96c33c2835f1a8d30c3cfb271a857 1.65 MB 2,063 3
861,623 861,623 00000000000000000001c2acbda4baf033fad3c51ecaa0bb4f6d58f15eb36758 2.27 MB 1,765 3
861,622 861,622 00000000000000000002e8440890636f527b3a12f3fa0ec0bdcd99556d90a9aa 1.64 MB 3,097 7
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.10 GB sent, 94.16 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.