Memory Pool Memory Pool Refreshing

80,232 transactions
32.81 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,336 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,467 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,335 (218,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
653,553 653,553 0000000000000000000b8ac0132a7dddeaf18866a9b4c6bbdd310fd2cc8d5c26 1.11 MB 2,309 17
653,552 653,552 0000000000000000000bfade053323839c9d47a8df66cf57c56f7d8efd741f6c 1.25 MB 2,197 20
653,551 653,551 0000000000000000000565efc0c5338b8efdbe522362fc9e67e07bd359cf8c20 1.42 MB 2,226 48
653,550 653,550 0000000000000000000db10d8fcfb9ca028e59068b02dcc2dccec1fd8f12e831 1.25 MB 2,163 53
653,549 653,549 00000000000000000006babfb6f79b9d836f219b56747c7115e359659f6c5743 1.29 MB 2,349 58
653,548 653,548 0000000000000000000042506ab60d2e5174a80982a0dc1dc062a4118c030477 1.29 MB 2,986 61
653,547 653,547 0000000000000000000df93c9c2d041db210af04c22cec645e21ef887be67684 1.06 MB 1,796 9
653,546 653,546 0000000000000000000c1a03e649b02793688d7ab67ff18bbc88b7bdcff90c08 1.32 MB 2,261 34
653,545 653,545 0000000000000000000695b7046ab5d716b3a4d122834d76d6396000927f7de2 1.20 MB 1,942 15
653,544 653,544 0000000000000000000a343576df0a02cc326b8967079a95b1907416aeccc3cf 1.40 MB 2,832 55
653,543 653,543 000000000000000000013e4dda4676787bea1757bb5fa16002ce679e812eb726 1.15 MB 2,576 19
653,542 653,542 00000000000000000008c993866bc34b131897a6b0d3742f72d330a8ebda327c 1.33 MB 2,349 29
653,541 653,541 0000000000000000000a1bf6a52a8500c1891718f0abd8cd12c78a56c85bcadb 1.28 MB 2,794 68
653,540 653,540 00000000000000000006bfdec147d64ae2302812dab604d099eff664fa29b534 1.26 MB 2,138 33
653,539 653,539 000000000000000000094bc9fe535c73fcaaaf3a520ceb48698e9f2d4e4afa97 0.31 MB 699 33
653,538 653,538 000000000000000000071225fda6a135b178bc39debe68bba1afa4559e0a03cb 0.38 MB 696 28
653,537 653,537 00000000000000000007d2c84579ff5e0d54c958836b31ba4b245c2800c3c417 1.29 MB 2,182 30
653,536 653,536 00000000000000000005364607229e70af1bbde7f30bfee50117b5b1b140bdd3 0.47 MB 731 35
653,535 653,535 00000000000000000005e928205c6298b8c0c14d2a18852f1ee826a686e4d836 0.55 MB 1,383 5
653,534 653,534 00000000000000000000fd0509d890c30b7d311377c9fb723d26af63a39fb031 1.27 MB 2,414 45
653,533 653,533 0000000000000000000b53170b3ca7e8d30c820e9c88903a6c99ec8c16288285 0.30 MB 391 40
Previous 10 blocks ↓
Total Size: 703.83 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,624.53 GB sent, 237.03 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.