Memory Pool Memory Pool Refreshing

70,486 transactions
31.08 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,120 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,337 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,119 (688,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,499 184,499 000000000000039e6ef4d0234d795d39fb63a2b644c4882d0aa5cebddba954d3 0.39 MB 975 251
184,498 184,498 0000000000000219b44d3d7b6d7d7f03b0f3d63c95442dde11cec26b14c0d9c6 0.25 MB 327 88
184,497 184,497 0000000000000336fa0157b700d553f5bbcda3e05cf13eff9f7d1db9258e41e4 0.25 MB 558 140
184,496 184,496 00000000000005195b005d1b6c47e0c84e0f2654604d9f2070d5cdb6f6820d63 0.25 MB 651 129
184,495 184,495 0000000000000a3d2f28bcb74953301baf0e0e78ccc07e117e8e7352ff8fc075 0.00 MB 4 0
184,494 184,494 00000000000000172d977301dabf1502ba102eb4c8cf5c84c2cada11c8969783 0.25 MB 511 156
184,493 184,493 000000000000008daec3f7c9d863723cc0736b3a8ded7573cc974e3424039a0f 0.42 MB 573 103
184,492 184,492 00000000000002f1c86bea970394eb06f0903ba0252707d0b1b26d3dfd6bc905 0.02 MB 26 149
184,491 184,491 00000000000001a9f0a098ef6f502705f47b934a2505a6352618c91fb440159a 0.05 MB 131 77
184,490 184,490 00000000000009c48b39aa34d1890ffb71ef9f502f88ff06a7c640b90d2a0aa0 0.25 MB 441 156
184,489 184,489 00000000000002ba8123b5d5e611164aebbef6cdfb20eea061f37e32abfbac81 0.05 MB 173 62
184,488 184,488 0000000000000905ff57e7e69939710ef7a37f40e385e8bf283e32409d3763d7 0.42 MB 883 144
184,487 184,487 0000000000000439752e36c79c229847afceb9e124fe6539bf10c417b1a2c122 0.25 MB 443 159
184,486 184,486 000000000000055e3928c9e699c84b2e02d845e537569aeeedc935e42fa8c44b 0.00 MB 9 67
184,485 184,485 0000000000000023cdbc63fb330ce6b10510643f021b5aa9c49f82d975e1bb47 0.05 MB 130 141
184,484 184,484 00000000000007c6f6e5ca084fd4a7c55a6f4486b9c8a6646ff7caabd6f782a7 0.25 MB 504 108
184,483 184,483 00000000000004ec1cc6c03a75b8139fb4789c023fa9282547299b4ea62342db 0.20 MB 512 407
184,482 184,482 000000000000007f7a7ff1d2d16a9bc95bae0392c1d4f876acefe8ea08f547e8 0.25 MB 422 145
184,481 184,481 000000000000065d0dc3a94e8785b2aac5730362df751ce8f8bdf46885808a53 0.25 MB 445 115
184,480 184,480 00000000000008c806ab4055ee4d044ab388bcbf922b2f33d13e55f49211f418 0.26 MB 407 110
184,479 184,479 000000000000036d7fd6c0bf38195c5d61d99feb0281e97c964aa50db83bbb45 0.26 MB 577 129
Previous 10 blocks ↓
Total Size: 705.26 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,668.25 GB sent, 245.98 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.