Memory Pool Memory Pool Refreshing

597 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 589 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (514,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
392,959 392,959 00000000000000000436e0e610e39eaf05f23f117d8c93045e008bf3f6608c30 0.34 MB 739 26
392,958 392,958 000000000000000001346854204dfd5e419ef5e317de6bf5d43666a7785650e0 0.25 MB 95 5
392,957 392,957 0000000000000000065a29241bb485605978ad57d15b1f5af6746c4de8c83e94 0.25 MB 272 15
392,956 392,956 00000000000000000330fcefb0e7007893db6fe21fd09bd5ac77b600273979a6 0.28 MB 493 29
392,955 392,955 000000000000000001a51e551e19178479c863464c11b89ee2036aa960326cd1 0.39 MB 802 34
392,954 392,954 0000000000000000081017d75c409ee1989ffc1d5d738acdee074d97677f6422 0.21 MB 354 25
392,953 392,953 000000000000000000afd8646862c79ca8b4983cac03ee8825bcd555db3aca04 0.18 MB 293 29
392,952 392,952 00000000000000000154c474b7b524bf9c164bc89ca4db160aa9162465365c51 0.44 MB 836 30
392,951 392,951 00000000000000000682e1b4c211977511ca36067c3072596e9aece705478f8a 0.90 MB 1,860 35
392,950 392,950 000000000000000004cd41a6ac1ccc1e0f9ed227a32ded2df29f4c4fb1b6f8e2 0.14 MB 105 9
392,949 392,949 0000000000000000072cb3219708b6242611db5a234589204ef04f83d4bbd7f1 0.67 MB 1,626 36
392,948 392,948 0000000000000000079af7724ade434ef8333a1b60b50558f22b29ec0bd680df 0.59 MB 1,069 33
392,947 392,947 000000000000000008f3484a6130e030c26210be2c9cb648b7653d5bed329865 0.32 MB 414 19
392,946 392,946 000000000000000000b91e27131889e1a364f524b8d5f542655cbbf43c5192c7 0.99 MB 1,581 23
392,945 392,945 000000000000000008eb7ef46e6c943f5279dd2a6ae513b9e8c738387cf74d44 0.93 MB 2,707 53
392,944 392,944 00000000000000000a6ee3aec62bbfe6aeb5b4c05b168901003624ad1374930a 0.13 MB 136 14
392,943 392,943 000000000000000007d0774132616b43a05bac64f197b2c8760332d1d8d4f670 0.25 MB 373 25
392,942 392,942 000000000000000004af46ea15a59eebb3b0bc3dbf2be20a059bec18bacf1f2d 0.18 MB 214 17
392,941 392,941 00000000000000000851b52a1c751cfb435f69e31e428b2871d2bd84756f1afd 0.17 MB 311 23
392,940 392,940 0000000000000000009154b8174bbf37e53ca1b5c717b281af0e1a41f1020ffb 0.48 MB 949 37
392,939 392,939 0000000000000000058d5f6fd18164eb4231175c75c2d5c270165797d557054f 0.33 MB 689 34
Previous 10 blocks ↓
Total Size: 769.17 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,632.81 GB sent, 93.71 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.