Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,277 transactions (0.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,673 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 1,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (827,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,552 82,552 000000000035fb4b77c3b9c184de7bd29db4569e071faea038e9d9da2b4190e0 0.00 MB 6 0
82,551 82,551 0000000000118c7e2247d5d88275f943a90085be125d51bdd7a308ec68396f01 0.00 MB 1 0
82,550 82,550 00000000002199c591e10c8c0008dd0f6acd852db9991bbcee4bb0a37779d506 0.00 MB 1 0
82,549 82,549 0000000000332a68e6078dc1a4d22cec422761f64092ba76e74c7d846d885237 0.00 MB 1 0
82,548 82,548 00000000000b34bf169ee8c52d1081f3b868de0581c1930e000eeda3e189a9de 0.00 MB 2 0
82,547 82,547 00000000000996d411583f4fd1e576e4f5b5489acb717afac74bf5e955b53b5d 0.00 MB 1 0
82,546 82,546 000000000044e6e3eac1010f234fda2c9700101c6ec03e8f025319e280b67b80 0.00 MB 1 0
82,545 82,545 0000000000340bdc99ead36669aca74061fccc5ae8384ceacef14a3ad42ed226 0.00 MB 3 0
82,544 82,544 00000000000f6d3c8bd500fb75b158d56964644f343ad5d94f3f989589da3556 0.00 MB 3 0
82,543 82,543 00000000003da0f9560b158f146e128dd7d36bf2958a988d51f8a7bed6221412 0.00 MB 1 0
82,542 82,542 0000000000083bc52d69a67d6e73f09b1a2dd92739f7f5af65ed417e0ddb5fde 0.00 MB 1 0
82,541 82,541 000000000009ce1496c42c129ae0db724cb47cc9a84c593639098c6a7f082e83 0.00 MB 5 0
82,540 82,540 00000000001ce361b25f8af57fc0e10958dab271c8e78306337150d0b5ffb46a 0.00 MB 2 0
82,539 82,539 0000000000432e98032f3ac06964e0976ab3f50c8dee7c6f6e124e726b1146e7 0.00 MB 1 0
82,538 82,538 00000000002dcf7bd381b481c5e54b2175a3937dd9148cb14bb23d1c7fc8fc47 0.00 MB 2 0
82,537 82,537 000000000008cff4014a1e4f9757e35321c27e50cf9d02e100adf73818775f7a 0.00 MB 2 0
82,536 82,536 00000000002fdfd7014878f9388ff88ac485ab123aa5a184deb4eacf7f064b00 0.00 MB 1 0
82,535 82,535 00000000001ec48abc23365ca292c2a1e9144ba4814e890e57d3960162281fca 0.00 MB 5 0
82,534 82,534 00000000001c762dbc0822ed736c3827142b61dfbfb79ed2137a7274fb1b4aac 0.00 MB 1 0
82,533 82,533 000000000035776ed37fc43a7769eba8f987fdb6c029957066d31a3cedd13c72 0.00 MB 1 0
82,532 82,532 0000000000456ab5b39e936381ae206dcf0bf2f5fd7217b5831a787795d6d220 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.80 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,137.96 GB sent, 112.33 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.