Memory Pool Memory Pool Refreshing

52,460 transactions
18.93 vMB
Show Random Selection Loading Transactions
Max Size: 113/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,989 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,892 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,988 (79,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,871 792,871 00000000000000000004f281ff54901416ec6859d681de5e7a4b9dcd0d72a8fb 1.16 MB 503 15
792,870 792,870 00000000000000000003738e66be99663d40c0e5efb5b74ca885329bffb2d640 1.79 MB 1,781 21
792,869 792,869 000000000000000000026ca12221af77a7e02bfd47899cfe7c17f91fce999e86 1.61 MB 2,081 24
792,868 792,868 00000000000000000002d9e3e49d9e2995b76e9e3fce5b77dc4ccabbdee17728 1.49 MB 1,174 19
792,867 792,867 000000000000000000006a25fe203b0626e40fe08bfff067ac1488dfd7113ef9 1.44 MB 1,521 17
792,866 792,866 0000000000000000000410d7346b6bb0b2fbe1e0caf9820f9b264818cad5f11c 1.66 MB 2,650 35
792,865 792,865 00000000000000000002ee0845c16bf90dff150b7f78d11618249eb992466af5 1.46 MB 1,109 17
792,864 792,864 00000000000000000004092cbcbb563378fd6750c93515f61876b8ca814b079f 2.09 MB 2,864 19
792,863 792,863 00000000000000000005139865f254d711530355ef040f9aca19916e982f6e93 1.57 MB 2,838 35
792,862 792,862 00000000000000000005255774a6286b809511c383bc0e857441a91bec1f0a0a 1.47 MB 3,303 43
792,861 792,861 00000000000000000003b8c4623d6df93f4738d42dcff5d4c2294bab4821b2a6 1.80 MB 2,733 35
792,860 792,860 0000000000000000000125374633a381406734410bbe24bf819d3f8fb0acd764 1.37 MB 1,487 15
792,859 792,859 000000000000000000030892496d515ab47030d0d21e9d30442655ca8b11a036 1.69 MB 2,616 32
792,858 792,858 00000000000000000001b4ea8fda09ef861e2210722aec8b8b352d5b882ebaee 1.65 MB 2,889 33
792,857 792,857 000000000000000000045d26d9bb8075773f68562d6c285353c0fd603f2c111f 1.42 MB 826 16
792,856 792,856 00000000000000000002e56ebe6959efb73a3c09fd177c1f5a9041a103b6657f 1.75 MB 1,645 19
792,855 792,855 00000000000000000000bf4f3fbf8d0e57faa0dfd212d2e5c5d821ca6cf65229 1.56 MB 2,632 31
792,854 792,854 0000000000000000000045c2276874d15be48e9791200cecdf56843c5c073fd5 1.27 MB 758 22
792,853 792,853 00000000000000000002d014e4062d0c9ffacb5fa18a19c60c00b34c52909b92 1.73 MB 1,895 19
792,852 792,852 000000000000000000018462dfeabc620c672f5822ca44d8f0fc13a2ac8216e5 2.00 MB 3,089 24
792,851 792,851 00000000000000000004942e35b8b91f3e7fd63cf7909ad2012bd23fb58b4237 1.50 MB 2,801 35
Previous 10 blocks ↓
Total Size: 703.19 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,584.02 GB sent, 232.52 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.