Memory Pool Memory Pool Refreshing

4,017 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (56,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,881 850,881 00000000000000000001613082828217d6260af7ab0f4cda486decc35f07717e 1.58 MB 6,412 6
850,880 850,880 000000000000000000000f99e9d64a483f16857336caaf861cbd0270dc0801c3 1.78 MB 2,921 11
850,879 850,879 000000000000000000033ad920feb91a8ccc6f02db0047b11b1a0ce0cf482f76 1.52 MB 4,566 8
850,878 850,878 000000000000000000001d02659c7ef6d29df42de13b477f24cdb882d34fe711 1.74 MB 3,283 7
850,877 850,877 00000000000000000000572928355aea84165f341a2bd2067e35515cb6df85ae 1.66 MB 4,676 9
850,876 850,876 00000000000000000000381a9fe72157243f239a07989f2bdc41c8e81ac30a6a 1.68 MB 3,861 9
850,875 850,875 000000000000000000018d2a33876c81238cb59380e5b5e1caa6bf732c0ab5d5 1.72 MB 1,745 6
850,874 850,874 0000000000000000000143b4f110579e1289e6874322cedcb9c6e694f943dff6 2.05 MB 1,247 6
850,873 850,873 00000000000000000002010883f0e99d822bd86a2c9fd2cb357a80b775092367 1.43 MB 854 6
850,872 850,872 000000000000000000008c804877b4b833fa390520cf8569d793b97f9311be21 1.56 MB 4,102 7
850,871 850,871 00000000000000000002b76a0005687461a88d1763019da4e6a275729e9e1ac7 1.56 MB 2,635 13
850,870 850,870 00000000000000000002860b55def7bea2996f7e8120b7f7ba197ae6bc54a19e 1.21 MB 1,585 7
850,869 850,869 000000000000000000036b92e25754b3c41bbb19652a1ebe83ad53c0231cb97a 1.04 MB 315 6
850,868 850,868 0000000000000000000367b574ffda60489c128a205905bccf7a020aef377de6 1.46 MB 3,598 6
850,867 850,867 00000000000000000001670efe2de1b3ef536d15621fb5a6bfa36c860e98f762 1.67 MB 3,700 11
850,866 850,866 0000000000000000000168d7b09463a2c80286dba4aa5e194469625da48ac1bd 1.26 MB 737 6
850,865 850,865 00000000000000000002340fcda8094ac0304a951aba5d016b5837cc6cab62f2 1.66 MB 4,806 8
850,864 850,864 0000000000000000000257b2ed9ec679536e656cfa1dc4a8090bf719a9976f01 1.42 MB 4,038 7
850,863 850,863 00000000000000000001c4ae1fa0b30d58bd502aa07a513f6186ca5cb0b39e78 1.73 MB 3,718 10
850,862 850,862 000000000000000000025499001bde73427c5ba89458e4348e2a4b2b9b1f8ac8 1.60 MB 6,595 6
850,861 850,861 00000000000000000002e48db67b617c4c8af869a84bfc8ed4d382bad8405a63 1.70 MB 3,462 13
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.