Memory Pool Memory Pool Refreshing

71,419 transactions
26.86 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,017 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,258 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,016 (65,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
796,583 796,583 000000000000000000025665945f29d97f4bbb76c0ebcf42cc6917efd48600d8 1.54 MB 3,070 48
796,582 796,582 0000000000000000000142b22e678c883470cd86600b7008495c2d6a84225906 1.50 MB 3,379 47
796,581 796,581 0000000000000000000415ed2e70b1d717a0fc0087e2caa43e614dbdbe3a6564 1.55 MB 3,644 19
796,580 796,580 000000000000000000058cdcbb08c6758ffaf21c0ab166a5fc0fe56824a99a86 1.56 MB 3,795 30
796,579 796,579 0000000000000000000420c799d0ad77ed8194020e7336721fa2a63b4f317ced 2.04 MB 3,617 11
796,578 796,578 000000000000000000044f459da8bf7b17ff05db815aba7430f8c828116ecf6d 1.94 MB 4,553 17
796,577 796,577 0000000000000000000253c2f58601a2e5915b39ed0e9a1b54d2bdc6e222e097 1.67 MB 1,737 15
796,576 796,576 00000000000000000000302ce83c6586b182cb8997f7170ce356e7b2546f2df1 1.77 MB 2,509 17
796,575 796,575 0000000000000000000548162d58d7d822b7d2281b9b8a85e3d33e19a1736ec4 1.53 MB 2,528 25
796,574 796,574 00000000000000000003f0767a5e3671a6d735c4373201bbbbdb77f67392c150 1.38 MB 1,509 16
796,573 796,573 00000000000000000002e4add78882cf0382b4f7bbbb0cf2376d633a7ec44f5a 1.37 MB 2,003 27
796,572 796,572 00000000000000000001db26359d941a67d274561a8a9421b5d2247fe76d78bb 1.46 MB 2,958 29
796,571 796,571 0000000000000000000530e3f8455ce67f3ae7ac18ae7242df73e1e7bbdaca55 1.25 MB 1,682 27
796,570 796,570 0000000000000000000399aa8fcd59c8886f8386ee17a0ba65c0fa0b01809e64 1.79 MB 2,475 18
796,569 796,569 000000000000000000052ea8639d15a398d90239a365b085dffdc4fb6860d464 1.48 MB 3,182 31
796,568 796,568 000000000000000000003bffb7e7be543d7cf1bccafc5f429608b1cdd3e18557 1.91 MB 4,367 16
796,567 796,567 000000000000000000039359193e79fe15cf6f8f3fc0aa0d031e0232519ec65a 2.02 MB 3,989 10
796,566 796,566 0000000000000000000411f9812a7aacb87bd3870bf3dae921c2fc859505e104 1.70 MB 3,269 23
796,565 796,565 00000000000000000002f63578950b747bfaa88dcd0bc0d8730827176d01b1f9 1.57 MB 3,413 34
796,564 796,564 00000000000000000002ff8e0f4817c7326233d5c75cc8bd6ca61e895e656b45 1.79 MB 2,058 10
796,563 796,563 000000000000000000052440fd154691ee5fe27c96501468b3b28e0dda3a11b5 1.96 MB 1,584 12
Previous 10 blocks ↓
Total Size: 684.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: 1,329.70 GB sent, 99.73 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.