Memory Pool Memory Pool Refreshing

21,442 transactions
7.12 vMB
Show Random Selection Loading Transactions
Max Size: 45/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
16 sats/vbyte 2
16 sats/vbyte 3
2 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
902,772 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,279 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,771 (323,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
578,899 578,899 00000000000000000020b322a6aa441fa131b4ef71f64aa7db5c4819064b7fbf 1.14 MB 2,618 84
578,898 578,898 000000000000000000072ce101806b6b5b6d54bbe53e8221e33dcd635cbcc070 1.11 MB 2,617 44
578,897 578,897 0000000000000000000bae73147eea7a389fe5b454bc5dcf9c2b2be19cb71727 1.03 MB 2,462 14
578,896 578,896 0000000000000000002361b98d0e6cd45ff4d22170526c39f9ac1c09432dec69 1.16 MB 2,454 82
578,895 578,895 0000000000000000001eb38537ca15ced67e93340a417c56dbedbb5b4ae557f8 1.11 MB 1,932 83
578,894 578,894 000000000000000000227babe708087171ddba32e630dacc4fd7f963ba17696c 1.19 MB 2,076 77
578,893 578,893 00000000000000000010e856aba2bfd0c64fa084eb4e01fe8c06271b0cc66371 1.25 MB 2,905 166
578,892 578,892 00000000000000000016a913accd6487bab1e0009ede1f63dc1e7d6b5ca2beba 1.12 MB 2,745 104
578,891 578,891 00000000000000000013b47f01c30c7596f2c8b2a19082695a7e1c883776d0a7 1.18 MB 2,310 113
578,890 578,890 0000000000000000001115e0eb1951e2844a74c254b9c9e7ba1f901502b1cc64 1.31 MB 3,002 180
578,889 578,889 00000000000000000019fe215e9aab17839758644554af6ed617153b4f0c6baa 1.18 MB 3,543 194
578,888 578,888 0000000000000000002235fedbc4aae14e714a8de6974a0de6696b440872909c 1.18 MB 2,967 208
578,887 578,887 00000000000000000012194ae7fe4094163b443527d00e5895b8948d4a3cd644 1.08 MB 2,925 54
578,886 578,886 00000000000000000000a1ed5edd6fa528bcc3d5dc838e5de925f44752b63150 1.24 MB 2,653 113
578,885 578,885 0000000000000000000bedc3eb2fad397b2efe6cb346eedac7a271c1cd5f1989 1.08 MB 1,791 177
578,884 578,884 00000000000000000004bb1fc8c24afcf9619bb94ef8ea818f4390ffa8aa9e38 1.36 MB 1,904 168
578,883 578,883 0000000000000000000419b383b80f4cef52a0c591864eac9d8f8673b851521e 1.40 MB 2,904 208
578,882 578,882 0000000000000000001c509284a579cdcc1f21ca2ed383d5e9190ab1169f8b45 1.19 MB 2,590 92
578,881 578,881 00000000000000000023ba1e2bc588f97054d773fc84918fcc5546b17d5d4970 1.30 MB 1,538 15
578,880 578,880 00000000000000000022048efc29087da79662e79116ca2680d2223bc4d82cea 1.35 MB 1,713 63
578,879 578,879 0000000000000000000dc9daa9ebcd134aa0e1744385b3b7f2fc9a12962fe6a4 1.26 MB 2,678 77
Previous 10 blocks ↓
Total Size: 760.50 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: 899.54 GB sent, 49.02 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.