Loading Tool

Explorer IconExplorer

Memory Pool

41,640 transactions
28.62 vMB
0.07877434 BTC
Random Selection Loading Transactions
Max Size: 146.11/200 MB

Candidate Block

Mining Attempt f08b67e70beea9fb0d234e4be3a468ee4855b1616ddd82fba082c11ab39f20dd
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root a4a48c3ec605f3db33924f3912e771cdf6b9a59961c0c71c01a06b06cc8d0b9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,754
Size: 1.00 vMB
Total Fees: 0.02329691 BTC
Feerates: 88.27 > 2.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (278,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,599 636,599 0000000000000000000ab674b6a0220e430af50f734547e886aab927c66c59b1 2,409 1.00/1.00 vMB 27
636,598 636,598 0000000000000000000f561e4c8ae4aa753ae84e83821793a5de0ad08137c585 657 1.00/1.00 vMB 7
636,597 636,597 0000000000000000000b8a976eec974d8d9f8c20e6681bb901e374e80bfa68a5 1,077 1.00/1.00 vMB 7
636,596 636,596 0000000000000000000cff2333c3241b9abeddb1dc35890541980832efb7a841 2,963 1.00/1.00 vMB 21
636,595 636,595 0000000000000000000df33f883160ed373afd3cbd098c40b111b32ba2389294 2,839 1.00/1.00 vMB 16
636,594 636,594 0000000000000000000c9d59794c57b48f275fb8aa2cead3d19350e8a4dd8f66 2,186 1.00/1.00 vMB 20
636,593 636,593 000000000000000000107773805239f81986e6b7f53a37d4ef133a327650d65b 2,811 1.00/1.00 vMB 33
636,592 636,592 0000000000000000000a728839d0cd0f2e9b9577157662d9e952dfe2259c859f 2,335 1.00/1.00 vMB 19
636,591 636,591 0000000000000000000a65c20faf9b4dbc051f182b724fd3ca46993dacf66f61 2,254 1.00/1.00 vMB 27
636,590 636,590 0000000000000000000d800fa836ad08affc8a2e2238e5fe78c110f82c1534c7 2,818 1.00/1.00 vMB 41
636,589 636,589 000000000000000000078dd4d482864b93426cd6ae50a02012b0c62e1c8618df 2,710 1.00/1.00 vMB 17
636,588 636,588 0000000000000000000d42d0820dc9a0f73aa16ccd13f2794a8985d078006ec4 2,401 1.00/1.00 vMB 5
636,587 636,587 00000000000000000009b6461ef45f3fa40020984833b8966146dea74a7d60d1 2,401 1.00/1.00 vMB 19
636,586 636,586 00000000000000000007477fd50ba2341e15600ffd5082a7b5ac77111c5977ec 2,615 1.00/1.00 vMB 19
636,585 636,585 0000000000000000000ed6e1ed4c062770abe3b314d215942b9a148e7671f5a9 2,310 1.00/1.00 vMB 7
636,584 636,584 000000000000000000073557e807bfcbf2c68e70e4c3b45de5d4f950decfccdf 2,288 1.00/1.00 vMB 21
636,583 636,583 000000000000000000095e28f5145691941c0785a9ffb5ebc9d4963458ea8a51 1,785 1.00/1.00 vMB 20
636,582 636,582 000000000000000000052b21adbe4023ae1da0b9f83ea526555618c6ddd13ba4 2,218 1.00/1.00 vMB 49
636,581 636,581 0000000000000000000ce073501e475ccf46532713336e85adb2828c9cebdb77 1,682 1.00/1.00 vMB 12
636,580 636,580 00000000000000000010920cd18f2756afe87aaa3079d4d91e7a58426fb1a908 2,533 1.00/1.00 vMB 34
636,579 636,579 0000000000000000000a620f7335a435533e55c5cea326ad949093a057733fe2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 630.33 GB
    • Received: 12.01 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.