Memory Pool Memory Pool Refreshing

92,504 transactions
25.28 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
860,370 00000000000000000003255b0000000000000000000000000000000000000000 1.00 vMB 6,263 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 860,369 (526,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,495 333,495 0000000000000000170bc8b70fcab3eeab3fe5281a944ad9b407b894b754ba54 0.83 MB 591 14
333,494 333,494 00000000000000001a958c0a9ab38218f8bcbefbcd8cae8a89ed5a54583a0529 0.75 MB 1,299 22
333,493 333,493 00000000000000000cc90655b8127f73b7b4ca0ba221455cf00aed96ddc6fcb8 0.50 MB 1,337 33
333,492 333,492 000000000000000003a1c373d38f27bcfe61543a2facbd3ce3cefde14d574f91 0.75 MB 1,736 29
333,491 333,491 000000000000000019bd1b2a1d0efb764bbb32a96bc7d865085ec09f3a6ef7a0 0.04 MB 64 58
333,490 333,490 000000000000000003f5290f6b797bcdce15e10271bbfb7683434596f54ca3bc 0.85 MB 1,986 32
333,489 333,489 00000000000000001aa5e75262091a84bda91720d1c56bd4b5b9f9f762e8151b 0.14 MB 118 10
333,488 333,488 00000000000000000b2c40118d54cdc7eca2de4a3479c845acbde212ff37621e 0.11 MB 137 17
333,487 333,487 000000000000000017659723f75c26ec096db787cdb447223b736e5213758267 0.23 MB 339 18
333,486 333,486 0000000000000000156c95c0a58538dd9ebebd066f27d8e2f4a622c3819430a6 0.06 MB 143 15
333,485 333,485 000000000000000002ee59ad8ace9c5d529346f60cff3443ec872af3905ca8e7 0.65 MB 624 18
333,484 333,484 000000000000000016e67103b092eb7199ccc2d1542f09ada0fd9757b1db6eef 0.45 MB 336 16
333,483 333,483 00000000000000000e58f91e00cd10fd578852b1c99925bd65e17d7e2cb573fb 0.00 MB 1 0
333,482 333,482 0000000000000000192f036b8a371c0904ff4b7bab5c2c5dd0eb89e202e0de32 0.75 MB 1,219 24
333,481 333,481 00000000000000000ab2ed03f3fb57980d7b4257ace53f61e6081d642a5659f3 0.75 MB 1,925 37
333,480 333,480 00000000000000000f27f2ca8ba1f8054375a8077dc107c700e847b8add4915f 0.85 MB 1,479 25
333,479 333,479 0000000000000000040e043157765bc010f40a15b1f4536d606ba0e81f0e7d96 0.75 MB 1,520 24
333,478 333,478 00000000000000000f9afbdd34cee0869b3aae880ff2fd968ce1bf62d7fea8a3 0.05 MB 128 89
333,477 333,477 00000000000000000b47bd8df4d83fda3abf8a9267e5b6aede86bc1fface3d86 0.16 MB 377 29
333,476 333,476 0000000000000000030bbab9373840c3f400b52ea2ccd3637da69c5a495401f9 0.29 MB 508 23
333,475 333,475 00000000000000001b0516f32a31d82ed7d2dc7dab3dae5a07cf7ce671e601a2 0.58 MB 480 14
Previous 10 blocks ↓
Total Size: 681.04 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,123.90 GB sent, 75.14 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.