Memory Pool Memory Pool Refreshing

1,772 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,767 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (615,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,685 292,685 0000000000000000d642a6d2e8274f4a9b02b907f00640ae80062fd6bab105ab 0.24 MB 464 33
292,684 292,684 0000000000000000693e85dea2b757ce40636b6efc01bfae60f4e2d6078fad78 0.52 MB 936 37
292,683 292,683 000000000000000078fb6b99715312b58aa659ee36fa646ded93be282c6ad475 0.39 MB 522 29
292,682 292,682 00000000000000006f623ec9ea0cfed78e90536bff2ddc045dce750cb012f3fc 0.02 MB 64 37
292,681 292,681 00000000000000004641d150ac3d3bbbc5ec7c602f85b8ee197089c994d9b08d 0.13 MB 244 35
292,680 292,680 0000000000000000643975ac5974227163a6b9c7efc7b2045eaf3f995d01ab4b 0.02 MB 34 10
292,679 292,679 0000000000000000348aa99e8f178da159fd5fe8a4a8f25acb7202f498ab19ea 0.11 MB 219 34
292,678 292,678 000000000000000014a5bb0a34df11568b4afeb93e2a9be590957d21807e4ec0 0.17 MB 218 20
292,677 292,677 00000000000000009f439cc00273a5c91f09d1899c2cf214d8d822a5a690b54e 0.20 MB 280 26
292,676 292,676 0000000000000000437ab7764ebb9263383ff8612c9f61c5031ac09709477d63 0.49 MB 223 16
292,675 292,675 0000000000000000aa51218e75d1851711db1544eccd64b0712c5724c135f4cf 0.27 MB 512 34
292,674 292,674 000000000000000089c71c2fea8627d32d679670ab35d39dc549eebb224113d6 0.35 MB 383 24
292,673 292,673 00000000000000001932c01e5512b676a199115abad1becad765c246f2512487 0.35 MB 576 33
292,672 292,672 00000000000000000bfa254ecb4fb8cc287f7bdc058739fba704d41b08d66dfb 0.24 MB 311 23
292,671 292,671 00000000000000000089d7ce6b918f9f6e1eb18ec68fb2e53db2dc97f1044116 0.35 MB 507 30
292,670 292,670 0000000000000000d38045800fb467727072b2162ee6eb6e120974548b6c69b9 0.34 MB 553 29
292,669 292,669 0000000000000000b445296d3c451a2cccb86cf868219e14535b26aadafcf11f 0.19 MB 343 30
292,668 292,668 0000000000000000322958c65e02fe060eab7d1fdecfb4db660a7c3221925f71 0.28 MB 96 10
292,667 292,667 00000000000000000c24eb316a055b54bdb6e6316432f2be50bc586c4944b703 0.92 MB 1,055 24
292,666 292,666 0000000000000000af70907834eef8c324c9cc494484c94e3437523b517ad382 0.35 MB 1,037 62
292,665 292,665 0000000000000000b007a3d9f41ee16dda67096a1e9b77d4ca3ee056e9e73c2d 0.35 MB 918 45
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.