Memory Pool Memory Pool Refreshing

656 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 656 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (579,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
327,840 327,840 00000000000000001655a604d9c89e96067d38004b8ffa000bdec5446173bd6c 0.21 MB 367 22
327,839 327,839 00000000000000000aa68bb6604693ae681dd9d91a3b6272668a00bdc94807f9 0.66 MB 1,303 29
327,838 327,838 0000000000000000146edd3aefd7601b485a4414841c9cd2b2a188701dff1985 0.54 MB 1,071 28
327,837 327,837 0000000000000000132534a4afdd22ae0695ab59eaca4941533b109bf8c469ef 0.10 MB 190 24
327,836 327,836 000000000000000000dc6cc70be6c8eb3eaf55a16ca841587575513f7b371d46 0.16 MB 334 27
327,835 327,835 00000000000000001c4b12c6fce0ae4ed2cb7b25f0eb39709456db233f1dca17 0.77 MB 1,168 23
327,834 327,834 00000000000000001c06be133aef31e255a7ac07d6ac52687299952ffa42669a 0.42 MB 970 32
327,833 327,833 0000000000000000167f51e92352a1455033d9f3ee0224e871716f8dbd487d20 0.13 MB 285 31
327,832 327,832 000000000000000005218188fad8ffba8978c62efa96eb8d9cf6fb7d5ebdb944 0.01 MB 16 18
327,831 327,831 00000000000000001471c6dc6d4cd009304036d597de04d350008a838726b680 0.31 MB 631 27
327,830 327,830 000000000000000009d94317a3c478374bc0150cf7d315158f68452c201bc698 0.25 MB 467 24
327,829 327,829 0000000000000000042f3f4caadae4c4ee50ae436982fa8bbc3d797e5853018b 0.13 MB 235 26
327,828 327,828 00000000000000001bda75b839843f0845bd4712b8621a4aac76b9436740b87e 0.21 MB 449 31
327,827 327,827 000000000000000004082ab0d8279a06be339ff880d68d6c4ca1a7b3cb463b43 0.01 MB 29 30
327,826 327,826 00000000000000000575dbaeba65aab94659bd4c2b6e55354edf22d940594cc4 0.01 MB 23 26
327,825 327,825 000000000000000014f71d755871cae51934b643ec00b416dc078f477ca6f6c4 0.10 MB 207 22
327,824 327,824 00000000000000001164c114a7ac0cb8e474da80486fbbaa71d2802832a6097d 0.26 MB 590 33
327,823 327,823 00000000000000001090ce4954179dbff0267d5dca9ad38d07c92381dbeb7233 0.11 MB 255 30
327,822 327,822 00000000000000001155cb115f136543bae73e89002752b87db715a09c22498d 0.04 MB 78 19
327,821 327,821 00000000000000001b4e41308fee825bdc2188825d81dcdc0e27afc102e0f72a 0.23 MB 538 32
327,820 327,820 00000000000000001366f7b5249fa9baff1cfab0aa438471f6f2f36edc542e73 0.16 MB 254 28
Previous 10 blocks ↓
Total Size: 769.09 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.31 GB sent, 93.34 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.