Memory Pool Memory Pool Refreshing

9,748 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,684 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (594,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,031 313,031 00000000000000000a53f72d6ddaec92696b08f0b2feafbd649bd93312637752 0.27 MB 393 23
313,030 313,030 00000000000000000f4cc974538ff6c021cfbea96526a0ff33d7dd677648a033 0.50 MB 819 26
313,029 313,029 00000000000000003267077ce64b203d2c91d4555673657b0bcf40aa5a42e4a0 0.75 MB 1,499 28
313,028 313,028 00000000000000001b69054f623000fd3ccdc5f7bf048243bff5716ffa6445a5 0.35 MB 822 40
313,027 313,027 000000000000000030c9b15db7fa603d5f7b569883347ebee02c4fe98cefbfc0 0.15 MB 238 19
313,026 313,026 000000000000000003cc69ef01bf9269768a06f1b3312af74a3c9677839ac9f3 0.02 MB 31 23
313,025 313,025 00000000000000001d0b80c9ae500745cb1f9beac1a646d976098019824c1ab1 0.15 MB 278 27
313,024 313,024 000000000000000018b5b90e5f81febc5a72ca5fde723f3786c7ff6daa6f5c3a 0.13 MB 270 33
313,023 313,023 00000000000000003257e5bee6c89ac0a3cba2a83cedbbd3db90ff952a18e789 0.17 MB 275 24
313,022 313,022 00000000000000001a8a4616dd8620c459542fbc3c9e8444f01bb67107d73f48 0.35 MB 494 23
313,021 313,021 00000000000000000821cee70a5be1983df280f2aa26aa14f290c76d18d88dd1 0.35 MB 467 22
313,020 313,020 00000000000000001291028bceab2639c12c762be3988017cba99fa792b460c4 0.75 MB 1,137 22
313,019 313,019 00000000000000003085d45701cef706396618d68bea4b9551b7442b031d1863 0.50 MB 1,676 52
313,018 313,018 0000000000000000034e7f6dd36b296c75098f2cfd9c3f6c271fe3021f4cd7d4 0.11 MB 191 17
313,017 313,017 00000000000000001284cff1e4402e6634fe3e44c5b5c9dcfef3a092ea204481 0.10 MB 248 29
313,016 313,016 000000000000000021390358b4a7806c5a8edd66f75c2edaef652c03f0f8aac2 0.27 MB 537 30
313,015 313,015 00000000000000001656d31622b89c26c9bb934666fa78d12798344592759f6c 0.39 MB 684 28
313,014 313,014 00000000000000000dc07ba9cf032270764750940f5fee6753b24fd6a036d412 0.39 MB 535 23
313,013 313,013 000000000000000001aa9ad0fabbc60be41c43b6cea553b2a3be6de61f384fb5 0.35 MB 804 36
313,012 313,012 00000000000000002e6c7190906d65a47325926b1a8fde16574df45d4c447ef8 0.10 MB 82 4
313,011 313,011 00000000000000002ba00176148586f8302c0c1bc6acfea96ff046a7ffda2dc1 0.40 MB 696 27
Previous 10 blocks ↓
Total Size: 769.03 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,625.00 GB sent, 93.01 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.