Memory Pool Memory Pool Refreshing

10,058 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,195 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (127,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
779,906 779,906 000000000000000000001f11c0d8b91340574af283bcd1017702fa5146cb6ef5 1.58 MB 3,676 22
779,905 779,905 00000000000000000004db837fe3bb247153b0d854b01015b8cb9685e423a4ba 1.47 MB 3,005 28
779,904 779,904 000000000000000000032145dfa932352c5723db4f134fc30b9efe36202ae389 1.49 MB 3,661 33
779,903 779,903 0000000000000000000328e1d6f9c1d34c71fa8b4e9444dfab4eddb0a3b52570 1.49 MB 3,518 38
779,902 779,902 00000000000000000004156fbb7eb0daff1acf7560e4f014f1ba332e65506e94 1.39 MB 3,136 56
779,901 779,901 0000000000000000000511ca243e800e5a7cca818212eaa8bcb1fa915cf9f40f 1.53 MB 3,248 32
779,900 779,900 00000000000000000003932d39e7000d72efa5c9131b1cac6cfcaa4185574b49 2.21 MB 2,427 13
779,899 779,899 00000000000000000001b0f154e94d75d805aff4aef5583024b7c07f7baf666d 2.37 MB 1,559 11
779,898 779,898 000000000000000000066afc6d63842b520700806c6419a270438a604d60ec30 1.82 MB 1,769 11
779,897 779,897 00000000000000000001fee75a41ef9b5801be10272c41e7e7e4ded248d96a4a 1.17 MB 1,140 19
779,896 779,896 000000000000000000002a9b63eb6a22fac0aeb897961e2fc235d0fd83368b6c 1.28 MB 1,655 21
779,895 779,895 00000000000000000004f2641919f7ebaf9fe45c4077d15564ee7b9d494ba996 2.36 MB 1,022 3
779,894 779,894 00000000000000000000d2b87c57ce1c8a7776b072c9c2b94a68b0b21a5f6e94 1.67 MB 2,847 12
779,893 779,893 00000000000000000005dedc6bad1c07039ded3d1c352579b7c41c50a3333717 1.56 MB 3,885 23
779,892 779,892 00000000000000000000e7150ebb1717bb7541fc98d810481f60af4a596cb788 1.65 MB 3,295 29
779,891 779,891 0000000000000000000187e92a62c24d4c693970c9bdb5df040932c4f95541e8 1.80 MB 898 6
779,890 779,890 00000000000000000003dc0c57549f43f8c2f6304302b072b2a212cfda55a0ec 2.31 MB 756 5
779,889 779,889 00000000000000000001c16bb5c5d106647c94e9b059bf656a5a353da48c2640 1.98 MB 2,004 13
779,888 779,888 000000000000000000047cb9d1b0e128b3447c11e197dd78547e328111e8439e 1.90 MB 2,722 17
779,887 779,887 00000000000000000002b6c6827d6f5b8416edacfabca6e94fe195776d590e38 2.39 MB 1,473 6
779,886 779,886 00000000000000000003bd5a5c3d8891520a07372684018a8901e129fedbd102 1.56 MB 2,989 19
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.69 GB sent, 93.04 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.