Memory Pool Memory Pool Refreshing

102,984 transactions
30.08 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
879,372 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 2,586 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 879,371 (624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,747 878,747 00000000000000000001e032a08e3e1e9e4e36a90539c953ebbda0c7da8006c0 1.70 MB 2,082 2
878,746 878,746 0000000000000000000174e2bee7cfc968d0ac403106ede30df5505a38510653 3.30 MB 489 1
878,745 878,745 00000000000000000000a0fe38cfbcd5251bac2045e799ef0d60f3d23b62e7d8 3.06 MB 705 1
878,744 878,744 000000000000000000003f72b71a34aaad2349dffd0ef523cfd2ee0bf0ef0b9c 2.10 MB 510 1
878,743 878,743 00000000000000000000d9031a2731c12eca85566f390de9483b4c127d4f4706 1.58 MB 2,541 2
878,742 878,742 00000000000000000000e541502b0764859fa6e6e46b6bb942a88438180cd17e 1.87 MB 1,097 1
878,741 878,741 00000000000000000001f738d2a3d36fa96268678b90adea7eb70b7f894afed1 2.10 MB 1,238 2
878,740 878,740 000000000000000000022d87477410377351b9b1fed8837f88d09821c700e111 2.00 MB 928 1
878,739 878,739 000000000000000000003439e7f42577065c4a7c643454c58bc09814c8101892 1.92 MB 1,788 2
878,738 878,738 00000000000000000001dd00118d0584d96268ea79294e6734b6af7fb747b21f 1.73 MB 3,391 4
878,737 878,737 00000000000000000000f04b1c2946f5f1b69f2b8bb28145208d63ad34884e3b 1.57 MB 1,786 2
878,736 878,736 000000000000000000008cbb69008943489ae14f3069c7b5424d5a515dc0270f 1.58 MB 2,751 5
878,735 878,735 0000000000000000000005a55f627d66e823d65964feefd5dd83661059d6053c 1.84 MB 409 1
878,734 878,734 00000000000000000000647fd0ca6f0b0fd36bd4a2e9ec99e42fc225161edf51 1.81 MB 632 1
878,733 878,733 0000000000000000000204d1b18e98e2c4c648facc150d8f5ba9a8549cf9ef06 1.73 MB 1,221 2
878,732 878,732 0000000000000000000012550d3fc21e5bcdc290ef1d41690b24c0c0fda4d7b2 1.62 MB 1,281 2
878,731 878,731 00000000000000000000b7a8e2ccde7ee5479b187b1586a96539cb9d9787509b 1.60 MB 1,694 2
878,730 878,730 00000000000000000001f8c930a12d65a4a325aba5139891511909386b27ff89 1.80 MB 1,155 1
878,729 878,729 000000000000000000009b762c7ffa7a4a2b7a144ac5556e697797173be8acfc 1.77 MB 2,759 4
878,728 878,728 00000000000000000000b395e4ab427a5f5d308ae499ed1d0c204ebaa53577f1 1.89 MB 412 1
878,727 878,727 00000000000000000001dd908731754a0df132c03ac98464a8f56b6c37ba4457 1.85 MB 1,436 2
Previous 10 blocks ↓
Total Size: 717.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,638.92 GB sent, 50.52 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.