Memory Pool Memory Pool Refreshing

41,989 transactions
23.33 vMB
Show Random Selection Loading Transactions
Max Size: 125/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
865,989 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 4,351 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 865,988 (70 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
865,918 865,918 000000000000000000005be4a7a841bd6f2556139252ccdf4bddd7a9a540ede4 1.55 MB 5,331 14
865,917 865,917 000000000000000000028fc5784c8f31eb277620cf2cffe2c91e4f803b600555 1.49 MB 4,399 25
865,916 865,916 000000000000000000024b8f555e0f1ef686d15f81436a8fa81f7ec3f3d7676a 1.62 MB 4,558 22
865,915 865,915 00000000000000000002090a53119559e9ab0742bd3d6014d5a8be849c09c9fd 1.62 MB 3,897 17
865,914 865,914 00000000000000000002e1cd035b23ef1dc7ac8b1f99e4229b376489cdae7004 1.74 MB 3,614 25
865,913 865,913 000000000000000000023888434ba7777844cb9d8f0b0cee3f5b363ad7545ed3 1.63 MB 5,223 27
865,912 865,912 000000000000000000002065960fa4d8274534b4adf581e648b2f6992ad93272 1.63 MB 3,851 24
865,911 865,911 00000000000000000000ff92c77d7d2790ebd5ad5e2841f5810386bd52e75fc6 1.64 MB 3,154 25
865,910 865,910 00000000000000000001bd20c2a5b84b082ee8032d7c13b6fbbea157bc190287 1.60 MB 3,564 34
865,909 865,909 00000000000000000002c96d4f476ce2370c2c52273bb6ccc0a8e2bcb5d16876 1.60 MB 4,003 31
865,908 865,908 00000000000000000002c0a79ae837df77a22a545710c90595f4b1967b6d2a1c 1.65 MB 4,626 33
865,907 865,907 0000000000000000000114da60524de033415c09840cf0e8bc5a376ab9188e17 1.53 MB 4,668 33
865,906 865,906 0000000000000000000221d974aed4e8170c71de825505c8be31eb19f96269f1 1.57 MB 4,462 42
865,905 865,905 00000000000000000000c052caa66ce582bc254bb42929274470606c74ab4bc6 1.51 MB 5,154 45
865,904 865,904 00000000000000000001b80579dbf5cb6ac0ab5921db637179553336144868a9 1.49 MB 6,597 37
865,903 865,903 00000000000000000002dcb5ecf6af4512231ccd6410e3a53815ba02fbe439f5 1.50 MB 5,963 32
865,902 865,902 00000000000000000001ee0946d4ebf9d53a609dbe39a124d85009a4deb9dfcc 1.64 MB 5,009 29
865,901 865,901 000000000000000000023110f23905a126538efe46b6f56a3f2f14def1b91d7c 1.58 MB 5,825 34
865,900 865,900 000000000000000000001144ab43703465e94d3dc8d78895fbd2411d3a87ef26 1.53 MB 5,985 30
865,899 865,899 000000000000000000013e00614039b41e9f01aa3101e0c6b91ef965c59bac3d 1.56 MB 5,717 33
865,898 865,898 000000000000000000019b03caca6b7d52d12a18768177c68b5079584baf77a6 1.52 MB 6,604 34
Previous 10 blocks ↓
Total Size: 691.72 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,796.94 GB sent, 155.65 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.