Memory Pool Memory Pool Refreshing

946 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (710,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,022 197,022 00000000000001e198ecb5a82701d192cc69a7c96cf70c5984734c68a5b25d2a 0.25 MB 629 138
197,021 197,021 00000000000004e5a7852cfcedd70453f655d59b67727c4b5b9f5a1b6962e5bc 0.16 MB 362 113
197,020 197,020 000000000000019f5d92179ab085ac4e81369ab002c86657b6cbe43ef912f72b 0.31 MB 653 126
197,019 197,019 00000000000003ab4322c7313524c17642268257d45e489253f594e90c8de65d 0.01 MB 31 127
197,018 197,018 000000000000008402f9db6c9688e2eadcfdc7b5d23592588f38059568dde82c 0.18 MB 389 125
197,017 197,017 000000000000019f7fc0a8dd5e2b3860705bf3feac5e6bd92e44e91d8648fa0e 0.11 MB 256 356
197,016 197,016 000000000000040af297d7d2a019daf50ebf25a9ea143a37880f8ee81a2f21d1 0.00 MB 12 119
197,015 197,015 000000000000041248d2eed78859f221b30d1e97eae7592feb0146115aa767fd 0.20 MB 552 145
197,014 197,014 0000000000000303dbad707b571868dafe3dad23aee36114bd2d68568dd9dc40 0.34 MB 1,024 169
197,013 197,013 00000000000001092e69eb82655ca26458d508aa09bad8d5b43685c08669dea4 0.25 MB 659 156
197,012 197,012 0000000000000661d49d4d20f47c5a50eb4c51f15bb336c9fcd4643d2dad1867 0.06 MB 193 153
197,011 197,011 00000000000004269cadf8aa68ddb36b02c35e1c63310211616fb48fce757936 0.05 MB 135 165
197,010 197,010 000000000000039dd6a9e0e07b62213c13903b5406475b5e9cb7ef5562fde942 0.08 MB 180 113
197,009 197,009 00000000000004592feaf6ec1344200d379c677447dafbf4904e45062b402e30 0.22 MB 517 148
197,008 197,008 0000000000000413854a00189db1c6aeb125afcb10f31850b305ae4ce55b2e11 0.05 MB 163 164
197,007 197,007 000000000000022ac4784809ffb9304254503a6ce880b3e4a5784a5426601427 0.25 MB 709 153
197,006 197,006 000000000000022acbbc66c7bd547645ce717064d4d68ad02609bad171958466 0.14 MB 377 136
197,005 197,005 00000000000001460dfe73b738a68b946106b046f49a30b2465d0c298c4e12ac 0.11 MB 128 168
197,004 197,004 0000000000000281d1f2a85fba8ca0db691ffa3651b7ceb4b623e4f8053f130d 0.03 MB 75 112
197,003 197,003 00000000000004d6e2bf2097e934e21064817f2e3bae3918800051ec0a0c34e4 0.09 MB 173 135
197,002 197,002 00000000000006900a7811c7c502636bda37c709e1fc3796e5b70ad2786b25a8 0.15 MB 262 107
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.