Loading Tool

Explorer IconExplorer

Memory Pool

1,157 transactions (0.39 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.06/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,345 000000000000000000022b910000000000000000000000000000000000000000 1,144 0.00988227 BTC 0.39 vMB 1.64
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,344 (825,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,670 86,670 0000000000122dc4da19940f96a068ca4f0e674624984cbf5585af660e06319d 0.00 MB 3 0
86,669 86,669 000000000018873fd6dbddca0b397a7b6f6079bbfe6279b1ba76be23a33fefdb 0.00 MB 1 0
86,668 86,668 00000000000fc69af61e6acdbe6e52f9cc40121630a085094f9ac126363ad179 0.00 MB 6 0
86,667 86,667 000000000027a7d051bca3fa3c7d83c85e413f2c69f6115c0ff7a837325f90ec 0.00 MB 1 0
86,666 86,666 0000000000157a8cd75d1c8c72eaa35b581b2df02f9dbf0ea3a191cba4680f71 0.00 MB 5 0
86,665 86,665 00000000001efa6364d70b875dcd90bd7cebcdf6e483a9d39814b67c8517fb82 0.00 MB 2 0
86,664 86,664 00000000001530d5f6acb192e74b2b7d38c0c6635378e6de16d64d862c36fc8d 0.00 MB 3 0
86,663 86,663 0000000000197c30c2a4ac1ca71bb966b46440070e48cef26c9ac61c368bd23c 0.00 MB 3 0
86,662 86,662 0000000000145a93a7c50baef2f9a6f872dfce89c243bbfb6c2cb5f19e684907 0.00 MB 1 0
86,661 86,661 00000000002d4959569bf5f977bbceae4c414f89cec44a7ad65f7e714ac7c654 0.00 MB 1 0
86,660 86,660 00000000002040891ec020b10b13ce2d88375b25c8e420a70f2ea8c535f16094 0.00 MB 1 0
86,659 86,659 000000000007b5688026448ed2e81ea4a3102b145e81ef01ae5bdbb5d656d0c0 0.00 MB 1 0
86,658 86,658 00000000000fd7ac6b20b51c1ee034e2ca7108f8d421bd0b957a42520ae7af32 0.00 MB 1 0
86,657 86,657 00000000001876a224ce44cc5b7aa53f5b4b6592147fdb5cf461a3c94fa51f3d 0.00 MB 1 0
86,656 86,656 00000000001b5edcfae87fe77fdf0ff6742fcb32f48820653ea8008fa1087638 0.00 MB 1 0
86,655 86,655 000000000018105868ba91876e83e5beac1d2b681b82ffcb838fdc1809ab6a63 0.00 MB 1 0
86,654 86,654 000000000006800beb53f9dd71e880b9664bb7563ad3017c549139f2bc4d80ac 0.00 MB 1 0
86,653 86,653 000000000018c45ab7e8be951fab86472d4ea42255060f0bf3d88a96e5427dc9 0.00 MB 1 0
86,652 86,652 00000000000f998a4602d0e21285cbefacb93ebbcdd4e35b1fcf37b523f78b9e 0.00 MB 1 0
86,651 86,651 00000000002b34f3aed6839853c8dcad08d3b437ac8dc3de548cfce6ff6d29f5 0.00 MB 3 0
86,650 86,650 000000000012ed61ed53e522306133f0dccdfab0483c05c6155b2d182e73ac83 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 777.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,544.82 GB
    • Received: 136.83 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.