Memory Pool Memory Pool Refreshing

7,072 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,882 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (619,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,633 288,633 000000000000000088c037af0f1aed2bf040e14e54a0f77044048dbd9bdfa05f 0.53 MB 209 14
288,632 288,632 00000000000000010fdbf2805b41540f1229eda9c9a2c739205ffb1e2bbf003a 0.35 MB 589 25
288,631 288,631 00000000000000004a6a7cb97ef70ebd7f5b5b5d340a5b6bf96f8a08bffc9c22 0.35 MB 1,140 56
288,630 288,630 0000000000000000cd031eecad734b51d6c9ed6009d69957c0d5b35b3ccc5443 0.50 MB 1,263 39
288,629 288,629 00000000000000010724b86a7ad0b4cb6c531167dc7c1341f8c6cd1b7b70339a 0.18 MB 512 67
288,628 288,628 0000000000000000732ad8e77f1a94734d56263f58f75b308671dc968ea8c0ba 0.24 MB 418 31
288,627 288,627 00000000000000004571303a8ef08e04bbdbcfe0b5a22227304f45a9f383a16b 0.31 MB 641 40
288,626 288,626 000000000000000101ac478417c8b72323eab1c0a8887b0dfa9547febae43ba8 0.21 MB 275 26
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
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.