Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,069 transactions (1.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,611 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,610 (123,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
787,808 787,808 00000000000000000002102d514b01647616191d592f1b179509552f1dbf3c58 1.65 MB 3,973 48
787,807 787,807 000000000000000000044628abf6a9205634ce3166ad0c654347809a6c5a3744 1.69 MB 4,448 48
787,806 787,806 00000000000000000002cc1ca765ddbdaabd91018206ff0877f5791d4e92252e 1.48 MB 3,228 57
787,805 787,805 000000000000000000050ea1937ce36814ca91906031dcd8fdae239920753678 1.58 MB 3,686 50
787,804 787,804 00000000000000000001b18443fd9df6b6827b3e49bf8efe4d741dc3a2a59982 1.59 MB 3,263 48
787,803 787,803 000000000000000000013e8df466caeda33385e8dc348ce62a8e859f065fdc65 1.63 MB 3,963 45
787,802 787,802 0000000000000000000363a4c890dc2280020a04ec87a9c35f5fb8de16b1fe59 1.69 MB 4,252 36
787,801 787,801 000000000000000000053331cac44b38d153c0ae984b9526db441e15200e1e2d 1.76 MB 5,067 48
787,800 787,800 000000000000000000034fe4176326c04eaa0e25d84b42b9065672da98cee12b 1.66 MB 4,239 58
787,799 787,799 000000000000000000021c86a2330bd1f541d386294330cc6c6bb75ec4d7e2bc 1.70 MB 4,349 47
787,798 787,798 000000000000000000023eebbf229fe6f1f1993c0db45d9d9c3dff70b13a404f 1.63 MB 3,910 57
787,797 787,797 0000000000000000000034b50ab70ae12b453785b8c8e61fc8770a39092a1e2d 1.68 MB 4,542 51
787,796 787,796 000000000000000000028916104acc91522a139d9f44e84b1beff854cdeefdce 1.47 MB 3,124 50
787,795 787,795 000000000000000000004b52c1c7db6ba2106c6ee26a108cffd7121f913eb7c2 1.54 MB 3,681 62
787,794 787,794 000000000000000000039ae00d69bb5b9ab80aba2f5c219262fdd3bea0017c5f 1.65 MB 3,731 34
787,793 787,793 00000000000000000003bf3afc54f01551642ca2394c68b2ff1b2797a41ae234 1.62 MB 3,734 32
787,792 787,792 0000000000000000000350a4513201d14a47dd684c5f972b282c9b2ead1b13bb 1.59 MB 2,929 25
787,791 787,791 0000000000000000000104fa393686904e1ab036ec07618c7c1e5c7c6b4f8fb4 1.74 MB 4,266 34
787,790 787,790 0000000000000000000128d1d175c6f5f80794d9ad714b85d62f8e61169bfee7 1.65 MB 3,028 24
787,789 787,789 0000000000000000000046583dd0d6d9fdbd82ca34b68de238fc2ef77accb97f 1.71 MB 4,401 40
787,788 787,788 00000000000000000002748c2faf9422823abcf3351d5d9a6706c2dc430aed04 1.79 MB 5,012 46
Previous 10 blocks ↓
Total Size: 776.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,420.42 GB sent, 130.47 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.