Memory Pool Memory Pool Refreshing

901 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 901 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (686,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,900 221,900 0000000000000017fffefbfcc12ef10d1faeaf4b828e95eeafa635381da45466 0.08 MB 195 191
221,899 221,899 00000000000003d7f8df626985e45049ce2762f42e87e2894a66998da65c4497 0.03 MB 74 182
221,898 221,898 00000000000002a65aa10c79f42bb1b614de654072bfeb2af86600fdb6e4524d 0.11 MB 182 133
221,897 221,897 000000000000040964525f5cb80734b376696187256099c022a2cc69a4b15bd4 0.07 MB 119 120
221,896 221,896 000000000000007812988dd438f2be1e1061cf8c461e4e4d408d2ba621690082 0.25 MB 610 217
221,895 221,895 00000000000003bc5b306313062783f54538223c9169e20ae26668c8250275ad 0.21 MB 492 206
221,894 221,894 00000000000002785151f796147eea55d06f60bc513ca00ba7fd11b270a663c5 0.22 MB 497 262
221,893 221,893 0000000000000429b29b1b3e058520853db38b2fd48565ea13db6f8891ef76a9 0.22 MB 376 136
221,892 221,892 000000000000016010ecc2084f305f43b8cd318e46fb115633ea19025203c331 0.25 MB 670 221
221,891 221,891 00000000000002798bfc006d0c78e908c22f3105dc32629f9d910035ce25fbbf 0.05 MB 79 137
221,890 221,890 00000000000001c76f4d87410e209e6de798395906404e22bd8b22cf2d7c67b9 0.02 MB 27 102
221,889 221,889 000000000000038f17f6c7dea44fa4a8bb2b8384f3e4f85dbfd007cb14f94ff6 0.13 MB 276 148
221,888 221,888 0000000000000170b324de78af5d18e56a625b3b1bf26451c1a35102828e6f88 0.27 MB 573 1,406
221,887 221,887 000000000000008bfde6a32d40fd3276a0e82d832561474e632d8580d13a8bee 0.24 MB 337 118
221,886 221,886 000000000000006b0114690872bd58993db252713719b15027fbc7a35f658477 0.23 MB 425 155
221,885 221,885 00000000000004674d5939c47c4ce307f7b778be085fc65f1b80e2a367ec4555 0.03 MB 44 90
221,884 221,884 000000000000032742051d11f98f143ad41105d84eeee10e4503a1f51b46a244 0.26 MB 555 182
221,883 221,883 000000000000014f84425277eae1781f07f3890b5bbfbbdc8105c3ab02d4cdbc 0.27 MB 430 159
221,882 221,882 0000000000000234c7242b8462623752c70a393e6ff38c214823b8b70bc7d540 0.15 MB 211 132
221,881 221,881 00000000000000eaaedc88fc7402f07bb556ab08706dd6538e1a61617abe66eb 0.15 MB 468 18
221,880 221,880 00000000000002b91a24dd26dcbfd12a24ae76d8c3658f6e7c8189e8a8139b0c 0.28 MB 645 190
Previous 10 blocks ↓
Total Size: 769.59 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,651.04 GB sent, 95.86 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.