Memory Pool Memory Pool Refreshing

12,254 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,033 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (47,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,791 859,791 00000000000000000001ad536f0480ed53da417d6a7b74d4fe0e353f1a01ec3e 1.64 MB 7,153 3
859,790 859,790 00000000000000000002682cbd0e3161831009d882fb28419998a17f801154e0 1.68 MB 4,264 4
859,789 859,789 000000000000000000005a3a86fbe3c185e1c86d524ff7c8b4999238ba2a7e00 1.65 MB 5,936 4
859,788 859,788 000000000000000000031935d311c28c39fe3ac1a5c4316fa888b37f8b6b32f1 1.57 MB 7,558 2
859,787 859,787 00000000000000000001b21b8354c9d2fc971ceb5061ed74fc013bce8e4e2bb5 1.68 MB 4,886 4
859,786 859,786 0000000000000000000313ddaf9e56c2a835d35e55aa5a46d4500a7395eb275c 1.64 MB 7,446 3
859,785 859,785 000000000000000000019106a243c8c346219c391d50edfb6a57e7795517b949 1.74 MB 3,901 5
859,784 859,784 0000000000000000000121c39d9bee78180073806ffa31878413f6c652282fd9 1.57 MB 6,623 3
859,783 859,783 000000000000000000010db5e0c23703326740cc6b11cb6edb7bb1b5130c4ff5 1.63 MB 7,568 2
859,782 859,782 000000000000000000018f14ea5bce61670ab0523b38210723477dadf7fdb0a6 1.55 MB 6,424 3
859,781 859,781 00000000000000000000785dd2e9be77841008ac872575a41971170b6f5d6e1c 1.64 MB 6,938 3
859,780 859,780 000000000000000000009f041f09e2f1ce3e4b59bf86cc9224423451029928af 1.55 MB 2,806 4
859,779 859,779 00000000000000000002d19de82aad6028d7d6e7a0db9ab568a17b04bf8e8f80 1.65 MB 5,576 3
859,778 859,778 0000000000000000000048ae888b0cb7fd00b5325b9b4ebb3270a46b115c622f 1.70 MB 7,325 2
859,777 859,777 00000000000000000000b312129fcebb11237dc43b4d5e6261749657a5d8d181 1.72 MB 6,735 3
859,776 859,776 000000000000000000026dcd219a090020d97dc2a2741e0bc890550fce475e60 1.68 MB 5,974 3
859,775 859,775 00000000000000000001b57952a6e1b4cd8acfb404b0e95a618da9a701de7364 1.64 MB 7,718 2
859,774 859,774 0000000000000000000066af540b44e2f3f0c122d1ca279c6a547eee2d1fd330 1.63 MB 4,980 4
859,773 859,773 000000000000000000029a0bfeedfa7f07b792e65e951aedac60997d3a44a68e 1.59 MB 2,187 7
859,772 859,772 000000000000000000015dec8894c433e0827a800894ecbee953a0b576f4720d 1.64 MB 7,835 2
859,771 859,771 000000000000000000014d1378722e1fbdccd3a56d087a4f9000833807405633 1.66 MB 4,265 4
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.