Memory Pool Memory Pool Refreshing

74 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,762 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 61 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,761 (795,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,748 112,748 0000000000002ef091d91c3d0bf11bff7faa9fa1162ae6997b596934d2c7ab5f 0.00 MB 3 0
112,747 112,747 0000000000009a6d44dfaf5936c471959cfe2fa1e64df8f5c747536aa44f6350 0.00 MB 2 0
112,746 112,746 00000000000002cd1e1a83197b5a57dafe5f9c51e420542e85a9fbcb48d05ab9 0.00 MB 4 0
112,745 112,745 0000000000001b5453798c1fc595a35f940aaa56f5806004a6c9d6c801264ea1 0.00 MB 3 0
112,744 112,744 000000000000b80831de6c647fa9d567f2371cfcd36fc35944353fbc07160a5c 0.00 MB 5 0
112,743 112,743 0000000000008189ba2969602ffcb208406ad13e8500e644844aacb072aeb770 0.03 MB 78 0
112,742 112,742 000000000000f68833cb9fe65d30e3ebd551f9608f04ba3b5d3e51bc1826eeab 0.01 MB 22 272
112,741 112,741 00000000000086252d09167f93ffb1b8d6d19158e8766aa41018da771c69c0c5 0.00 MB 7 0
112,740 112,740 000000000000c3eb02cad907b00ed423e896872c15c350e2dd239e129d07a890 0.01 MB 25 0
112,739 112,739 000000000001196b11a968cd50e00488fb7e39207df618f1e157072c14854ecb 0.00 MB 6 0
112,738 112,738 000000000000d8ace2aeef6307352fcef0e90a3e469bfd3fbaedb0b938730f62 0.00 MB 2 0
112,737 112,737 000000000000b8206b0b5dd2b0aca54cd6b382f8e4c1ce4f5ac66aa7813c7846 0.00 MB 4 1,086
112,736 112,736 0000000000004b5a5b37866b3e91cfcbf818d2cb3e4008c43b717c8ab6a674c3 0.01 MB 14 180
112,735 112,735 000000000000b39507b8817f632ebfc78f42e7c6350629f666d5fff3aeafbcb6 0.00 MB 10 0
112,734 112,734 000000000000cdbafd37ccff839c526c6f6b8c56d807800a101ce1c464351e04 0.00 MB 5 0
112,733 112,733 000000000000a2e3a8fedfc68e2abde9597185c58581756f7d2769646eacdb8d 0.00 MB 10 816
112,732 112,732 000000000000aae86a14bcca7df0cfc7ad4c89c13ec058ccf307ee0417a07bf7 0.00 MB 2 0
112,731 112,731 000000000000aee8145525b9bcc50441f72b7b4f6154ad1257410e0e36ca184e 0.01 MB 27 0
112,730 112,730 000000000000ab0b1ad61d39193728a0050670ac96e38e4e32b1b33fb548fe1d 0.00 MB 8 0
112,729 112,729 00000000000005d392858af759d9f72e04a57659033082b6d9b40c97933f8ca0 0.00 MB 10 0
112,728 112,728 0000000000007b49538d60dcb016e374dec192014ce9525c05467df7f5caffb1 0.01 MB 26 0
Previous 10 blocks ↓
Total Size: 769.10 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,628.53 GB sent, 93.37 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.