Memory Pool Memory Pool Refreshing

68,889 transactions
26.50 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,869 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,037 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,868 (72,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,108 799,108 000000000000000000006ba8fc1a5c20ec8238022458a091d073934b7a3ba9e3 1.35 MB 1,987 18
799,107 799,107 00000000000000000000f06c05d28c6e93c71d66f82e1ee34a9c5d890c582ce4 1.65 MB 3,124 18
799,106 799,106 00000000000000000001e7a4928c717b5e9176f73c03048ded43f08df9c613cc 1.72 MB 2,605 12
799,105 799,105 000000000000000000049165f18437c117f67530bc9e7f2ce92eaa98119f0e8b 1.68 MB 2,579 18
799,104 799,104 000000000000000000003eca65e839367176923f06be9beeac8014df3780595d 1.55 MB 3,078 18
799,103 799,103 00000000000000000003e159049e3d8ac52361b5edf1481c32f0a6ed13402194 1.54 MB 2,560 18
799,102 799,102 00000000000000000004f2b28755559c18c1c0b12b2a948d35181408aeff03ba 1.62 MB 3,300 18
799,101 799,101 00000000000000000001e3fd39bfd5ad8741e3886115355d516d4b5bf6433c1e 0.00 MB 1 0
799,100 799,100 000000000000000000040a98cf053a5d4defef08efb6b96a32d8bcf5eb63e0e2 1.44 MB 2,946 24
799,099 799,099 00000000000000000004b3a3a3c563c17eebb782425eb57ae5417427df4f37db 1.60 MB 3,099 24
799,098 799,098 00000000000000000004d29d08ceb87df44094ed620661186420eb5ab3e9e813 1.58 MB 3,415 30
799,097 799,097 000000000000000000004054684909321b690b60682d8575a61018fd75669097 1.54 MB 3,800 21
799,096 799,096 00000000000000000000c9269f8aa071b9744f2191ee93b4a63ae43a75563fce 1.30 MB 2,029 17
799,095 799,095 00000000000000000002eb40aa4af7a407c57cf136b73a05c04b09ddc3e16564 1.79 MB 3,828 7
799,094 799,094 000000000000000000032182df0019d1c42a51b5388ef0635eee471f17dce696 1.80 MB 2,882 9
799,093 799,093 00000000000000000005155b3fca4db35b4f484b05192728050131469fc63e49 1.55 MB 2,464 9
799,092 799,092 0000000000000000000076fbcdf14ad76064dbccb80c04a566eff58dc7c5ae3c 1.58 MB 3,401 15
799,091 799,091 0000000000000000000224f200463948885e026c6be95b68ca20fbe39107151f 1.54 MB 3,036 12
799,090 799,090 00000000000000000003b50c6e4f36e489e2768195e52894119011549910cc97 1.41 MB 2,790 18
799,089 799,089 0000000000000000000171665c0b8c2efaffbcfc5028c86fde13224677324018 1.51 MB 3,480 19
799,088 799,088 00000000000000000004a960240f12169f6911dd51eb2121f6cf4f42f63f2e3f 1.40 MB 2,153 12
Previous 10 blocks ↓
Total Size: 702.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,578.94 GB sent, 231.25 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.