Memory Pool Memory Pool Refreshing

22,342 transactions
35.98 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,122 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,784 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,121 (654,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
207,363 207,363 0000000000000069dc069a3ca1e0013f191b8f756755b5fa340dddbe00b49c7c 0.07 MB 176 250
207,362 207,362 000000000000033afc1ef21a017cd2d13b285ace332f891603a9c582975961e8 0.01 MB 33 152
207,361 207,361 00000000000002cfe54772de51559af473ed507a493721b1971def1a3b87af78 0.12 MB 259 311
207,360 207,360 000000000000041085ebba556925ee59ab9c37be7270370e7515d83441a2ee59 0.25 MB 285 132
207,359 207,359 00000000000004457144eafdf15a45f8595438b495b2793018075fd5eb3b4b60 0.42 MB 149 65
207,358 207,358 00000000000000588d9a3c9ac0599bd5a1c58778837edb849885daf1621d8642 0.23 MB 273 118
207,357 207,357 00000000000002114f385b4c0489eb1b360e2da8786ad1ff1ca3a3ba0f28452a 0.03 MB 96 187
207,356 207,356 0000000000000233f22d02cdae7db661453890397a05392568f895629d3f7bf0 0.04 MB 117 286
207,355 207,355 000000000000030201e0621c0154238bf8e3d1055c97d754a4269e1676db3a8e 0.00 MB 11 130
207,354 207,354 0000000000000483ad3001aad04d388fa7a28d0009909a3b4ab636c83defca87 0.26 MB 146 68
207,353 207,353 00000000000004f3515503a02630265db3463d2d3be2d388fb42606dd1887db1 0.18 MB 299 132
207,352 207,352 0000000000000018c171abc45df9d939a480a1c1813eb28804f5ed399bda7dd9 0.00 MB 8 162
207,351 207,351 00000000000000c2bcbea45334916db6ac19836745a019f2c03aae3784407ff2 0.02 MB 51 35
207,350 207,350 000000000000022601fb8b211379139d732c3f87b62eb01dd38cf95c2663baec 0.04 MB 88 158
207,349 207,349 00000000000004a99959972092f3c18e4b5f45f5fe4dc2d0d1d1dc35eb088a90 0.01 MB 26 149
207,348 207,348 00000000000000690dde9dcebf6827d67f7120848ec548c6c7ebd88ff1c78b36 0.12 MB 304 199
207,347 207,347 000000000000020f1c42078fa0ebaca2ed5aaceae07284aac5e31ed408b9c6f5 0.05 MB 85 213
207,346 207,346 000000000000050e66bb2b50aa8f38db8c71e29e9a94272600ad1746e566a524 0.01 MB 22 118
207,345 207,345 00000000000001d086e29d371ede7f9194c5b8d3f97b244a8ce280dfa4cd2a4b 0.03 MB 65 119
207,344 207,344 000000000000035442f1ae4e4716958b7fb8098df9abb875111a640097f365f5 0.10 MB 199 137
207,343 207,343 00000000000003f9655a2c930d90ce2f4182c6be257fe9379b92e72405567108 0.06 MB 124 154
Previous 10 blocks ↓
Total Size: 684.40 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: 1,338.84 GB sent, 100.92 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.