Memory Pool Memory Pool Refreshing

7,151 transactions
4.02 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,572 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (619,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,625 288,625 0000000000000000de019b3c0a9a08ce976a08c134f6a9a7ca6ee779f1337459 0.06 MB 105 33
288,624 288,624 00000000000000010e57dcee6bf27da02970e136ec4b8c77a84a2e9b41c9c22c 0.18 MB 270 29
288,623 288,623 0000000000000000ce0f3397bec05cd73e8a6d5daa185d993ab039b2d82ff211 0.45 MB 540 23
288,622 288,622 000000000000000025af6e414b9abfa291d78b988dffdc1b52717523dce7ff3d 0.25 MB 644 47
288,621 288,621 00000000000000010699d85f8342a16f3c26dad4274493d1705dcc191c3bd805 0.08 MB 138 41
288,620 288,620 000000000000000038f424870b033cb4dcfe5a18b4145aa190ac4a077ae617f3 0.19 MB 318 56
288,619 288,619 000000000000000026a502d390e0510ddaefaa4a86884e527ae599446db53447 0.17 MB 331 28
288,618 288,618 00000000000000003c6ede25357a1eb7884bb01f1e41e62c207b2dea03869496 0.05 MB 128 42
288,617 288,617 00000000000000007b7afd64a600014dc7f7d1143b348202135f839b4ce7b089 0.10 MB 186 29
288,616 288,616 0000000000000000bb3e11ad8fade8606d17e16cc118ebd04af3aadfbb2019a6 0.27 MB 528 36
288,615 288,615 0000000000000000534b1b948bc0ea19a2f6a5669debee89376fa4686c36bcf3 0.17 MB 296 37
288,614 288,614 00000000000000011ea313bd428d0f73e53509d315b2f72f2c532e3077021b2d 0.17 MB 284 28
288,613 288,613 00000000000000006de494d770642c1007f09200569cd56721920af84218d329 0.20 MB 372 32
288,612 288,612 0000000000000000bc0031efe6ed2185ff7469422f2c2103b9e8314d2233f5e6 0.17 MB 335 37
288,611 288,611 00000000000000000f50afe143a7ec788fbea51630b4b3d3d7e9d488d79bc023 0.03 MB 55 9
288,610 288,610 0000000000000000b99e67473e8dd819f272e9aa8fa55b0a9be19dba71868c39 0.06 MB 135 33
288,609 288,609 000000000000000043f1cd822191e0546a7ffe6ab2588a6394a44a9a031ed0a8 0.16 MB 156 20
288,608 288,608 00000000000000010de743b3f0cb914d4c16963e8e52aade28c26b8d74217c8f 0.35 MB 732 43
288,607 288,607 0000000000000000bd8a62038b16ed50046942e3142384d3f9100b89016e5754 0.90 MB 747 17
288,606 288,606 00000000000000011ca2c9d7abfce5a1ebfe8edf5a2d219fd3b2bb1e722bc216 0.32 MB 1,024 58
288,605 288,605 00000000000000003e89a777a84ad7431bffc47e30072477f892aac17ba2bfe6 0.25 MB 203 15
Previous 10 blocks ↓
Total Size: 769.03 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,625.98 GB sent, 93.05 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.