Memory Pool Memory Pool Refreshing

25,848 transactions
28.45 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,678 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,021 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,677 (63,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,706 799,706 0000000000000000000350ca4d27c45a19b6581cf961ff8cebb15200eaeb39e8 1.80 MB 2,763 15
799,705 799,705 0000000000000000000191dea2556ccf1ce88c94db970183bfac8617a7efd5c0 1.86 MB 4,486 10
799,704 799,704 0000000000000000000375233acb0847841fb02390cd3fa08cd1f294d96be070 2.10 MB 1,881 6
799,703 799,703 0000000000000000000363756ee8e3aec856f6324bbc1b85fa6c80557f28736b 1.58 MB 2,687 12
799,702 799,702 0000000000000000000398d3242911f8d2fa16b6b6b19d8c4e88593089e2ae79 1.51 MB 1,462 10
799,701 799,701 00000000000000000002617a800a234a04bc2caf05216d8d2411888de77c28b0 1.36 MB 2,557 27
799,700 799,700 000000000000000000041cb7600c15187e34bfacd2789c57a820755c91e0c2b7 1.58 MB 1,937 16
799,699 799,699 00000000000000000003ee259a88e12401ea7e0909b124897df98e9be4126ab9 1.36 MB 2,017 24
799,698 799,698 00000000000000000001c7965369be2a11ce5a002bc4ceed3b1b57b9d0f27303 1.54 MB 1,779 10
799,697 799,697 00000000000000000004055e4f431016e2e3cdfdc962e9fe22308e0e15a6b416 1.85 MB 3,211 12
799,696 799,696 00000000000000000000b012c7ec1f77f068bb36c65dab225f90c156143aa3bb 1.82 MB 3,412 10
799,695 799,695 000000000000000000003d6f1e3a7c53df6095417898a28ab32406ebd0528845 1.63 MB 2,397 13
799,694 799,694 00000000000000000003d4e0a81b22c2d820728a065657a9dafaf859e5b3fb64 1.79 MB 2,206 15
799,693 799,693 00000000000000000003eed6514f6cfb33f3ae8ec75fcec42810cda30f23932c 1.71 MB 3,192 21
799,692 799,692 0000000000000000000008aa34fc1e25dfd83c65937683ee19277528e31903c9 1.97 MB 2,259 18
799,691 799,691 000000000000000000000ebe175f6e4739ad3f71fbb8647365cb37a6a355b97c 1.51 MB 2,029 16
799,690 799,690 00000000000000000002f87ef8c2b2f587f0221a8218d10ae3ec5bf2578658d1 1.37 MB 2,416 22
799,689 799,689 0000000000000000000513aebdd2c7931eab68e3909d1445a010b30683afc1bc 1.52 MB 3,146 27
799,688 799,688 000000000000000000039de59cdb3da20c75676fd7f8401d1a9f083f2350fe08 1.35 MB 2,248 24
799,687 799,687 0000000000000000000232a4eea52ed97d7c588cd641ff34921c9a404784112a 1.54 MB 3,206 29
799,686 799,686 00000000000000000001dbedc137fce39961191ddb14546eab4a486b0360c713 1.58 MB 3,076 25
Previous 10 blocks ↓
Total Size: 687.40 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,517.39 GB sent, 121.80 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.