Memory Pool Memory Pool Refreshing

6,816 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,484 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (88,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,013 819,013 000000000000000000008f809ae0962a4762c41db8207e6277e7e2390e56fd92 1.59 MB 3,200 52
819,012 819,012 000000000000000000027835fc16274228b7418f1fcf2249a75241099ef94e84 1.61 MB 3,426 56
819,011 819,011 00000000000000000003aae86cd8ac4b81d0185cc918b35f2c291417f53aa201 2.05 MB 4,319 32
819,010 819,010 000000000000000000004ee6ed13e8e126b3725a17535dd8f6e903e4c72b65d2 1.71 MB 3,534 41
819,009 819,009 0000000000000000000329fd414491712997626ef31661a657ad4d881bdb3c85 1.66 MB 2,629 39
819,008 819,008 000000000000000000005731959dc6a0fa0ca778d24fd257437131922cca63e8 1.94 MB 1,691 35
819,007 819,007 0000000000000000000188042a82a20f93c4b70f1ec28c2e6e78a1723f5b6e05 1.71 MB 3,225 34
819,006 819,006 0000000000000000000244b8b4ff1eccd357b4d605381c6b23a0fc1285e6ce5a 1.55 MB 2,469 42
819,005 819,005 0000000000000000000300af1179beb2e5fcb0329f6185c4777b5b6cf2c1acbc 2.10 MB 2,495 35
819,004 819,004 00000000000000000002bb880478e54aa3bae60af194521777f0690462bafb18 1.58 MB 2,858 35
819,003 819,003 00000000000000000003d8f9850a85fc81f8fadcc9bf112b94012478a9d5f245 1.77 MB 3,501 43
819,002 819,002 0000000000000000000371bcafb2a0f47bcdb0bfd5602ec9f4e35b24e4e1cb12 1.64 MB 4,048 59
819,001 819,001 00000000000000000001d5fd0a737917b613f7d2b8c3b673680e0240be11cdf9 1.84 MB 3,150 64
819,000 819,000 0000000000000000000227931be80731a4aa75704726eda2c73a0ca923578edb 1.80 MB 3,356 58
818,999 818,999 0000000000000000000070200776b8238da8d47d29ed8c63664d9e3451ba132a 2.24 MB 3,065 36
818,998 818,998 0000000000000000000421212559b8b691e54328a1c056db45885a9b6b7603eb 1.68 MB 2,939 33
818,997 818,997 00000000000000000002d9feb55b55d0ef5773ed20e5ca0eb6c6a97895d087d4 1.65 MB 2,751 39
818,996 818,996 00000000000000000003ac73279f6e3ac1d481b8192b59ce28bb754c1d2a9867 2.11 MB 2,478 37
818,995 818,995 000000000000000000037c2724eb6bc42edd05249ec7bff8bb34b57e9127b168 1.86 MB 3,631 41
818,994 818,994 0000000000000000000377c2f15d2b1c9310c9a9e50da2b8a5e71245a3a5017e 1.65 MB 3,625 62
818,993 818,993 00000000000000000002c31abd6dc53bc7b115ce6c85e207c0fba0ffcdcbd600 1.74 MB 3,992 33
Previous 10 blocks ↓
Total Size: 769.26 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.22 GB sent, 94.20 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.