Loading Tool

Explorer IconExplorer

Memory Pool

17,128 transactions (2.74 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 23.52/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,545 000000000000000000022b910000000000000000000000000000000000000000 535 0.00391282 BTC 0.16 vMB 2.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,544 (879,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,651 32,651 00000000662ce55915f7af55bae3d7e6f1c06fd6430e83f7b9d17e6f6919dcc3 0.00 MB 1 0
32,650 32,650 0000000082a8a3c3b71c81cf910a1a5c72c025906babeb0492cbf1f85b164bde 0.00 MB 1 0
32,649 32,649 000000008d8bf142c7ef3058b16e2e75d5c9268975f83af6099e6baac3f937ed 0.00 MB 1 0
32,648 32,648 00000000c9a47602af2d6bf65e8723b621947486a442bb7a2c8f160691769160 0.00 MB 1 0
32,647 32,647 0000000096c542c509e47b78b25d4d3a46c837e8b30011c65f0c2d7c547c484b 0.00 MB 1 0
32,646 32,646 0000000072e767e1ccf2b1ac0c2ec016b97878238dd21a61e1625efcc311a527 0.00 MB 1 0
32,645 32,645 0000000091b6eb24e8ad8b0b701cb312e2b8d1aa7d30a79effa0ce16ccdc9c56 0.00 MB 1 0
32,644 32,644 00000000220b38aef3b66d9ecc9877360b3ed966dd088eae5e3947cb8477d3a9 0.00 MB 1 0
32,643 32,643 00000000b08e14e1b0266e0339beac9eb6cb0d752380d9bb8153a48324086208 0.00 MB 1 0
32,642 32,642 000000004e35c17001c18b637b6a3f96b15a631e6205b5482fea12805b5b2d2a 0.00 MB 1 0
32,641 32,641 0000000040d02e2425bee2db275f9674e5f257c232d50f71b376fda784ffcdc4 0.00 MB 1 0
32,640 32,640 0000000030ca0abae7afab602667359f8e48b15489ca5bc60013ada34d336a0c 0.00 MB 1 0
32,639 32,639 00000000c1bf89c9d7b1c03909ac12aebf088eb30b0a477ff24da2c84f459d38 0.00 MB 1 0
32,638 32,638 00000000bf8515e8f32af622b8bc33fb6d67fe521a00d6c41b6c02c56f6dea48 0.00 MB 1 0
32,637 32,637 000000001001f2d3e75abd8fede4760969810d9c284e9ab83aa556ffc724a4c8 0.00 MB 1 0
32,636 32,636 0000000073bdd2eab743b2355838c87d4e452b5b36d5700fd582b10079de27ce 0.00 MB 1 0
32,635 32,635 00000000cebd072bf3f8e4c0c2476af02ae14ee14e5efa531150c2c0727b58a4 0.00 MB 1 0
32,634 32,634 0000000034f79a4e9ade19f21a22b92886d71f5800536a5ff4080b527ea42ab9 0.00 MB 1 0
32,633 32,633 00000000a26337ab98a7d6cc1bf394acff6449b322b92e59578dd7c366430686 0.00 MB 1 0
32,632 32,632 00000000700f35aadfc7d626fa665c31272c5f4c4e2ece1969f9b1bfb92ae5cc 0.00 MB 1 0
32,631 32,631 000000001d3bbd7fc43b0c74527eb82d627ac3d3474213f53cdb1c179c045342 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 42
    • Outgoing: 10
  • Data Transfer:
    • Sent: 1.88 GB
    • Received: 0.10 GB
  • Uptime:

Notes

  • 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.