Memory Pool Memory Pool Refreshing

3,023 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
1 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 3,011 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (719,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,881 187,881 000000000000027ad75044cafd24f714b41c926df5eb205ac5b6408748902c71 0.05 MB 110 99
187,880 187,880 00000000000002e33d6bb5db96751b3f8a61f984c290a7ec38d51589944c8b63 0.15 MB 281 177
187,879 187,879 000000000000004491c20d386ced4ca97806528c14574708266647a2e72d6a52 0.23 MB 387 97
187,878 187,878 0000000000000082544b73439e3171b5273b645adead013985d495270a30c58d 0.25 MB 995 244
187,877 187,877 000000000000089a864d54537b8da7382d3e140b1a5b07f4373e802183e05cb1 0.05 MB 177 11
187,876 187,876 00000000000007b38933e710919ae6c62f49d3c247f885b990493fa8065c3b4f 0.32 MB 1,024 254
187,875 187,875 00000000000003cb1bb22af56effa3da7651491c8a277c47dcefe5af588a0824 0.00 MB 1 0
187,874 187,874 00000000000005ef6b77498b995f9d0a233ae676d5a7952c24bf5e525ad5f820 0.00 MB 12 313
187,873 187,873 000000000000071e4b686470fee1bd2b410ead721906c4707897a775abc86053 0.12 MB 292 179
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
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.