Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,288 000000000000000000022b910000000000000000000000000000000000000000 1,204 0.00905289 BTC 0.37 vMB 2.22
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,287 (552,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
359,336 359,336 0000000000000000104aeb9ffdc2049556b98efa9bd71239faff36d20324fcdc 0.32 MB 716 28
359,335 359,335 000000000000000003e390dfd0cef1afa17438ed3222f2cfa71eec5e1ea218c5 0.14 MB 221 23
359,334 359,334 000000000000000011e013fc24003e08d5f8cad12b546f1d55552d37a5e3c6c7 0.00 MB 1 0
359,333 359,333 00000000000000000d2ed3d7663424e73a3463324640cfd69c886669e4ba5de8 0.43 MB 744 23
359,332 359,332 00000000000000000b275b9110d97902f9ecb5d18bb9b8bccd4528719587e64d 0.17 MB 312 23
359,331 359,331 00000000000000000a6eedc26560de8f35847fb152e33f3d00cffb27155e4fc2 0.13 MB 270 33
359,330 359,330 0000000000000000081c30cc7a078caba3e70cd0ab80d5866d59ce0409b26c8a 0.35 MB 664 25
359,329 359,329 000000000000000002228f0cb301db97586af6802ef6ba7437155c5e5d72aaed 0.41 MB 908 26
359,328 359,328 000000000000000014240780fe5ea0dae7f364caf4a6a8cdb172c6ffffde8174 0.64 MB 1,179 27
359,327 359,327 000000000000000014d961a2ae5b366d0f8d1187d0018f858a024fe85bc2a9bf 0.19 MB 329 26
359,326 359,326 00000000000000000b56576c90881f380906d0593d60f4eb3bec531f4ec95911 0.04 MB 48 11
359,325 359,325 00000000000000000d840c8ce086be8391ce05c423577b886970109e0a7fc7aa 0.27 MB 522 23
359,324 359,324 0000000000000000022dae5c6b6dc0f355bb764b8d2dfd410282fe29f8382a7a 0.58 MB 577 18
359,323 359,323 00000000000000000af924f424987081fd40f5394001857eecd38f20eb2a1bf8 0.20 MB 423 29
359,322 359,322 00000000000000000b35864f88db6b62b97340f545cbb6b2b6c77fe7d8b5f262 0.29 MB 557 26
359,321 359,321 0000000000000000088f224b9e69f286fe32f6e5cd05ae12998de12016e6d714 0.15 MB 272 29
359,320 359,320 000000000000000016c9a5a89a17fba8266097f498f8def28bc747d62c3bdbf1 0.07 MB 113 15
359,319 359,319 00000000000000000f485f74c2e8aa6f0500fbc1ecd20b60cfd45bb2fa022bb3 0.39 MB 664 26
359,318 359,318 000000000000000012d935914da74cae34d44d9ba4a0f2a392d7a4310c43af46 0.31 MB 335 14
359,317 359,317 00000000000000000bfd44bab805b23abcc9eb02459ca0191eae0f08d416bfda 0.32 MB 522 19
359,316 359,316 000000000000000000ce4f16bebd5cca15165a35629866048c9b89fb2fd5bf2c 0.10 MB 202 12
Previous 10 blocks ↓
Total Size: 777.61 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,540.84 GB
    • Received: 136.40 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.