Memory Pool Memory Pool Refreshing

5,562 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
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
907,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,475 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (601,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,784 305,784 000000000000000023d9e4f3f1887c61e1d43c9a61bcd1ee74214445187fa3ca 0.71 MB 1,040 28
305,783 305,783 00000000000000004f451dc09ca4f7ad08f61826088e8e0e9655262297638def 0.31 MB 440 23
305,782 305,782 00000000000000004e2797f0947c1bc2fa41a13ea7149cf88bb3e903a79671d0 0.27 MB 215 15
305,781 305,781 00000000000000005c77b8e659610f91ac98ca6d25d153e31ecd09a49bb84dec 0.35 MB 731 37
305,780 305,780 00000000000000004a42e6853981812f537270e3250df8e1332b4e40391c7f4d 0.06 MB 44 2
305,779 305,779 00000000000000000bf2d1ad0dba4f28d9417779b92fbe3564e77ab2348d28b9 0.16 MB 296 28
305,778 305,778 000000000000000001d0c67fd4dec911fed70298394f4db60db3f9f469669e10 0.32 MB 439 28
305,777 305,777 00000000000000002a070f6a422a67250889069516d79985c02721cc027088fe 0.14 MB 300 31
305,776 305,776 00000000000000001d0e9ec9954d38f8e7180ee5f4a3f68387261da597d4bdb0 0.03 MB 58 25
305,775 305,775 00000000000000005c0c39621a1d3deb832d8c5c303640f4fbc5c0baa35578bd 0.27 MB 321 20
305,774 305,774 0000000000000000103ddf6ae79d2ae35deca4a77d10ef425d38c849a6dc7049 0.06 MB 134 17
305,773 305,773 0000000000000000472b31bd31626705f043ec393302a9e51bcbd833277d1753 0.00 MB 12 65
305,772 305,772 000000000000000047acd93fb1aaf526d95e67035c5e8b123d3897213f68217c 0.21 MB 436 35
305,771 305,771 000000000000000004b7ab04c2f599601b3f7f9b31ea7f9b144bf2e877472b6c 0.44 MB 305 17
305,770 305,770 00000000000000000e58b6040626df0a7df359b14c2cf6a51a6bede57d9d88a0 0.50 MB 977 33
305,769 305,769 00000000000000000e0ef1dd5b54c8f32bb22f3815b0544d66a215b85e3be43e 0.01 MB 30 40
305,768 305,768 00000000000000001edb3d26abe8053d5f6db8541c8dc20e1cff52b7ba4146c8 0.78 MB 1,484 32
305,767 305,767 0000000000000000162a5b4c15b83489c22c2aa345667436d9006b5816ab6b39 0.06 MB 34 3
305,766 305,766 000000000000000044605d621d8de8f252aacaf24c01a22339a82fb703a099fb 0.28 MB 576 35
305,765 305,765 00000000000000004a9137e080c721162e6146b05253bc74948c2f1ec4fa378a 0.08 MB 172 30
305,764 305,764 0000000000000000260fda0019f8d7a46f379f92989346d828064d366866ed1e 0.67 MB 931 23
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, 114 incoming
  • Data Transfer: 1,625.82 GB sent, 93.05 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.