Memory Pool Memory Pool Refreshing

6,078 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,777 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (29,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,477 878,477 0000000000000000000074debec5963c4bf58d44939ff32bfa9093dbb9364422 1.53 MB 4,134 13
878,476 878,476 0000000000000000000258b44267cdbb7ae30aecadb78df9b9cf36b8d60a8ea8 1.68 MB 3,714 3
878,475 878,475 00000000000000000000bdc9cd72b49bb2190d111122c39bb03f52cc9762d7e8 1.63 MB 4,481 5
878,474 878,474 000000000000000000010b4704b6b66c6534c82e7c7bf9d1a6bdb34f621f8541 1.69 MB 3,573 4
878,473 878,473 000000000000000000007382847dd508cb640e0caaed2fe43766ff75ef2c58d6 1.56 MB 3,027 6
878,472 878,472 00000000000000000002445a698e99016b22a13557c3d5552098cb164195d50e 1.60 MB 3,805 8
878,471 878,471 00000000000000000001c4e061bf63d14fbed6229d6c442acfd27d1f9ad591f9 2.44 MB 745 1
878,470 878,470 0000000000000000000209a312a6c1f9de4195bb9618b72ffc4daea3ff0a8f7b 1.77 MB 3,457 2
878,469 878,469 00000000000000000002879d614e6ca9cb2085fe395a03d17aee9d26ed86927b 1.64 MB 3,896 4
878,468 878,468 00000000000000000001e68aaa2c43c888b90e02f977542732b940494218ca16 2.00 MB 1,499 2
878,467 878,467 00000000000000000000a7c0faaf68a320b68c8644da1d4b336d6352f321ffd7 1.61 MB 2,372 2
878,466 878,466 00000000000000000000fe3fe07f4fb05b170b1eb01790b23126941fad843dbe 1.77 MB 4,199 4
878,465 878,465 0000000000000000000258242ca5720758b6d6e5b62c20eb8ce32e9b38f73a8d 1.75 MB 3,416 4
878,464 878,464 00000000000000000000f44576aea466e6aa3259a6940ef9f3d8e90998127abd 1.82 MB 3,899 3
878,463 878,463 00000000000000000001cd88fd365583d359ecde308f3716a8379d618831d1f8 1.68 MB 3,703 3
878,462 878,462 0000000000000000000071ccad6d5fb596ed8a78d67621d9c9d2ef244dd1e1cf 1.58 MB 3,024 5
878,461 878,461 000000000000000000005976a3642d534e1acbc5060a027b7e62e448e7354eac 1.63 MB 3,926 7
878,460 878,460 00000000000000000000515a5c58f7eeaa60f9825505e7830f73a047b82de099 1.63 MB 3,832 7
878,459 878,459 00000000000000000000a0874b0c17d59a1c5cfad216463a84a6d9eafe028eb4 1.58 MB 3,586 3
878,458 878,458 00000000000000000000cc10770e54f9be1816e11eabe1cb9bce3163ed2140be 1.71 MB 902 2
878,457 878,457 00000000000000000000f2857b85c6e1a3a48ceb8dfb3a496f65b71743f0f19d 1.67 MB 3,651 3
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.