Memory Pool Memory Pool Refreshing

4,950 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,841 (108,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
799,087 799,087 0000000000000000000113b30fa2d71fb30dae888bfe71a0a84dbd22f9adabc8 1.29 MB 1,754 18
799,086 799,086 0000000000000000000365f08cf7d1ac2f67c50758b96bc06ed51ac8f59c14e6 1.60 MB 3,409 12
799,085 799,085 000000000000000000025374dc4495e43325663ce00b503dbd72fb06096babed 1.55 MB 3,705 20
799,084 799,084 000000000000000000039c9594fa349942a3e4055300e24142d9b5fe19e1b351 1.63 MB 3,915 16
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.07 GB sent, 94.14 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.