Memory Pool Memory Pool Refreshing

1,476 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (24,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,171 883,171 00000000000000000000c507c6132f63da726aa3a184eb1c7693557c1c099c21 1.74 MB 3,272 3
883,170 883,170 000000000000000000020d73068d05537d1f5463f4509e9c956aa4e1610b2853 1.84 MB 2,989 3
883,169 883,169 000000000000000000025e196ed60b4e4e006f619ff772bced06a813abdd9cbf 1.72 MB 2,887 6
883,168 883,168 00000000000000000001fe9dd65bf8e07b4c935930551c5f5ab118e2f1b670df 1.21 MB 1,543 2
883,167 883,167 00000000000000000000dcaafe97d96fb7ebe996dce807422b6b9616549fa889 0.52 MB 1,016 2
883,166 883,166 000000000000000000012961a56b5b976a94de577ba97907774e6b99ccdd1062 0.23 MB 558 2
883,165 883,165 00000000000000000002755a928cf183007b7f8b58d0c026ecefa1ac2eeecd31 1.77 MB 2,559 2
883,164 883,164 000000000000000000015b6ac996bdd5422d82c846a6fab507b3243b23506b09 0.82 MB 1,060 1
883,163 883,163 000000000000000000011921678bbb999e54d694d045bdf9580f4f38e9b2495f 1.81 MB 1,976 2
883,162 883,162 000000000000000000013684445cc68187fbf066f569a41b3a5803dcc3a0aedd 1.42 MB 1,481 1
883,161 883,161 0000000000000000000109c11efbaa4c86ae9c69572e56733073c1b3555a2b23 1.76 MB 3,025 3
883,160 883,160 0000000000000000000208b90baf4a2a61bdc17033f4d56063bf7a0428ce8471 1.28 MB 1,908 1
883,159 883,159 00000000000000000001f4fd88c56229b0c84fd1b779c67ba2171a1690399094 1.67 MB 460 1
883,158 883,158 0000000000000000000112210ff8f47651d87ac6eae404fda336ee23c3e3e472 1.74 MB 3,436 4
883,157 883,157 00000000000000000001956d4c6c862f0811cc050072a48e930971353b31a6be 1.01 MB 155 1
883,156 883,156 00000000000000000000e7b37920efe7e78316b19755e557e80ce606e3ef4fc7 1.28 MB 974 1
883,155 883,155 00000000000000000000739431d3fa07bf2971e6af8c30637e7ee6c61da57c90 1.68 MB 1,320 2
883,154 883,154 00000000000000000001c654d14c2d8c645a876f848cd632fec41643001573ab 1.76 MB 2,039 2
883,153 883,153 000000000000000000021e1f9d1197c8103883363a6e11139acb7c9d25a784d4 1.71 MB 4,115 3
883,152 883,152 000000000000000000022357f0769700ba1c1b992fadb65e92f615a138884bad 1.62 MB 3,608 7
883,151 883,151 0000000000000000000207e88ef848712efb66cc2385f01dcaf946d110cfdf6c 1.75 MB 2,964 3
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.