Memory Pool Memory Pool Refreshing

70,871 transactions
28.46 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,633 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,743 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,632 (43,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
826,262 826,262 00000000000000000001da0b9f8bf35ea3f43ce535dd0f92427a204f68d41af5 1.66 MB 4,407 76
826,261 826,261 000000000000000000024014be7c2a73efbe081bc443cedd4fe0bb00c10002ee 2.19 MB 3,499 50
826,260 826,260 00000000000000000000940784d20d937702c9cbe86c0a9ca2564927def196bf 1.75 MB 3,106 53
826,259 826,259 0000000000000000000082f468b601690a8538db7533553eebeae14d7f47cc9e 1.82 MB 3,447 59
826,258 826,258 000000000000000000035ca6a1ee255308aff33e5c348750f6ec1cc6f70a643a 1.70 MB 4,321 75
826,257 826,257 000000000000000000001cfa935b30932a53a18662348c0c9bf693540614375c 1.71 MB 4,406 79
826,256 826,256 00000000000000000002a2a5ee60db7c233ce695872c32be4fe053988956e8cb 1.62 MB 3,936 136
826,255 826,255 000000000000000000036a32931841c3b2961cfd50e2450a4ce39acd24f63ff6 1.54 MB 3,286 90
826,254 826,254 000000000000000000008babc4031f453f52724fb88d76eaca2d3622cc8efb19 1.75 MB 4,061 73
826,253 826,253 00000000000000000000ceb3da7badfa59b56f26765c458d025ea7ef414bae57 1.68 MB 4,020 102
826,252 826,252 0000000000000000000004187e14fb2182cf550f8537715410359a50704633b5 1.66 MB 4,217 76
826,251 826,251 000000000000000000028a864d2aaff8c1fcea25735c8e2f4c0c85420eccd818 1.80 MB 2,848 120
826,250 826,250 000000000000000000026cf61f3c279a6e2e0954e4e27de4e115432721c6881c 1.73 MB 3,406 77
826,249 826,249 00000000000000000001c6b2317c96cf658d75a9918ab2fa41b6124b173bb47b 1.81 MB 3,672 80
826,248 826,248 000000000000000000027989b407d5bc3355bb62fc4291e9157e2bca42984035 1.64 MB 3,175 64
826,247 826,247 000000000000000000028bd9954e7568009a49c7fb6357919532221e04ad8486 1.98 MB 3,979 72
826,246 826,246 000000000000000000035bb1225600a353ad85ab1fda730086817dc095cf1762 1.86 MB 3,083 75
826,245 826,245 00000000000000000000307a00ece617c2e87266885ed5955ddd6e799af84d33 1.76 MB 3,588 105
826,244 826,244 0000000000000000000270da4be4919f738d9ea2238850924bb3f2986b050e73 1.79 MB 3,257 92
826,243 826,243 000000000000000000005567ec0d1ec0643cf85fbaa27d0dd2f1f2c705a5cd00 1.68 MB 3,774 121
826,242 826,242 0000000000000000000112d5eb26a3d3b74e773ecb94a18e766fb4c6086939f8 1.72 MB 3,089 110
Previous 10 blocks ↓
Total Size: 698.76 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,099.16 GB sent, 202.62 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.