Memory Pool Memory Pool Refreshing

10,266 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,290 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (767,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,587 140,587 000000000000002ded4cb2a18a4f5279bb0a8aede967d7515085b4eabd6abe08 0.03 MB 84 99
140,586 140,586 0000000000000709b4688221dcdc15fe0604cb4d4b408ca0107f31b0b18163f4 0.01 MB 7 281
140,585 140,585 000000000000078b0fa2da6c68ab6f8a5a23fea3e68098479c3e45ac52545576 0.06 MB 93 198
140,584 140,584 00000000000002adc09f6fbf798138557926ac830b30414ef5d1c0bf923491cb 0.06 MB 130 325
140,583 140,583 00000000000001dc5100f1ea31b119c791cc4a1b5053cfd52b3fe2dd251c3149 0.00 MB 7 381
140,582 140,582 000000000000021aabace7833938bce7f6c84a9724cee29d90c82e9481ca4be8 0.03 MB 63 113
140,581 140,581 00000000000001537af35240e3c5e9d68dd1da1bdcd323513ca9c0e88d7c9ed7 0.00 MB 9 904
140,580 140,580 00000000000007009dfbdb0149aa90076f5e27f9aaeeb43a85f4c0008609ebdc 0.02 MB 75 6
140,579 140,579 0000000000000621604d45c724bfc61f1763fd7e072f2760e5cb60467af62121 0.02 MB 55 144
140,578 140,578 00000000000006257f11751e7fd67173510cf8cfdae133470b55c0030d35bfcf 0.05 MB 138 176
140,577 140,577 00000000000007f48967773d593b4beb361fe825356ff86e9ae2269ccc151a4e 0.01 MB 22 319
140,576 140,576 00000000000002b23dbb98b895100f53a89b9c99a802a521148fb5cd9818fc92 0.02 MB 44 555
140,575 140,575 000000000000026c21f7915fd34af23ab6a96db2981ac858d6c00efb43169720 0.03 MB 51 236
140,574 140,574 00000000000002c31d5e78e760756afe8edb6d0a31fc10a1e738b69e96357bdf 0.00 MB 4 800
140,573 140,573 00000000000007a64c514ae4d63a411b17f1eb3a9c55f2aeb6e8c1207ac2c919 0.02 MB 58 330
140,572 140,572 00000000000000121339649287e37ff2e6c2a00b3e55e5c29be9753db4da5c97 0.00 MB 3 71
140,571 140,571 00000000000005b8a3bd262d0172960b93455f95cf4d3ab6da39938062d9abd4 0.01 MB 26 102
140,570 140,570 0000000000000818eca2249897bb062c57f1d71561738df439273294ded874c6 0.04 MB 129 274
140,569 140,569 000000000000026eae6dbe3345adf89cbc43697f467ef2725d1a75c892068cc7 0.01 MB 37 311
140,568 140,568 00000000000001461591428d0594bc0bbc417ca2a764f3e7c28ca90fdd0ab502 0.04 MB 81 201
140,567 140,567 00000000000005f6587fd02081f468bbf629edc5fadcd54033b32adf00a4ca10 0.01 MB 24 40
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.