Memory Pool Memory Pool Refreshing

2,060 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,015 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,052 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (328,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
579,510 579,510 000000000000000000103ce3e96692e4578d7e5272804e3d61fe019dd4865c43 1.16 MB 2,698 56
579,509 579,509 000000000000000000246fd4bcf8931b02de9e660a9b43227960bfb1f35c646d 1.13 MB 2,660 24
579,508 579,508 0000000000000000001e014a86ed9f22a4292736ac87282483df0844930ad929 1.28 MB 2,605 113
579,507 579,507 000000000000000000133af647ae2c36e656c1baf568b3989e26f73cb50bda79 1.18 MB 1,881 35
579,506 579,506 000000000000000000166342d048520ae8dd1d01fc519578a1bdc8f8eed661f4 1.13 MB 2,783 36
579,505 579,505 0000000000000000001f696c65171766d97c10cf3f8f618293b9756319fc6ddd 1.31 MB 2,696 127
579,504 579,504 000000000000000000192991305c5c66e6a8741434b621635faa5ace8f317494 1.27 MB 2,786 91
579,503 579,503 000000000000000000172df1e5c8e86d986eb643ac7aa4f5ab2a1b020ebe010f 1.29 MB 3,218 116
579,502 579,502 0000000000000000000fd67ac454f2f094e3f26e806bd387ad68716e189256cb 1.29 MB 2,581 94
579,501 579,501 0000000000000000000d7d11528aae1f33a26a178396a64b7622f5b6c6b7ab41 1.31 MB 3,383 159
579,500 579,500 0000000000000000001ebc76ed1d2a1b214e333db741e316c3a4552644e3798d 1.21 MB 2,346 51
579,499 579,499 0000000000000000000947e878aef98181907dbfec9adac7ab30353d9c37ae43 1.24 MB 2,716 131
579,498 579,498 00000000000000000008a29a5331db3eeeca10debfde57a300acf7fff71a19fb 1.19 MB 2,958 86
579,497 579,497 00000000000000000018b022232fd79826a29fb57fa8c3d7d3f0aa538727600f 1.28 MB 2,038 94
579,496 579,496 0000000000000000001731de7df261224f6024d8a612f439a0242c382ce1db89 1.24 MB 2,449 120
579,495 579,495 00000000000000000000af273011c7ebf416b58761aa060950a0bbb78da13b3a 1.28 MB 2,900 135
579,494 579,494 0000000000000000000852c0da06319a47b36cd6fd137c52ccda574b9db68876 1.27 MB 3,014 146
579,493 579,493 00000000000000000018e2bce5118f4ec95860d46083162b8d1c786cea48ff25 1.30 MB 2,916 150
579,492 579,492 000000000000000000102f375ffaa453f8d15af961c99faad12e1c0251241ce2 1.09 MB 2,598 34
579,491 579,491 0000000000000000001b24ac64de3824a3300c22c3589d5bf8cd677a9aff4074 1.30 MB 2,186 75
579,490 579,490 0000000000000000001d5462cdcfd3cf7adfb6e337f797f4852d96cbbe95136c 1.20 MB 2,678 83
Previous 10 blocks ↓
Total Size: 769.57 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,649.95 GB sent, 95.79 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.