Memory Pool Memory Pool Refreshing

1,330 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,326 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (232,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,872 674,872 00000000000000000007d8a729880d60530da8ac16ab41d948e3285f489d046f 1.15 MB 2,822 59
674,871 674,871 000000000000000000044a1739c763b9662fa6ad309c5b986f63089b86cbd0a8 1.23 MB 2,894 93
674,870 674,870 00000000000000000000b3d9b98a4cee989284ba89e950a23e946e6c401d6dcb 1.24 MB 2,913 86
674,869 674,869 00000000000000000005af25fce51d699eac575f4e1b0f97fa9d69c03e79df5f 1.38 MB 2,895 117
674,868 674,868 00000000000000000001ee98063ee170ea810e29dc30c23b22b1363c93982294 1.17 MB 1,210 106
674,867 674,867 0000000000000000000614227d19b66536a8a1ee5d58f3197778e55431f9ff45 1.21 MB 1,689 110
674,866 674,866 00000000000000000000106c68c8be37caa453996303e92564dbe08b4a1a7140 1.35 MB 3,154 120
674,865 674,865 000000000000000000086976cd4252745ac120c2a57738bd0eb001f2a54db4cc 1.33 MB 2,421 68
674,864 674,864 00000000000000000006ae299e802cecd5ffac55b9f85c9cba5e99ff6b72f030 1.20 MB 2,399 27
674,863 674,863 000000000000000000031af239790716ab690d1f86238a11e67f37d6417a2dac 1.21 MB 2,288 39
674,862 674,862 00000000000000000002b3dfd333f30f2c6130fca0da3e84edb1e4c11bf75347 1.36 MB 2,164 49
674,861 674,861 0000000000000000000af3dc88b6fbd87567101c096f507edcfa81fc34a38dfc 1.35 MB 2,652 89
674,860 674,860 00000000000000000000e73fe19b0a483a93ad1dd25b24ea04790d08d7fd4efc 1.41 MB 1,696 33
674,859 674,859 0000000000000000000b35cab83e4655f6adf26cbf841322193f1d123859d6cf 1.28 MB 1,905 41
674,858 674,858 000000000000000000034be1b976b5669b12c8abe4c148635d704f32403e3eed 1.37 MB 2,259 48
674,857 674,857 0000000000000000000c177cf827034661a248c5bb5c6ad7b0608702e8f9e728 1.21 MB 2,923 73
674,856 674,856 0000000000000000000a95060aab894397d04bbf0666098d00b13844c48af89b 1.34 MB 2,363 97
674,855 674,855 00000000000000000009d47773308fa6e533676a9ac83e53e690f3d40194b893 1.44 MB 2,069 104
674,854 674,854 000000000000000000061af91a150be16da9a66bc08deee52691c7e2b8e73fb5 1.43 MB 2,720 123
674,853 674,853 000000000000000000015340648a7a3630eebedafa917abbe2ebd5ba25289352 1.13 MB 1,230 106
674,852 674,852 000000000000000000032fc4b242c4525096f2c70e7b22c9fe82f71e01408965 1.13 MB 1,200 103
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.