Memory Pool Memory Pool Refreshing

1,762 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,748 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (856,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,797 51,797 00000000017eb4ac0688998ed72bd88db2668ba25d03eafde8d50947248f35a3 0.00 MB 2 0
51,796 51,796 00000000039ec9a11cc455a0558102d78b22a0417f916587a09e054b852f6f7d 0.00 MB 1 0
51,795 51,795 000000000b833c91b7df0d4c8a6d3dfe2e190525908def924950b2778c9fab3c 0.00 MB 1 0
51,794 51,794 000000000b400eb0dfcbb1ed434d2195168dd0b62cf6e422e4ce901299e8904d 0.00 MB 1 0
51,793 51,793 00000000175b29798dd5b38afcbb3955b29c9919065b068571d560648a3a52be 0.00 MB 1 0
51,792 51,792 000000000d251acbb8cec83d5586cfe3839bcc770296b820a73a7d734a28a312 0.00 MB 1 0
51,791 51,791 0000000009ee99a40b9b9ed50ba9ed550c2bd590c0a4ee665d90b0a7dfd2a4f3 0.00 MB 1 0
51,790 51,790 000000000b2b5e7a6d4af7e66f3954adc3835af31770122c68437efb52beae71 0.00 MB 1 0
51,789 51,789 0000000014f5f7310f956890549f210a5eefae4e5d4079a736d9f9668298ea73 0.00 MB 1 0
51,788 51,788 000000000cdbedca4da6860d00bf25dcf984b06eea2d206727a91fa8a5a2c3ca 0.00 MB 1 0
51,787 51,787 0000000010719211bd7de8153d34b8a82259c227d78cbcbfd3e60773749e1b49 0.00 MB 1 0
51,786 51,786 00000000143c0a6a397a080fa84fd56d21e55089385cdb04862534f0ad6149e8 0.00 MB 1 0
51,785 51,785 000000000d3b5c2e06438ec3e498c87ec0ca96d512e79a0a20118e54b78bafcb 0.00 MB 1 0
51,784 51,784 00000000094aa4eedda7e702eccaacefd542d64219645f43871265219d60181b 0.00 MB 1 0
51,783 51,783 00000000082469e0e6dd273429c65010b4554b99d48dcec0ad46c989e90d647a 0.00 MB 2 0
51,782 51,782 000000001596714f32165b16bc384f9fa794547a7b6061ab529e75d3d037bd1c 0.00 MB 1 0
51,781 51,781 0000000014129e11a326f6a30cc65e071f9b4cc0fc7e24aa204e9040c6fa27d3 0.00 MB 1 0
51,780 51,780 0000000019c4fb5fc06751cbe38c53b6dd5910b8b18ad54e6204d3cc6ebb3e06 0.00 MB 1 0
51,779 51,779 00000000010169cc8a854997724a41dddd40e51dadfe39a7d6cfec605c5437a4 0.00 MB 1 0
51,778 51,778 00000000147f230ab5ba9c3753e08d0cbe4fed5966f16eea6e918bfaac8d4164 0.00 MB 3 0
51,777 51,777 0000000012c8690bf2f0a14058b942a8c95d831543568aadd6a2ab193cbfffc9 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.