Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,880 transactions (2.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,115 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (828,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,743 80,743 000000000017085fe621bfa878320e249fb12e97a026abf1266941fbde3a2716 0.00 MB 1 0
80,742 80,742 000000000032de2c686043775ee6b007cb8ddc1982ee4c7301fc2048b80c2a08 0.00 MB 1 0
80,741 80,741 000000000013955d62e0c71f3db17c08234e170cf53a69420fc6b9b5b2b94605 0.00 MB 2 0
80,740 80,740 00000000003114f3fa9624baeddaadd39334455d60e35654d87cec93a3910d6f 0.00 MB 3 0
80,739 80,739 000000000022f87b45f2dfe542b7f9b87dda94d7ad204963819696a48669cdac 0.00 MB 1 0
80,738 80,738 000000000016bfe970fc605e4a15a1a772bfb09445f61acb71ae00eac9acffde 0.00 MB 2 0
80,737 80,737 0000000000425575fb79285f59fa8c2140b5ded5fe39127a108e203486fcceed 0.00 MB 2 0
80,736 80,736 00000000001ada6b36f9dec49c6c49fb5cb7382c97fd8cd3f0ab89ced43ff7a9 0.00 MB 1 0
80,735 80,735 000000000019d12a1c422f3f84bae33156ba08f2871487c09c09972d09e7cd04 0.00 MB 1 0
80,734 80,734 0000000000309619042ad9255cf6d06faf750c9a49b42606de9a02a27c4e3deb 0.00 MB 1 0
80,733 80,733 000000000019220cfc0b2187f09cd0178c69285e546153cf4a0da186c3518e09 0.00 MB 5 0
80,732 80,732 000000000019184fcb2fec145631833236eb5d11ea3bcbbeba948586ab845ea2 0.00 MB 2 0
80,731 80,731 000000000032ab6ac90a499c5541fcd4f3bbf578d8be6363051bd63af584dbc2 0.00 MB 4 0
80,730 80,730 00000000002600c6b55fb4e362c2c64029ada27b9bcdf56d4fbbdca0f0950709 0.00 MB 2 0
80,729 80,729 00000000000eb553368f1109a670643898cf6fee9c7600077f1410ea2adf2e2e 0.00 MB 2 0
80,728 80,728 00000000003dbdc582bb5c47389447ea58ce49931b1d6400933548931f99a472 0.00 MB 1 0
80,727 80,727 00000000004138e7fbdfb5430d33b6c27deaa93c3ba2d4035c302af26bd71c55 0.00 MB 1 0
80,726 80,726 00000000001b11ab1984f69970726daab4a96442808cf9c755eaa3f721f9bd0b 0.00 MB 1 0
80,725 80,725 00000000001b59edd8b22ba5010037748462c15470dc45c665aece7d182c0cab 0.00 MB 1 0
80,724 80,724 000000000025fa3e1302b331d71a0efec43dcbd1068972a3a813fb65226e38fc 0.00 MB 2 0
80,723 80,723 000000000039a6a9ff76079bd992526a01f4e324662f4ff806b1a8e31ad86537 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 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,150.12 GB sent, 112.49 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.