Memory Pool Memory Pool Refreshing

43,111 transactions
32.27 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,494 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,120 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,493 (53,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
809,930 809,930 00000000000000000003d0a1792f9528c12c0334003cc92a3f9a038b434cc231 1.18 MB 1,214 31
809,929 809,929 000000000000000000022320eb66f17378ce7f66bde016f2c057410582a60cc9 1.74 MB 1,277 9
809,928 809,928 00000000000000000001c0e3007980d2ba84dbed77a40e382140951d973bf4e5 1.85 MB 2,383 16
809,927 809,927 0000000000000000000132d6780016a2c0cf903f8e4e4bcde36abcf936c03775 1.53 MB 2,835 31
809,926 809,926 000000000000000000042afeb4c9bcd33e45367e118087ad571c489aa94a8ab1 1.80 MB 1,407 16
809,925 809,925 000000000000000000033040c0bcadf9898a56ad054e2459c46795a484be5518 1.64 MB 2,502 23
809,924 809,924 00000000000000000004bc9353ce864017c5534a4e817adbe86d88cc36dc89a9 1.36 MB 2,007 22
809,923 809,923 00000000000000000002b26a13383e9f501fa1a7e0e25817d4894f3e833a9bf3 1.58 MB 3,266 34
809,922 809,922 00000000000000000001586de4005f128c71aaf6312795aaf8c1bdffb699c59d 1.52 MB 2,983 29
809,921 809,921 00000000000000000004a88d51f5905ab720ec2a93ad8dbad26a5d44d4253232 1.41 MB 2,880 33
809,920 809,920 00000000000000000002117f14d791fe9e7a2b96a6f4e268dd7d483f792be7b2 1.60 MB 2,372 22
809,919 809,919 0000000000000000000451856a92fdd7b9a117f8ded2ab3e2f3f63e5727bbcd3 1.60 MB 3,049 31
809,918 809,918 000000000000000000042a11c8c2a78c5626cdf24ccfc3b22e490f725f1ad2c7 1.63 MB 2,611 25
809,917 809,917 00000000000000000001f7cbe55459f2c7b8e0a2b7f54eed2ccd9c6c6dc4584f 1.53 MB 3,621 30
809,916 809,916 00000000000000000002cd82e1b6e1d199a81a3724f0429395a9cd119493fd9a 1.53 MB 4,118 30
809,915 809,915 00000000000000000001957b55c196cb9febf5107484df193e749d9fd1473ad7 1.37 MB 2,609 36
809,914 809,914 00000000000000000002a91ffcfd3658fbf2aac1348f48b69d70e9368f9c12b8 1.36 MB 2,485 33
809,913 809,913 00000000000000000001e66895e23efbb1d5398efdf213438c17c89d05583dc8 1.47 MB 3,151 33
809,912 809,912 0000000000000000000054fa87cc9dfb914cd7f89c3b2aaff01d2cb45b79f449 1.47 MB 3,641 35
809,911 809,911 00000000000000000003bbda317fd1cb2c9d833c921603d9107d0e20c7d57d0b 1.09 MB 431 31
809,910 809,910 000000000000000000031d0314a823d2154817c4fa6aa8310bb30063ed119903 1.46 MB 3,345 40
Previous 10 blocks ↓
Total Size: 687.06 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,505.86 GB sent, 118.83 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.