Memory Pool Memory Pool Refreshing

8,358 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,315 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (600,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,748 307,748 00000000000000001fd78b51adf80b36cdb6bf416962f419fdc9ad397e744455 0.13 MB 246 24
307,747 307,747 000000000000000028dd1323f4356c5d6041ed2f7a2f068b13842049c587c811 0.61 MB 943 28
307,746 307,746 000000000000000032140c51f3c9f44df02406bc154a97ae479fb3e382e607a4 0.75 MB 1,322 31
307,745 307,745 000000000000000046113196f88de76f5213674c0e75d77f86ff5d6afa80bd03 0.21 MB 424 31
307,744 307,744 0000000000000000044a5a310d3cbf75086cf6fd1971dba0c83a0d32bfe62094 0.43 MB 440 16
307,743 307,743 00000000000000001eac23f99ccd899170eb829a6c96727556876acfccc9aefe 0.35 MB 1,010 53
307,742 307,742 0000000000000000070640bb35a0d0af83733cbb3cb43f854578674a6b752d2e 0.12 MB 173 26
307,741 307,741 0000000000000000159bb370554a87e03689329bda4da5836b8a49c593eb3ca8 0.20 MB 155 17
307,740 307,740 00000000000000003ba681afe48dd3361f9dc226e509dea5f44f199bc2618f84 0.35 MB 547 28
307,739 307,739 000000000000000011ad8bd227728df1fecc4179fca81a6e47d7f2a8628786d8 0.35 MB 804 40
307,738 307,738 000000000000000036fa09d7c2a79881dbfce5329223029da08db90e8dd8ab0e 0.10 MB 140 24
307,737 307,737 0000000000000000053b1088b9dd017fb6b1d7cc88e52485ef587f192e58cb39 0.20 MB 277 26
307,736 307,736 0000000000000000314c8441803c1039f33307ac680c42654581776cf6d78cfc 0.19 MB 385 37
307,735 307,735 00000000000000002e25f03891a940300f3553de4d7cc77e88788171b3b09d8b 0.18 MB 284 27
307,734 307,734 00000000000000002223990de9d398490e6c0c73bdea1deb081ff11020aa575c 0.35 MB 585 30
307,733 307,733 00000000000000004b906b6da2623973ebd75b400ad391e23c13ecd7914cdef2 0.28 MB 401 27
307,732 307,732 000000000000000045f649c3c8dfcfc505c030a69a09af68f1e4bb65b69a39d3 0.27 MB 474 28
307,731 307,731 000000000000000013c32f618afc116c9213ccf66e5292724bea3e6d2fd2803b 0.45 MB 580 23
307,730 307,730 00000000000000003d6bc33cc73253d6559e6438b9dbb87b25c24bf4cc9ef996 0.47 MB 764 29
307,729 307,729 00000000000000003f01ab8fdb84f0a00be8ea89930d44f50be5bbe7c4a8e33c 0.06 MB 107 29
307,728 307,728 00000000000000004ecbc81fd1e490933f54d3d35c48c584e8c25482313ad71b 0.10 MB 155 23
Previous 10 blocks ↓
Total Size: 769.25 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.14 GB sent, 94.17 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.