Memory Pool Memory Pool Refreshing

4,655 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (620,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,830 286,830 0000000000000000702b9c7d967c878cff2ebb691579cb73405da1225924e511 0.30 MB 439 62
286,829 286,829 0000000000000000d0984f325e1331fd94714383153bff4c4751a13fb895bb8f 0.03 MB 66 31
286,828 286,828 00000000000000010d441e87331911e38e91b3f1167a1fd466af9d10a9864669 0.03 MB 54 17
286,827 286,827 0000000000000000a93c0c43c6a0467d8307c07fd77f403195202b6ac2055b09 0.30 MB 474 24
286,826 286,826 0000000000000000fa3c6f61d537956317dee02d7334f2bbe56dcbdd143007ac 0.06 MB 179 103
286,825 286,825 0000000000000000385005258a0c151c426ba78a48faf189664a70a1b778150e 0.25 MB 300 25
286,824 286,824 0000000000000000d9747a9c5bf9d84b1f8fd98383e82d3de529c3a4b5b2d757 0.25 MB 152 13
286,823 286,823 00000000000000006eaaf386734994267cd3f0c04409f09255d0a02c57c2f1b7 0.50 MB 1,302 33
286,822 286,822 0000000000000000b7db53c52c70bcffd8f7eabf0edc68dfaec5fa64f56a80c9 0.06 MB 196 130
286,821 286,821 0000000000000001405fcda1228647d300c93c7b9f1a6eee3d794731c3b4b667 0.06 MB 202 114
286,820 286,820 0000000000000000b0f08ec6a3d1e84994498ecf993a9981f57982cfdb66c443 0.11 MB 203 34
286,819 286,819 0000000000000000e067a478024addfecdc93628978aa52d91fabd4292982a50 0.15 MB 99 20
286,818 286,818 000000000000000117c80378b8da0e33559b5997f2ad55e2f7d18ec1975b9717 0.36 MB 458 29
286,817 286,817 000000000000000131d1b16c579c27698e9ad91e397437c18c81e7f407b3b5e8 0.46 MB 269 17
286,816 286,816 000000000000000061cd6410dcea43be2be40930a022b827d1c2f71575e2d135 0.25 MB 353 34
286,815 286,815 0000000000000000c22f843bb7d6a96d6a7c0ec59fc59ddc28f5d04d64d060a3 0.25 MB 614 42
286,814 286,814 0000000000000000e3b663bf1a72497d1222f27f113390e186f85686a59eea1e 0.51 MB 742 35
286,813 286,813 000000000000000117fb51d25756ed9ad05ba878191245235b07bb0ee9b8163e 0.03 MB 61 39
286,812 286,812 0000000000000000b58943922684d9a9aacfe8106fbbd096cfb60c46f08278c6 0.31 MB 557 35
286,811 286,811 0000000000000000197f94f952bf77f479adbb11cead985ce94c5a792088737a 0.50 MB 548 35
286,810 286,810 00000000000000005e1dc1e10004a53b11eb3d5ce348cfa1a08f7039418e5806 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.