Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,817 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,741 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (10,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,684 897,684 00000000000000000000a88c28069ebb29e1babb20f51cebe7bd87213e82978b 1.61 MB 4,098 6
897,683 897,683 000000000000000000022bd31cd870f5226972172fe2ec1e2e7f3bc4e0c9f019 1.57 MB 3,395 5
897,682 897,682 000000000000000000022f0d7e03a01006583f83ebd018f7ee579dfb785c0004 1.62 MB 2,337 10
897,681 897,681 00000000000000000000a4cb9256b61e18293093e6d349a45762bcb693c99537 1.63 MB 3,978 4
897,680 897,680 000000000000000000008daa1013cdb80b16c93ead72b8f2cb014a1d15e3acfd 1.80 MB 4,133 3
897,679 897,679 000000000000000000003d1b3cbbb510fa45438dd9127803e3be0414342e5fe2 1.52 MB 2,865 4
897,678 897,678 00000000000000000000a0f9642eba95c2b46fcb2fa918f2f0e690e1a5ff01c1 1.61 MB 3,542 7
897,677 897,677 00000000000000000000d71f724f24a57c43f5170b422b65640b110c264ddf43 1.80 MB 4,275 3
897,676 897,676 000000000000000000014b11409392a8266dba46df2a463d3825b671fea2503f 1.71 MB 3,471 5
897,675 897,675 0000000000000000000190583a9c42c94d92bab5796d8a5d9413fa7ab3ae1fb8 1.74 MB 3,460 4
897,674 897,674 0000000000000000000160a4045a883fdd60cbb56fe91d3650491326b7d12fb2 1.68 MB 3,791 5
897,673 897,673 0000000000000000000113982ad1b8579fb961fe04ffb495b0d9031babfc18eb 1.59 MB 4,060 7
897,672 897,672 00000000000000000001df7155920f9fd36a1e0550788c0e4efbd461f5da7d99 1.65 MB 3,664 8
897,671 897,671 00000000000000000000f0bf2e6da96173304431491ce3d6a45676edf6125de3 1.78 MB 3,958 4
897,670 897,670 0000000000000000000094d1448d0655040e292a0335ada78f19a8a0aa3b0f52 1.55 MB 3,462 5
897,669 897,669 00000000000000000000107fca07eae20aed9a103de44cdc1e27255382a18aa3 1.59 MB 3,512 5
897,668 897,668 00000000000000000000f1be232d63e34f9de96013f2ad090b92c223226e5dc2 1.58 MB 3,819 7
897,667 897,667 000000000000000000008d45925616c546f39e2d50f4895d9a75ce5658198ba9 1.58 MB 3,844 6
897,666 897,666 00000000000000000001eb2b5f0341506d4fd7ae1ac787637b7e381907fd90a2 1.67 MB 3,307 5
897,665 897,665 00000000000000000000146926bdd7cd39792714fe0849830009e0197b25e36b 1.63 MB 3,490 6
897,664 897,664 0000000000000000000067d48dc0329be73ffb5f24f9b0d72806ee0bc63c6078 1.49 MB 2,888 15
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.89 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.