Memory Pool Memory Pool Refreshing

34,430 transactions
31.13 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,252 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,391 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,251 (61,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,449 800,449 000000000000000000043cd5b67f8d4465f98ad309263b8338d5a28a8fe84552 1.66 MB 3,795 13
800,448 800,448 00000000000000000003256bea78ef775b91f5fe8a991a17d883b11cb0cb3094 1.61 MB 3,149 14
800,447 800,447 000000000000000000049fac33226ee8125f278d113932819c5bc5a8348f89ea 1.59 MB 3,865 24
800,446 800,446 00000000000000000002ca9bc1faee5ff3523f25206951ee60801340313cb7df 1.64 MB 3,867 12
800,445 800,445 0000000000000000000054137b59a062893cd839d00e2f68d63363f3910c498b 1.96 MB 5,878 7
800,444 800,444 00000000000000000004ad5bc4d4d865b0d54c0c085e10a0f456263a6aa89de8 1.61 MB 3,582 11
800,443 800,443 00000000000000000004c06b169b0e432fa16d9311c7b811881052f0cc6daa97 2.05 MB 6,244 6
800,442 800,442 00000000000000000004c98955e3e3454dbf8f9bd2980071c811b63c69de9d02 1.93 MB 5,353 7
800,441 800,441 00000000000000000004521f1ab643eb5c4f38f5a370289968e68458c5855d0d 1.88 MB 3,686 8
800,440 800,440 00000000000000000004e8cb5e83afb145edd219a008e2018a57cf9d46a425bd 1.70 MB 1,701 14
800,439 800,439 000000000000000000004708ff0af2011a8e780732d4b56e7925a0d83c15af14 1.33 MB 1,679 10
800,438 800,438 000000000000000000029934299c4d44bed7bd1330dc2a9219db923be3225013 1.32 MB 1,676 17
800,437 800,437 0000000000000000000124b3a66ef62974cdb14ce4f096d60ad009fcc550ee50 1.65 MB 3,612 10
800,436 800,436 000000000000000000033c38499a16ee06c46717c54d0b519a7bc5a1d571a80c 1.83 MB 5,073 6
800,435 800,435 00000000000000000000c00923ed69172b6e091d4507336933297cab93d06514 1.82 MB 4,142 8
800,434 800,434 0000000000000000000188c6a982a6293a308bda41f11bd7d324d43913f541f1 1.98 MB 4,433 14
800,433 800,433 00000000000000000004c263ccbfdffd20f9c2314d309fc3d50d7f70061028a0 1.78 MB 4,202 12
800,432 800,432 000000000000000000044f3ab10e6c5d5b23f43b87734302bfe6493c4d85cc31 1.71 MB 3,479 5
800,431 800,431 00000000000000000000432a7cc718d7d47adf35df274a113626dbd234b9888a 1.66 MB 1,253 7
800,430 800,430 000000000000000000012f3ca8f1483bdbb1bb878a079e93a6c1948a6d97d3ce 1.71 MB 2,264 7
800,429 800,429 00000000000000000000d441e8dd73201bc36668c74a3506a6d0a2e253af74e1 1.79 MB 1,744 7
Previous 10 blocks ↓
Total Size: 684.64 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,359.10 GB sent, 102.61 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.