Memory Pool Memory Pool Refreshing

31,999 transactions
19.58 vMB
Show Random Selection Loading Transactions
Max Size: 104/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,615 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,251 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,614 (669,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,339 201,339 0000000000000494ba771e83a1cf2699229413390aa8f227eb7c08ea10a46509 0.08 MB 124 86
201,338 201,338 0000000000000329a13c496431fe7c31ca30619631017f62b0526ef3ff374598 0.08 MB 211 148
201,337 201,337 000000000000050006832fa6514ed516d6673088081742a60a8d71086cbbcf53 0.07 MB 173 148
201,336 201,336 000000000000056905b9b90215a1b612282ca282baf313847416d9926aed7408 0.06 MB 111 100
201,335 201,335 00000000000002f87f079057f3c30b81ff7c8191e8335ea8946940cedfae8653 0.07 MB 196 72
201,334 201,334 000000000000045963fe32abfdc58b60543583ffb7eb95849717c8453072dfc4 0.04 MB 95 68
201,333 201,333 00000000000000fafea79a4e43c8a562d836b1d068bfc503c3e86d58745f823d 0.13 MB 298 128
201,332 201,332 0000000000000306002d59f4a5528abfa9452e8bdfc8dce67d1ce4e2c5a591be 0.16 MB 272 99
201,331 201,331 00000000000001a70bb8802036445316564ac9094f08a5b203894f8d0f619c69 0.06 MB 137 151
201,330 201,330 0000000000000402202a297704fa48e11f8c117a43f17a572bb69dd8d0a35c83 0.07 MB 105 77
201,329 201,329 00000000000003eed4d3f3ce21126b2c14c43777989ef8cbbd75c6678cec1478 0.06 MB 147 144
201,328 201,328 00000000000003b8d3b01e69c3d7ce82aa42e65aa800e531cec7dba23cbcdbb5 0.14 MB 298 149
201,327 201,327 0000000000000098d2f65a107dd343e1fe3c8001f46ea8ad18f8655574ca18df 0.23 MB 565 149
201,326 201,326 000000000000002663f88e6e50af115295f0ceaf42c0bf7d977ed280a68520e4 0.00 MB 12 618
201,325 201,325 00000000000001d613633f590d72a7b04be4419dd75e93f2bb8d3ab4ce6facd3 0.06 MB 137 143
201,324 201,324 00000000000001765af9ae06fbc8c7235522e8017a6b240e16bd73192ec4e7ba 0.04 MB 127 12
201,323 201,323 00000000000000e947dcb812116e892d4d034853065dfa96344dd5f601d3cfb3 0.10 MB 202 98
201,322 201,322 00000000000004b8f083ab54e52ddfdb3242cdbed50be983180ba417b74b335b 0.28 MB 667 162
201,321 201,321 00000000000002783864c2e3aac5f175e745941d4434247d2aeb3d615186ea5c 0.01 MB 32 0
201,320 201,320 0000000000000293dbe5476ad6b28e97007d3b63ecbae314180b992dcf2d1097 0.12 MB 301 137
201,319 201,319 00000000000002ba283417949bbde44de53b1a6d96ea5eddab5060915e447c0c 0.04 MB 109 156
Previous 10 blocks ↓
Total Size: 700.61 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,373.05 GB sent, 214.59 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.