Memory Pool Memory Pool Refreshing

856 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 855 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (742,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,395 165,395 000000000000055a2f1df4cd025a6b814e038b433cf3ece9c372b47e287b41b6 0.03 MB 53 117
165,394 165,394 000000000000067f458cb619dab4f096688d9458349afd70d82182b556817b65 0.00 MB 6 16
165,393 165,393 0000000000000babdbc595be1e79b38fa5a43b623a0308909cbe60edc37aaff0 0.03 MB 89 142
165,392 165,392 000000000000038dea57e08b4406c4f0de9ce0b8d828af5769d713a5f544cbed 0.05 MB 119 530
165,391 165,391 00000000000003de9b4ededc78e6e821fdd64ada31d4d8c48b430ddd2725eb79 0.02 MB 41 181
165,390 165,390 00000000000004d3e816c36a571f62fe53447fa6d0c96d7a76a591c85883590b 0.05 MB 149 146
165,389 165,389 000000000000025dc774e3b1ba2c6aad531ac1c26be1d5fda0df90845a1d3f3e 0.03 MB 61 752
165,388 165,388 0000000000000b4fc129f1d764e95d9c9118f1e086ddf8e381bd80650c9191b7 0.02 MB 61 102
165,387 165,387 00000000000003d96d8672b1211d642c449323d047a21f4cd35bf17f1007548d 0.02 MB 40 198
165,386 165,386 000000000000034bf2b0e415b8a07060d94ce9e1d0f4be2e8e1429d612a1a8c8 0.05 MB 66 92
165,385 165,385 0000000000000af2b6b3dc7d11bf001c360cc2a327a8007b44607c5404e8d582 0.02 MB 52 173
165,384 165,384 0000000000000093b5f581457258dfbfd728a6256add9ae7c55218df3c82f5ae 0.05 MB 110 226
165,383 165,383 00000000000008658aeefad9bb6e74da1196c9ac32c55fafbbf81d534a9fca2e 0.00 MB 12 16
165,382 165,382 0000000000000a9c97904181ce0b828da87b575e351a89ce80bd6822d3ac4a55 0.04 MB 68 197
165,381 165,381 00000000000002c34c914dae851a5995677794aa825e64920dc694b0135a1072 0.00 MB 12 33
165,380 165,380 0000000000000adc1e8543c1fda3c5055c51cae329595c1cd0d15b2f4b114abb 0.02 MB 45 207
165,379 165,379 0000000000000504bb2881829475e736037c49e2967d5619ba716f6bd0f073b0 0.01 MB 31 68
165,378 165,378 000000000000018a31c1f56b264bff24885b9149e799ac94ee180bed936d6d31 0.01 MB 18 324
165,377 165,377 00000000000002ecb3723aaf340d9a60d53d9e2a198f55a6b8e4fd9d77b9d1aa 0.00 MB 5 557
165,376 165,376 00000000000000cbfa31386149a1b0788ef70a32f364432acb2190b840647241 0.03 MB 87 0
165,375 165,375 00000000000007da3771d3350a15076ed81ea0fd0a60ad750421fe00bc366a2c 0.04 MB 97 81
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.