Memory Pool Memory Pool Refreshing

1,744 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,609 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 1,715 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (868,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,692 39,692 0000000052ccae02eea6bcf895f1d998eb7a3530dfe7ba11aa8ec7722266f1c5 0.00 MB 1 0
39,691 39,691 000000005c36dbbd8256379187fb00c892e5ac0ab88dd46e3ae5347cf4af2efb 0.00 MB 1 0
39,690 39,690 000000002733bfed3e1b4c98b7a4d86cd645af5312712c5e714f05c75a079e21 0.00 MB 1 0
39,689 39,689 000000005bb21952847283532e248b24145cb97ea469832c96b79aaf0994a784 0.00 MB 1 0
39,688 39,688 00000000544e483e7d7421c6a25892fb2c06a28c3bdb13534eb37a6809ad5bac 0.00 MB 1 0
39,687 39,687 000000003ce4c5e20a899493237d7ec640be0aab1205b2839bb31c5fe7cccfab 0.00 MB 1 0
39,686 39,686 00000000725e112a902de5cdc349bd2c2916d6db46e571fee4b83094502b27f9 0.00 MB 2 0
39,685 39,685 000000000458c1177933fa0d9bdf43b896c5138b820f8c653e8b6f22adeef0af 0.00 MB 1 0
39,684 39,684 00000000663e762b00c69b9f11cab88313ab5a8a97f1e60342655b1ecd7f4024 0.00 MB 1 0
39,683 39,683 0000000048fd18df68402397f6bf33087cf0896087a5b2d3f06369516e1176a4 0.00 MB 1 0
39,682 39,682 000000004f22a8520673994a7723da424d2ae9c2e026d078bf1eed403808c7c7 0.00 MB 1 0
39,681 39,681 00000000703a2f98955a66528e79725f2a4b789e6b7c7eca728e5737d02ebca6 0.00 MB 1 0
39,680 39,680 0000000019fe12b4416034ed896697c514ce11780eb3580f58e27fc79e21aabd 0.00 MB 1 0
39,679 39,679 000000002e8567be259f9c14781db836d2f444136cda8584e851a6c238d02860 0.00 MB 1 0
39,678 39,678 0000000006495b0fe41f296abe3c6c4b79796046a307e8ddb6af2f16bb8f9b95 0.00 MB 1 0
39,677 39,677 000000002f3fdf902884b1a9e362f862fa953bf9a407dc35a2eaa8e3ab6c4d34 0.00 MB 1 0
39,676 39,676 0000000010797d14a26db7174453c7697e97f6a86ca13dcaea921be5914d118a 0.00 MB 1 0
39,675 39,675 0000000042fe52b83bff59958f88ef39fa2e46a3472f59ee36ee702076c75ef0 0.00 MB 1 0
39,674 39,674 000000007bd84a0ec82f41691c8d591c38c436c7c2528b062758cc19e415d1d1 0.00 MB 1 0
39,673 39,673 000000006a45b762b7c6c42deca56cb10690f4ea6f04e9c9fa82bfdb8d3f4e80 0.00 MB 1 0
39,672 39,672 00000000273e52f69e9f544bf8d71d8a2f6fac97cd42a1867a19ffc26c17ace8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.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.