Memory Pool Memory Pool Refreshing

4,334 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 11/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 ago 1.00 vMB 3,302 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (705,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,674 202,674 00000000000004bfc8e0617f8253219fc43d3d428546c707abad76f2af47a847 0.07 MB 139 88
202,673 202,673 000000000000048692d3667eb1a0488151efa9ad1530e7eb83effcdab5a3b33e 0.21 MB 421 130
202,672 202,672 0000000000000139e8b6419df0b9d6f525fd43627e6557a6f4242eb5ca29fc10 0.01 MB 25 95
202,671 202,671 000000000000008a52604017690a3910df3b6e272a6ab03a192daa69ebb4954a 0.10 MB 230 41
202,670 202,670 00000000000003ab0229a4edcb49a8b1347514b5c81e83bc026c4cccd8c96fd0 0.05 MB 88 63
202,669 202,669 00000000000003fbc5e7e37b2264dcbd7750109c2cb2211de2aa03405a95e222 0.11 MB 322 153
202,668 202,668 0000000000000576c052f481e3521c17ba65eda7357937fc668fea26c535008b 0.16 MB 283 118
202,667 202,667 00000000000002bb7fc5ed9c42715f88df6dafdb33cbc561f71e556ed01777c0 0.00 MB 6 0
202,666 202,666 0000000000000490c16618b956b18568e38f798dc5880dfb846576a49940d899 0.24 MB 473 160
202,665 202,665 0000000000000393673d08e249e4d3a497c6663d2f342fc16cae8114dc42ddb2 0.05 MB 159 53
202,664 202,664 00000000000002f57d631346cf49047d553023ac2b656d0c4fba2c964da15981 0.05 MB 151 273
202,663 202,663 00000000000002ea0fb672133c4af78dd21799a033d77a303b70a80e8dc8c67d 0.01 MB 24 219
202,662 202,662 0000000000000212f933072c762a29f9d81b7dfe7b5b2bdc157523be844a6f2c 0.02 MB 41 226
202,661 202,661 0000000000000558aaf2262befa80b3dfc70c5f6416c15c00459d1f99bfc51ac 0.19 MB 366 74
202,660 202,660 0000000000000308b7e705ecde1cd4ebc935a0cec707ac46e05bc8d6bc331be6 0.00 MB 11 171
202,659 202,659 00000000000001c8aa8955119f94ca5a67805a517fe64b49421b0653d8972248 0.11 MB 227 196
202,658 202,658 000000000000010b1c13c3934d314a4a5ed0e90f4824dcead2bfda016292fb77 0.05 MB 124 128
202,657 202,657 0000000000000167ec50a7034bae4aeb96fff7201191e9381c4522cb9eb4d8f0 0.03 MB 89 50
202,656 202,656 000000000000045ef9dc9f297305b132764d50ec568aba7378bf8e81330225f4 0.08 MB 181 200
202,655 202,655 000000000000001e28a206dbd3087d45e32eb388e0e6f666173111b985eedc02 0.09 MB 248 686
202,654 202,654 00000000000001b777ac393f97f5641a2e3aff24587530edbc907722b005b038 0.05 MB 118 136
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.86 GB sent, 93.74 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.