Memory Pool Memory Pool Refreshing

73,809 transactions
32.03 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,122 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,820 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,121 (685,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
187,872 187,872 0000000000000776ef961a41eefc49881ec205fbcf65f9aa7378a46c1503422b 0.13 MB 247 103
187,871 187,871 00000000000008fb7e701217e477c9589325926b33debe170ce649a0ddf3a516 0.03 MB 106 166
187,870 187,870 00000000000006d141246e06d3b329a33a62a80e9adf48be62855a1220d2cf57 0.25 MB 567 195
187,869 187,869 0000000000000433b686357ce0597b8b6a1c0840648a2ba54a8a5b6830f3eb94 0.03 MB 86 60
187,868 187,868 000000000000025e0f2c5fcfec37f926aeb2e670e09d9b63ead5dcc14669f91b 0.19 MB 512 334
187,867 187,867 0000000000000473c6af39c3f40fb36377f0aac646f08ea487be3797050dd8ef 0.05 MB 132 30
187,866 187,866 00000000000008b3f538eae0e1bdf7ba8fe67deddde29e16d127e06c1c4c696b 0.19 MB 433 428
187,865 187,865 000000000000068963684bad83a09c9f31cd567c52ddeef32128c1b2b616f077 0.02 MB 46 106
187,864 187,864 0000000000000728cb6fd5d75bdcd886315d4cbdd7130a6fc24c97f228519fea 0.01 MB 32 0
187,863 187,863 00000000000002bdb9d9403a4abb6293f8353a17685f14506cbb5f53de5103cc 0.12 MB 300 500
187,862 187,862 0000000000000432ef5b62adf11a90b2c3661d302ebbb79b92e5b8360b4998dd 0.02 MB 86 24
187,861 187,861 00000000000006b4cd5cc2752390b3ae080b747ae537967bb4a5bd7cd9363d47 0.08 MB 94 58
187,860 187,860 0000000000000512ea4818935b996681bfcf5ebc8dc1f06a4f9c490d1b4eb609 0.00 MB 11 14
187,859 187,859 000000000000090b85132ac37b454acc28170ddfbf1b58bc940e533325c870b2 0.01 MB 32 151
187,858 187,858 000000000000079a8b88be21cc5a254bd262aedbe86f3020195f9b058b7740d7 0.20 MB 537 193
187,857 187,857 00000000000002cae414f3d95c57b40fb38041828d9de8a4980077b28e574fbe 0.00 MB 14 15
187,856 187,856 00000000000002e9d534dde127f977a3bbffbdee91985661f287e4692ebae872 0.00 MB 12 45
187,855 187,855 00000000000000e86c148da8696e5c22fc0c368595e888b2e1fd319ace37a76c 0.20 MB 539 236
187,854 187,854 00000000000005a104609c7b2e43c75c4cc9196660a363fded5f7a50212e7f12 0.12 MB 256 287
187,853 187,853 00000000000004ff4ed11f2c01a89fd84fae4c36324a04caf9e28a6d48df13d3 0.02 MB 36 49
187,852 187,852 00000000000003932048ae947ec0321ecccae2fd10e8d92eeb90917548ec0109 0.17 MB 388 287
Previous 10 blocks ↓
Total Size: 705.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,668.33 GB sent, 246.01 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.