Memory Pool Memory Pool Refreshing

4,200 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,695 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,980 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (102,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
804,903 804,903 0000000000000000000332ac93d1c362733ff8c320d9baa6deaed183f87e8209 1.74 MB 4,615 6
804,902 804,902 000000000000000000005064676c9b4c843786d8e7d74a350fd09e1f80a94bf4 2.03 MB 6,223 9
804,901 804,901 00000000000000000000fbd80dd4a8502f6a06d10c6179c602d5a0ea24f43d38 1.80 MB 4,920 7
804,900 804,900 00000000000000000002e9a67876d80bb07812b24a0e47439ef7d1f9721bd2cd 1.66 MB 3,414 9
804,899 804,899 00000000000000000002cb2b38f6f61a5d987a702feca10819d0bcac33d51448 2.00 MB 6,100 7
804,898 804,898 00000000000000000002db358523b6fc10e5754078f80f595665cbdacc9d884a 2.08 MB 6,692 7
804,897 804,897 000000000000000000023f9416ca537277f025e30f26eb420b8c1ff7ccccea9d 1.80 MB 4,796 7
804,896 804,896 00000000000000000001fe70378e4f8965b563cd2a8075d7e0061b40a7aa7858 1.74 MB 3,268 7
804,895 804,895 0000000000000000000422d04520d7166fa12c09da8cf351a0e41a5112e2ce0b 1.49 MB 3,000 15
804,894 804,894 000000000000000000029c7faac9523262245bb8513ce7452862c335a3c7bbd5 1.93 MB 5,599 9
804,893 804,893 00000000000000000002bd44415cc400f1a5076172144a9a5fa483291a1693d1 1.75 MB 4,495 8
804,892 804,892 00000000000000000001a7ee890e40e566c9a59d4bb1e8276f28581fcaee4669 1.86 MB 4,238 11
804,891 804,891 00000000000000000000af60736c1732fe925db73429626c396d073c45883275 1.89 MB 4,925 8
804,890 804,890 00000000000000000004dbd11e652a5dc1dd664e4fb32d416656ff27b3cca4af 1.56 MB 2,850 9
804,889 804,889 00000000000000000003ad6ae7f06ba32ba96c38bef3424d5a81fff5286de4ea 1.74 MB 3,676 6
804,888 804,888 00000000000000000004c97ac55e6f1789432cc4eecd3b0d271f785059c1b911 1.42 MB 2,671 6
804,887 804,887 0000000000000000000246b84e5965ed6478a4d4eca45fcb77a05a3bd2e3a038 1.85 MB 4,510 8
804,886 804,886 000000000000000000011f03c7263150a3d14fd9a2c222096950112ed9d22f50 1.96 MB 3,882 6
804,885 804,885 0000000000000000000324a8181ea08e260d0d66f2c621638c05f60a78287bcd 1.56 MB 2,185 13
804,884 804,884 00000000000000000000f66b7760b30cc8de5738f8fc8c80cfe403879a89a65d 1.40 MB 2,180 19
804,883 804,883 0000000000000000000144c21d461cabc6df2c2a076b9159e3a3bae7bacb421d 2.01 MB 6,169 6
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.