Memory Pool Memory Pool Refreshing

864 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
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,744 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 863 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,743 (619,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,780 287,780 00000000000000011f955795ad0afd9647b4b1ba148a0d1b0e0ceb94eb7494e6 0.35 MB 954 54
287,779 287,779 0000000000000000659fc35f5509976834023fc2627797a70f390de0e709a831 0.20 MB 403 33
287,778 287,778 000000000000000119b3b5cd6d975c69698909188f28040d789c2bb67e8991ae 0.65 MB 1,271 34
287,777 287,777 0000000000000000502dc8cfdc493a4d8878fbb42bb2114945bc25116e54d982 0.11 MB 190 30
287,776 287,776 0000000000000000c2cb11a7dedd802e518b50cbc6035087cc6e001168490426 0.24 MB 180 18
287,775 287,775 0000000000000001263837fd99098fd5f0606c4589c6137ccb7f1b69e8c767b0 0.35 MB 882 42
287,774 287,774 0000000000000000e7b4104703792275de5d6128950c84547bc40d279328921d 0.80 MB 1,543 46
287,773 287,773 0000000000000000445db8e568846d542c86ab395137b32b2a05577afcc7c6a3 0.35 MB 807 48
287,772 287,772 000000000000000019914fee0541261c3fc375566ec3337158d9d6fb88d019d1 0.06 MB 120 41
287,771 287,771 000000000000000108abe0c85af823c83cf206c89c18997c75a805b6b27fc05a 0.08 MB 159 33
287,770 287,770 00000000000000015012bd0f38ebcf38746e27081481496ba7ad0cc62a16b2fe 0.12 MB 161 24
287,769 287,769 0000000000000000b242eb231065da7282ea1bab3f6b898f3d3049285df5c9d6 0.33 MB 454 26
287,768 287,768 0000000000000001497beedbccf49bf6d47d21589526557e0f6e717286322e4e 0.25 MB 589 35
287,767 287,767 0000000000000000654069c196ea98e78826cf3f68059530872de69fcc7e6370 0.06 MB 129 72
287,766 287,766 0000000000000000301460bcb6655c7093f16018ea40ac09f26a1fb28d6b1c31 0.25 MB 588 42
287,765 287,765 000000000000000071806fd976049569b5cce1f6bd29adf98417c764f0697db7 0.12 MB 213 32
287,764 287,764 000000000000000073046ab2c458f35f44b9471ff46e2f452414d21ac23475f6 0.27 MB 521 34
287,763 287,763 0000000000000000487722b404dcc867a7643187971731ca52dbc0912b260747 0.15 MB 312 54
287,762 287,762 00000000000000011bda809cc4cb866b31a61f977c27dd614a34c400f24bcb85 0.75 MB 1,454 40
287,761 287,761 000000000000000001e11e7969dacd302cd5f3c09b68e0857575031de73a6c3d 0.06 MB 79 45
287,760 287,760 00000000000000012ecd625b0a4ac9f76a6412e64fc0748a76df796325cc0e6b 0.46 MB 922 36
Previous 10 blocks ↓
Total Size: 769.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.98 GB sent, 93.20 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.