Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

991 transactions (0.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,279 000000000000000000022cb30000000000000000000000000000000000000000 0.26 vMB 981 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,278 (885,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,760 24,760 00000000ff836822a45aa6719ff6cee2f6595d84d5daaf565696d3af6b1e2722 0.00 MB 1 0
24,759 24,759 000000009f4c2a7ce0c2a0b540b1ff400f8165a693d0b9ffb8e8c0e2c78f5db6 0.00 MB 1 0
24,758 24,758 0000000016760d0f902658a45f99721242b62423b8b70711b7f1a829b1f03b69 0.00 MB 1 0
24,757 24,757 000000007a55f94111c2f271ccccb8427e31da08e04f7434d4d0b0d6584cf563 0.00 MB 1 0
24,756 24,756 00000000747fd2d2316b07b2db114040ab4795bee854fb85fcea3e0ff54e6031 0.00 MB 1 0
24,755 24,755 00000000f1c66249812f6e486042157fa1ce0b0421ed22d457f9ae6825b8a5fc 0.00 MB 1 0
24,754 24,754 000000005cebb89f62b873c27a4d50be240e176f447a4a5638269c9d9869ca1d 0.00 MB 1 0
24,753 24,753 0000000049b8f28acdf54ca6a6e567019f60d45b2c8e696e45941663cf5621ab 0.00 MB 1 0
24,752 24,752 00000000f4e074e6bbc9855e77401d68fdfe766bd7ee6c59c1c4fb0d96bfd34b 0.00 MB 1 0
24,751 24,751 000000002ec3c0e974b5f53689305fdb0dfe5b56123e5cad49a6a8e19dd6f94e 0.00 MB 1 0
24,750 24,750 00000000c9db00aec2202f87218568a8327a35b359de627086ffc20cfe617066 0.00 MB 1 0
24,749 24,749 000000008787c986c8a3d70099f300eba1b9cc82739ec019787d1d75704a7b45 0.00 MB 1 0
24,748 24,748 0000000091b279cb911eebca3f549e2f6d251425599fde4c5c589a02c8b18bc4 0.00 MB 1 0
24,747 24,747 00000000323bf14fb587558117498d77c10dfac987d84ca7c39007704df465da 0.00 MB 1 0
24,746 24,746 000000001789880d1b6b94e6d0542c2bb0aa659ae0a01a8f762f3b5cd2b86ddc 0.00 MB 1 0
24,745 24,745 000000006010882ac9412fc6e39a9e39380ec168f61e761500b0e9fc78e8c10b 0.00 MB 1 0
24,744 24,744 000000001dd9e04d254b7c8ff98df26e85b3e17ac7c5c09e4a344b081bfc6e16 0.00 MB 1 0
24,743 24,743 0000000015636cf1dfc143baad15f606362ae402c202ae6e2d33ac51c1743122 0.00 MB 1 0
24,742 24,742 0000000033e12127d8276846c760e8be96d4ca8188e257fa1ae838850bd1fe77 0.00 MB 1 0
24,741 24,741 00000000aae50c5f06e0e051a4554d2db764f8d1841ccc316a3ae7ec3742b125 0.00 MB 1 0
24,740 24,740 00000000f4d076d48846c4235905d236f457ea39ae8a0f1dccc7d7d077703d4a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.92 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,227.28 GB sent, 118.13 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.