Memory Pool Memory Pool Refreshing

2,796 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,782 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (42,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,113 865,113 00000000000000000001efb1666457ceb78f0f611535bb7662ce2686e74eeb1e 1.55 MB 5,828 10
865,112 865,112 00000000000000000002fe72f53bc26228b704639aa0afe74f71f492fe67acca 1.44 MB 4,924 12
865,111 865,111 0000000000000000000211785fe77f03a790666ebfb0e5535b7243b3b62238f6 1.47 MB 6,101 9
865,110 865,110 0000000000000000000002c9ad0eaccc56497edbca9a3384bffd47933bdb9b26 1.49 MB 5,810 8
865,109 865,109 00000000000000000002ae72b372f041da1e097ee6c8a7b90ae3422567f69199 1.53 MB 5,885 9
865,108 865,108 000000000000000000020023680fd5e568c3842e19511dd48d293ee16801c647 1.64 MB 5,561 7
865,107 865,107 00000000000000000000c100a8349401ef860006bab6a5d331f69ff191ecf517 1.47 MB 5,366 11
865,106 865,106 0000000000000000000119a3ff54a9e543dfebe6571863dc91342ca63f413717 1.56 MB 5,061 6
865,105 865,105 00000000000000000002fa220947c18512ba871f66d15537d9d673c9eed85034 1.52 MB 4,979 10
865,104 865,104 00000000000000000002b6c7ec77b54ce183bcaad2726a2c3e18a548c0ce2e5d 1.47 MB 4,580 5
865,103 865,103 000000000000000000008c69b7ace0dc960f6c0a721108c9a295213fb290ced5 1.48 MB 5,481 10
865,102 865,102 00000000000000000000ba61313f23b9656f10547b83beb9425825895b1e057d 1.51 MB 5,292 9
865,101 865,101 0000000000000000000249ebe252c12a4da51160b7b2b70ff5f22f91aeb87cb8 1.54 MB 5,473 9
865,100 865,100 000000000000000000029a55e8add5b796b5184d650c9312b29fa2296d215fdd 1.55 MB 3,663 9
865,099 865,099 00000000000000000000f0aeeca09c66249067ade4d45dee76209ae549c2e9f4 1.55 MB 6,189 7
865,098 865,098 00000000000000000002b52571a15f7935d188a69bea123be65ba0cb50fb164b 1.53 MB 4,785 7
865,097 865,097 00000000000000000001f194d568cc5e52e294556b86354b62543369130dfb8a 1.52 MB 4,740 15
865,096 865,096 0000000000000000000059dad8276b61fc61553fb5f672013182d6119ca38c00 1.63 MB 5,326 8
865,095 865,095 000000000000000000006b7afd37e7fffa86f1ba21273d6dc0a6f1bf9abdd60a 1.57 MB 5,545 10
865,094 865,094 00000000000000000002d0dea0ce6238767ca25d9995e24216b23bc4ce00747a 1.55 MB 5,897 12
865,093 865,093 00000000000000000000184da1bf7a57f255a5485f575096bb176734efaf9eab 1.54 MB 5,958 7
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.