Memory Pool Memory Pool Refreshing

312 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (666,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,965 240,965 0000000000000065c5839fb3a192997dfccab8ee7b6ca8d0b0d9de07a3e1b293 0.25 MB 542 161
240,964 240,964 0000000000000055c44d33a94595a4130fffe9a69a3364c55a9fc9bf59d6be99 0.25 MB 573 212
240,963 240,963 000000000000000aeb03cba24a75b3a5756e8058837162262c13d74254c0c497 0.08 MB 151 161
240,962 240,962 000000000000004146450ae4b15690682717c5989f334ea5a4083d399faaaf57 0.08 MB 136 149
240,961 240,961 00000000000000468eed3c889fa2525c3773fa7a7b62f695a82e1b44fe0e6fd5 0.10 MB 357 49
240,960 240,960 00000000000000de43b44b43bf182e99a1c2fc5ffd1b2adb8597e424968f341e 0.11 MB 268 196
240,959 240,959 00000000000000a69f4e348d809640508640f379e99ee8c75f13888bdce5ac1a 0.03 MB 80 156
240,958 240,958 00000000000000d2259763836f41653e5ff4e61360ff85c5319124498d11239f 0.14 MB 368 234
240,957 240,957 0000000000000054ffe725dbe52aef2eac94f7566b73a31f9149f1d5ab0ee0aa 0.05 MB 119 114
240,956 240,956 0000000000000108df7ee8ff012404a18efbc3aa55f8d1329b6dd53d8cb59ee8 0.20 MB 434 169
240,955 240,955 0000000000000052cbfcbd36508b517577ddf3d18974a718a0253ffe53b67845 0.11 MB 251 181
240,954 240,954 0000000000000063cf39e664d3a2fbdfdbdc812ea2541c33fd946001abb1389e 0.03 MB 68 162
240,953 240,953 00000000000000248ee7860f141e3a5c844a8c851c05421920f3786643588195 0.12 MB 293 147
240,952 240,952 00000000000000d52b811b2c49b077ee2616d29ed2650ef32c2c29c4d6bcab31 0.00 MB 4 38
240,951 240,951 000000000000006b13ae634b39d903b5fac496998eb2cb6366a21b57d47e956b 0.07 MB 168 159
240,950 240,950 0000000000000091652e9c0c6e93fd725cf7886fc2eaabf26f09abc8b694a106 0.25 MB 564 147
240,949 240,949 000000000000003aaf382e19d6971be8c3c8cf6d8c6db26635dc5d441670b665 0.10 MB 303 198
240,948 240,948 00000000000000d2e942267dec402da3c3abbaba88c14502498d1d72fadd20a5 0.01 MB 24 77
240,947 240,947 0000000000000057793c86c0a52a4edd59137ae68af76ace5b7ddb896739aa99 0.06 MB 106 126
240,946 240,946 00000000000000959e78e2c9d4931c43c0fcc820946c6730a784965ad0dac3e6 0.04 MB 74 28
240,945 240,945 0000000000000089c947be1f667839bb6dff662ab81e32ba8647b18fab32e59f 0.25 MB 438 118
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.