Memory Pool Memory Pool Refreshing

4,518 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (702,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,947 204,947 000000000000050a6b9cb594d6197e52ce31bc00ed678ce2f5378cd9addc844a 0.05 MB 112 74
204,946 204,946 00000000000002375cfd10e03ce59c4921d6abd9de7df01d13ebff37c8cc3861 0.13 MB 304 127
204,945 204,945 00000000000000971d3b6f7556ea675060371c6b5d71228bb5b2e1db59a9567c 0.05 MB 140 33
204,944 204,944 000000000000043b41a63cd4761167745f3ead77473ab7db8efd30fbfd1a2bba 0.11 MB 283 136
204,943 204,943 0000000000000303a1cab1bbb71dbf92e1df605fd418fcd17e260013c6230eb0 0.15 MB 364 161
204,942 204,942 00000000000005686b1e65e51c592767e0bdff946514844d4aee6b420f3a8522 0.00 MB 10 208
204,941 204,941 00000000000003b3edd40268e2f73137e8795e32ea960b93f513779f9b356c7f 0.00 MB 6 0
204,940 204,940 00000000000003b6e81153e5c504716456b843aec0d6d1515a824623a387ca28 0.01 MB 32 114
204,939 204,939 00000000000004c0d1c58a1b462cc605422a9c32fac09df16188995dbd4d9410 0.01 MB 32 226
204,938 204,938 000000000000035e41f0ac4d6b5e7ffeab3576a556a3dbc35824a15a2deeb1bd 0.07 MB 160 128
204,937 204,937 000000000000054e0cb4ec69fe0670de5f2e96711a2ce66c47c6f714baec12ed 0.17 MB 266 34
204,936 204,936 00000000000004ffe33f34b0db94227130ba2bbd153ed061754a8330b105c326 0.08 MB 178 108
204,935 204,935 00000000000003451a9ce05ba0a8dea22abdec770469485596d3ab6da6e998a8 0.21 MB 522 155
204,934 204,934 00000000000000675d5ad9e2162a1b9e1872faa93696044613d693e0202a52f1 0.00 MB 14 15
204,933 204,933 00000000000004843331a4c3e5d08a101c47e05cc4e38fca05b48b8a528a3aa9 0.09 MB 209 100
204,932 204,932 00000000000003b132b833b7fbf50c84f298c45ddb2601ef20698755062e3be0 0.06 MB 154 135
204,931 204,931 000000000000042a34befbf07e8e6c3e09a66cb9cec063a639582e64a7a06742 0.04 MB 94 52
204,930 204,930 000000000000053f3a67751a6a71c64349cf0528a177399b0fae75ed52be88f8 0.16 MB 291 162
204,929 204,929 00000000000004e49429e59e52a82f85b79dd55f96b8b3116385a3c140ae6a06 0.19 MB 299 125
204,928 204,928 0000000000000152d7c4c38e7488c13e96c3661ebfc9e875a1800c7391995252 0.02 MB 44 123
204,927 204,927 000000000000021df0d1395d4bf156c5a638f6d066acfd69c2aae563f5b1e7a9 0.23 MB 598 89
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.