Memory Pool Memory Pool Refreshing

6,178 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (740,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,964 166,964 000000000000024d2ea8ba9af5fdb5828f1e74b9c9d1b2d8a7c18d01ec8799a8 0.05 MB 90 127
166,963 166,963 00000000000009d1b66d7eefaa772161baa991f36983367460e877065e77b02e 0.04 MB 117 124
166,962 166,962 000000000000057fa89bef19a5be1adbabd6a8722880ca03d6b824223d709f60 0.01 MB 18 0
166,961 166,961 0000000000000bbc7a67fba3bfcf1a4dd09f63463e6c5f5d66be22f37b08650e 0.01 MB 21 0
166,960 166,960 00000000000001fc9b94dee4e054e98dc70c05c82c34cc11aa3b8b7bcc0dbac8 0.04 MB 139 37
166,959 166,959 00000000000000219e897eb82e3db5c6e58358960f2cb09e2738247531d99105 0.00 MB 10 424
166,958 166,958 00000000000001aa279c8f584642a90789bc91b8f3db9e92d847b7b54ea29320 0.02 MB 56 293
166,957 166,957 0000000000000539eef48ac9f371cdb5e0f72f39c15cf738849b285448079cfc 0.05 MB 118 106
166,956 166,956 000000000000023466e102e85958aa8dd1bdea80245846d9cc7f600ef436ad6a 0.05 MB 125 91
166,955 166,955 00000000000005cd15682540341bb6f7a3a0cba763053bdd145dafb077e0e44d 0.01 MB 19 56
166,954 166,954 0000000000000ad26e40da70914f11496ffdc4a990009f6c8a5c86a29924d7ad 0.03 MB 81 81
166,953 166,953 00000000000003b625b36297c4ca0d11d43cbf1bb4d12a6b3ea44f43cc043297 0.05 MB 96 299
166,952 166,952 0000000000000589924f2fa87af6b5fe73969e47b61f8aab8b630ee3523acf0a 0.02 MB 29 135
166,951 166,951 00000000000003c3ea492c9b987f1de9a1681fe93bf648f6b2d82fc3c1a68570 0.04 MB 88 31
166,950 166,950 00000000000005847ed8ebc49fc6489300f0faa4a0753483bebad38e63280e2a 0.10 MB 51 71
166,949 166,949 000000000000023b874acead3e67019b6e0dcfa9e01e145b6c733a95f54a5603 0.02 MB 39 203
166,948 166,948 0000000000000b8b3c2f82caa6d30982aeb1f62550dfd905818419b740c96724 0.04 MB 83 140
166,947 166,947 00000000000009550a7d2fdf26cabef1248caa5a6f63a5122d40da13aa7f3404 0.01 MB 23 75
166,946 166,946 00000000000008d049c7595d27f24790c0ae8ce8fd58cb9aaae6aad7f3c089e7 0.03 MB 77 96
166,945 166,945 00000000000007e685e1220c91874782821a7a4c706e0fbd6e981ab5991d7fb8 0.05 MB 145 20
166,944 166,944 000000000000066a03b6ecb3428aebdb9d5955ecedc34e97e2fc46f1f7f5de7a 0.06 MB 116 86
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.