Memory Pool Memory Pool Refreshing

70,150 transactions
31.01 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,295 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,167 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,294 (361,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
510,885 510,885 00000000000000000058436b2614fe3b1026d52af58798f47d93fb6683006e87 0.44 MB 1,092 59
510,884 510,884 0000000000000000005385b8ea3537279592f741cf5ffad208d2fa4b220beb29 0.97 MB 2,074 49
510,883 510,883 00000000000000000057763eb6dd28d9fce4017f77471c9db8cb4e9b1db40055 0.02 MB 40 37
510,882 510,882 0000000000000000000fc9e1d91a9de5ccad26275426084f521a1cd8add7e3dd 0.07 MB 145 64
510,881 510,881 00000000000000000000a42b2eb7a16ed4570539a977c594f302fb79afc5acda 0.66 MB 1,379 63
510,880 510,880 000000000000000000218960264abc2855ff0dcfa9888f8a6fa85e08d2ab5cf6 0.71 MB 1,507 50
510,879 510,879 000000000000000000408388b41bb5270a80050a4521faaabe2d2bcd709dfca1 0.89 MB 2,181 61
510,878 510,878 000000000000000000061bb732fdc66570cd059788c972ac98c0ba77696c557c 0.04 MB 121 70
510,877 510,877 0000000000000000000ecf755dee11123af8439268cdd6c211b0c754bb175412 0.03 MB 77 79
510,876 510,876 0000000000000000001ba65ccd6ec9a0b529e7ff5db5b7c7e57d2ec44e47b809 0.22 MB 493 55
510,875 510,875 0000000000000000000163430b0c86130d2d4db67e1fc037da4ba7646d42c4e9 0.61 MB 1,343 59
510,874 510,874 000000000000000000007a0722655954fe347dd7859d9b966cb47988668cbe9e 0.58 MB 1,216 65
510,873 510,873 0000000000000000005085d3e8518943180dc918ca12c7738ecb30b57a12f16a 0.40 MB 725 48
510,872 510,872 0000000000000000005d5d56c40e84566ac0862b84bf90f3d913ca243c0ce121 0.18 MB 443 74
510,871 510,871 0000000000000000003887673ce80fb44df9dc78006729e4ee2ddfc066740ed8 0.46 MB 946 68
510,870 510,870 0000000000000000003c01eaa0a6255f20832b3a20d5b2684c4e583f0e6a1e0c 1.09 MB 1,944 24
510,869 510,869 0000000000000000001c112178ad8079330d154421ebb49a66aad1044e79394c 1.05 MB 1,940 91
510,868 510,868 000000000000000000524c91089a37bf73703dc362ca083694c13ea6999d94ab 0.40 MB 714 57
510,867 510,867 0000000000000000000c78693abeb1498dca02c23a8538e940add85de55af7ec 0.15 MB 215 34
510,866 510,866 00000000000000000051157b41bc071144bae47c17e3e2342919390bb1b89759 0.23 MB 423 91
510,865 510,865 00000000000000000040809f8196fe22e7de81924a64f85935f29a2f772a4104 0.36 MB 428 58
Previous 10 blocks ↓
Total Size: 703.75 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,619.27 GB sent, 236.42 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.