Memory Pool Memory Pool Refreshing

14,501 transactions
5.05 vMB
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
882,635 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 922 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,634 (881,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
702 702 00000000871ec3ebba39cc9e961d288c45838c9ab4f96f982c71d97a837e5071 0.00 MB 1 0
701 701 000000009185a6d894df317ab79ff4ea68bcd9b7bd972888de20a9e4ba9c06d5 0.00 MB 1 0
700 700 0000000084d973c18381c87a63a2430ad2eff1d84934ec34e3bfd78ffd3cd9c1 0.00 MB 1 0
699 699 0000000083a0c39422ed93422badb3f877fba97199b42ec7e7c7054e921e90f2 0.00 MB 1 0
698 698 000000008010738f01223f740b6881d3c86fc05b0dd4ce8b20e6300f448a904c 0.00 MB 1 0
697 697 00000000a3f4050652cb60d37dee6056b322fa2f3f8aa633e0162cb021c8a1df 0.00 MB 1 0
696 696 00000000438ef100a73793939192b5d3b2b6efb59ee0e60bed3a3f599027ada6 0.00 MB 1 0
695 695 000000006815fb54c6c4871d67a80a3f4af24ae4032198b66753170d75cec02c 0.00 MB 1 0
694 694 00000000dd5f6e368fdc0d79b77c69b5629995363667d711a02643d7a46e4e23 0.00 MB 1 0
693 693 000000005a81537218894c7ee88ecfefd73344d006bbe5efbf4f18808e97af38 0.00 MB 1 0
692 692 000000004d46a24e850882dfc0f3397636f7785c388f28a5e910effa29e070a8 0.00 MB 1 0
691 691 0000000074440db626bad7f813b59e6a0e1328ae4205a2c5209e031b42c31ab7 0.00 MB 1 0
690 690 00000000a32fd98532b4bd1ca90c491e83d27d3238591bb93fddd080e903703c 0.00 MB 1 0
689 689 000000004f51ff3b75ee624c32e5b1fdc911bd0c07104b00e192fd1d375fa452 0.00 MB 1 0
688 688 00000000ffa5e19e744552ad9cf9255de8ac6d4c03b9ed259fca020c9a071b1e 0.00 MB 1 0
687 687 000000006ba5f6eada01dce3194be9fa2ff777b689bce7ab37a4d5a85e591820 0.00 MB 1 0
686 686 0000000070ac1f16e6ee73ed5fd4cd0b095844be257eafc617d86e54f0432b94 0.00 MB 1 0
685 685 0000000073b026aae76ee20013acea08aa45bb75a37947d245e7b2ce3fe1f403 0.00 MB 1 0
684 684 00000000cfe570ffe54c951eee22ad4061275e6bb7e8790339860535b0c341dd 0.00 MB 1 0
683 683 00000000cdecc1f6931a75229cdfe318c0501eb6b4fa3fa8633967d39f4a7430 0.00 MB 1 0
682 682 00000000d3d00462bebfb057d6c3eb931a7690447a31b10f0db37b150ed4c08b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 723.72 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: 2,110.56 GB sent, 81.25 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.