Loading Tool

Explorer IconExplorer

Memory Pool

3,470 transactions (1.52 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 8.74/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,427 000000000000000000022b910000000000000000000000000000000000000000 2,026 0.01694277 BTC 1.00 vMB 1.49
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,426 (839,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,621 72,621 00000000001f0a4f9b1b1aaed350134cbdacc0a78e2be976576460fe2c1900f1 0.00 MB 1 0
72,620 72,620 000000000014e03242660e374f049e6e0a8e2f2b08311c6ccf5df2c4c6fa5870 0.00 MB 1 0
72,619 72,619 00000000006f81e644dbf93b6ed34bee9ca9bcb5fe1bec6c7269a798a8fe9aed 0.00 MB 4 0
72,618 72,618 00000000004994f933ce56fe07013a1bfd7ebd7f08fbd1a588ebc7542ea2b6cf 0.00 MB 1 0
72,617 72,617 000000000002907a9495a058653e816d89217ad56b65fb77d8bba87e19024279 0.00 MB 1 0
72,616 72,616 0000000000612189fe7fdf53f6671d23edebcd688dcec82d2f7c9d2d1ba881b7 0.00 MB 1 0
72,615 72,615 000000000080cf37ac47efb8f9533993ca0ed11575e835a1bc363be834d63980 0.00 MB 2 0
72,614 72,614 00000000004b15f509ce99856417d120b5cbb5ea8cc48c1baee6706e711ab710 0.00 MB 3 0
72,613 72,613 0000000000a141e1cd0918e88b85c1c4b3968f88d4d588c2a42b1e4cafae80c4 0.00 MB 6 0
72,612 72,612 00000000004fe79e58aa9d1928290523ae5423557d43fd112f4bbba8361a5f7d 0.00 MB 1 0
72,611 72,611 0000000000a463dcb107c2ef532eb5450e70ec765ef3e9b859365692719f200f 0.00 MB 3 0
72,610 72,610 0000000000372d195aac9187ad624c1e1020a9af5d2b3d51dff92198a21b8fc3 0.00 MB 3 0
72,609 72,609 000000000094839bd4c1c17b5b238e649b5eea80575b415b4ff774cf3fadf3dc 0.00 MB 2 0
72,608 72,608 0000000000af839c8dd056fda4fd6ee1bbb6c6597db0c8a7138e65b3c9b90300 0.00 MB 4 0
72,607 72,607 00000000002a5757e805980ca08d972fc7be15535354d727165cf680f47e0daf 0.00 MB 1 0
72,606 72,606 00000000001d6e03129a556e40d15f4e603f34c5ae95674198414a1f983eafd7 0.00 MB 1 0
72,605 72,605 0000000000a91855e9331bebcf42ac4af02f9d566ae17ed54e2bac463ee7ee47 0.00 MB 2 0
72,604 72,604 00000000008f802e86609e14ee816222575b79625dc25cb5f0e16e0bf396b47f 0.00 MB 2 0
72,603 72,603 00000000003e9f3972ebd82918a36dd6d5783186126c63fe9496a93aecc095f4 0.00 MB 1 0
72,602 72,602 00000000008f314774a9a86329cd5b2d915b32108f6c993be98744e04d67187a 0.00 MB 2 0
72,601 72,601 00000000000c65c0fba0b77d08661c3ed5b5d818d677c051a6e86d05b55bdeb7 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 777.84 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,553.00 GB
    • Received: 137.49 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.