Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,521 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,520 (883,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,962 24,962 00000000119ca3c9174ecaea00fe230cf0b014aeab47c71ea01f7f3bed66afc9 0.00 MB 1 0
24,961 24,961 00000000714f72d6e75f3a988ddfb3e403e2732cb9e0d201f2bda021a35ffb77 0.00 MB 1 0
24,960 24,960 000000008335440818af2ac06f006566e9896b90d69d0913c34d16f1275b4b0d 0.00 MB 1 0
24,959 24,959 00000000ede87eecd55bf5c6d93978665b5e0437b216230935fff64fe0dc7072 0.00 MB 1 0
24,958 24,958 00000000c702b8ad484d6c11113883c1b8b394e57311147a74a7910f9f980ef3 0.00 MB 1 0
24,957 24,957 00000000f5353f8479b1652dc8505af34f2ab81b84fce14af1813e5e138400e6 0.00 MB 1 0
24,956 24,956 00000000c0a496e346c06636e6513beaaa1c004339a7053dfde4d8ca701efe1f 0.00 MB 1 0
24,955 24,955 000000002f1e2494700d946bc248bb807a50e87cf967d43cf0345695c27c88d8 0.00 MB 1 0
24,954 24,954 00000000699f6b191456b0d16a57c7ffccfaf757d0268bdc7f187018b30ff282 0.00 MB 1 0
24,953 24,953 00000000baa7f0ca0d977b53839d3b81f2f1f337f61b62c040e5793654ba6513 0.00 MB 1 0
24,952 24,952 000000003da50569914296b7be4a4aab514ec35f780db5efe563462e5737bd37 0.00 MB 1 0
24,951 24,951 00000000c86667a10ebccca9fe96dc5f449489f1bf8bcb363badd35e7419095c 0.00 MB 1 0
24,950 24,950 00000000731fb257c9196c11ea029a15db8e9e4d177078acb45526781bce0b51 0.00 MB 1 0
24,949 24,949 0000000094d3b6764a52b0073a63db181f7c0028f6abcc401ad1d7c91e2b8471 0.00 MB 1 0
24,948 24,948 00000000554dfbe6aa95932f3150f8bdc96d8a7597df716822d6979b8a0476fa 0.00 MB 1 0
24,947 24,947 000000002e179dcf2a781dfa9abefb9fdd1d39e52a69279cc2c3211abf7d3de1 0.00 MB 1 0
24,946 24,946 0000000001a46ff825e2c0ba1d8132d134c626587edaa7e70142062e684981ec 0.00 MB 1 0
24,945 24,945 00000000853a205eadfb89403350ab620869e24f043028a3dab985a64f44c8df 0.00 MB 1 0
24,944 24,944 0000000035091efa31541cfe27c969278ac7a0e6097b20b9d0e5cfa4e71f6c3c 0.00 MB 1 0
24,943 24,943 000000009f8818f0bd2cef8a0d0751811998a59033158bacddce46f27059bf0e 0.00 MB 1 0
24,942 24,942 0000000043bc79761ca31809d07864ef47ce00c24d553bfa640641809cbd6286 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.66 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,840.38 GB sent, 100.31 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.