Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,123 transactions (1.85 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,638 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,247 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,637 (136,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
774,817 774,817 000000000000000000056ef89ad91ffd3aebe8ea0e4880cb5f75b5b6d5d202a2 1.29 MB 1,364 10
774,816 774,816 00000000000000000005e7b5c0ea10d83abfe6dc233b59bae61c938154bd4eb7 0.37 MB 533 12
774,815 774,815 00000000000000000004b9b6cfca3ac06ce7dff60617272c702cf09b2c421a6a 2.17 MB 892 4
774,814 774,814 000000000000000000057676f4ad5e7a9701c914eb677c3860320d42593bf9d6 1.72 MB 2,922 6
774,813 774,813 000000000000000000036fe52b30ac209fc575a35bcd966d7e1b8394ebba49c8 1.87 MB 2,467 7
774,812 774,812 00000000000000000005202df9b9546eac764ea1a764a3e35952710effdbe2a9 1.73 MB 3,785 9
774,811 774,811 00000000000000000004a4ada42a5380ff4037d61c496e38404e85aefc46a46f 1.54 MB 3,782 15
774,810 774,810 000000000000000000025cc5aa06a3ac8b2219282904d0af2a71b1b629bd0d89 1.40 MB 3,196 24
774,809 774,809 0000000000000000000237c06158d3e2cb950e522ad68589278800bc2fa68e3b 1.27 MB 2,045 19
774,808 774,808 00000000000000000001fb9eb3531160622aa0bd6fb146a08982cba603c13900 1.50 MB 3,301 17
774,807 774,807 00000000000000000004d4741e5f9c159387fce24d26f3fca71841043ae54093 0.46 MB 397 9
774,806 774,806 00000000000000000006e5d84de545f038d3375d235f7e4d58a8e829430a192d 0.51 MB 1,301 13
774,805 774,805 000000000000000000060d5296f1305dcce578ab9a4c8581919db2092612ff2d 1.23 MB 2,490 9
774,804 774,804 000000000000000000012ddb2d2b634022292ec86e734697419fc963733a66e8 1.54 MB 3,360 17
774,803 774,803 00000000000000000005d5dd8edc7164dabc31f549cc06e67f3c9a3dc64ea354 0.16 MB 376 13
774,802 774,802 00000000000000000006f38e3b3da99bb24aebb2d768a554c492b30e368ab46d 0.27 MB 498 13
774,801 774,801 00000000000000000002f9693ab5229cd94aedf08b39cebb3241a2cb371b07c8 1.89 MB 2,778 8
774,800 774,800 00000000000000000003613936ae10a1234629b8f9650be1bc33db7eff5158d9 1.44 MB 2,804 18
774,799 774,799 00000000000000000002573a91d2b9b3dc99e9fd3e22f743cb9f5257e427f2f1 1.23 MB 144 2
774,798 774,798 000000000000000000070cdc2519d5ba9eb6e7565ebc1b18ed69416fdcb63a5e 1.75 MB 644 4
774,797 774,797 0000000000000000000561a8e69ddb9bb2c2b8bd84c5dc48f480393e9518b3c8 1.79 MB 1,798 2
Previous 10 blocks ↓
Total Size: 776.41 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,422.65 GB sent, 130.72 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.