Memory Pool Memory Pool Refreshing

4,758 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (102,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
804,882 804,882 000000000000000000028cf92a5d4dd234464db6ddadf56a20866d394fa311b7 1.84 MB 5,163 8
804,881 804,881 00000000000000000003b8213f95785c12023eabbe51f6c30991968f9b260308 1.50 MB 3,072 6
804,880 804,880 0000000000000000000490dc8fd869e4459e3e911f4199b633d22d170b7fb1b8 1.91 MB 5,630 9
804,879 804,879 000000000000000000011bd395c2776e2c2d8b9474979c9a148034af30c8ad05 1.87 MB 5,138 6
804,878 804,878 0000000000000000000466f359c9dd87c654047249b75830d5ec4f097473a509 1.69 MB 1,741 11
804,877 804,877 0000000000000000000033c6a64bd94d49934458624795b26d2794ecb3c66a8c 1.51 MB 2,211 16
804,876 804,876 0000000000000000000378d79d3d04b6a786d9fe0a7a6f9edeec46ec3d349844 1.30 MB 1,764 14
804,875 804,875 0000000000000000000293a2a4fb162fde863c519b97f667b11fa04275b55f49 1.86 MB 5,321 7
804,874 804,874 00000000000000000000144b7994e3086e65fbc75eef0758459b212de12861c6 1.73 MB 4,582 6
804,873 804,873 00000000000000000001a4e8f48f85e055ab0be569467ad33bb022c7656dc0de 2.05 MB 6,187 7
804,872 804,872 00000000000000000002bb8bea02bce3f84dd6791c8d6a4b0573e0500cb94a25 1.67 MB 3,415 9
804,871 804,871 000000000000000000036fb1395698d087df93577ce6d8a0a32df1d678141d71 2.04 MB 4,608 9
804,870 804,870 00000000000000000004b4561f07622bb0f73f6da7061a0df8a8013582a04485 1.68 MB 3,997 13
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.