Loading Tool

Explorer IconExplorer

Memory Pool

35,968 transactions
26.01 vMB
0.06660988 BTC
Random Selection Loading Transactions
Max Size: 132.71/200 MB

Candidate Block

Mining Attempt 46bb81240002d3a4612c4588f99b23ae030769cfe6f5e4b8c7caa76602d0b2d4
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 0b03f58824ecd35042c8756e6b4b1cc3ca7117c31b9b408743fd60b2bc59e375
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,485
Size: 1.00 vMB
Total Fees: 0.01879027 BTC
Feerates: 152.71 > 1.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (212,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,320 702,320 000000000000000000006c309a7d64945868fc476543d9e95510e99acafcf3cb 1,037 0.38/1.00 vMB 9
702,319 702,319 0000000000000000000e7b57c109c3e99afd5c61d1c3df3310f9b85e4d905776 690 0.37/1.00 vMB 7
702,318 702,318 0000000000000000000155fe96eaafd6d9219a3df72c96a0a2af6f99f9987f65 1,530 0.88/1.00 vMB 7
702,317 702,317 00000000000000000008f4dfd6ca94fe750f1e499d4f8f24f8593143f40ab145 816 0.28/1.00 vMB 8
702,316 702,316 0000000000000000000b08841e2515feae4db0e759c56f45749d67e581ae8a22 171 0.06/1.00 vMB 13
702,315 702,315 0000000000000000000e6541e516a44f3a024364b5831766d37a2689b82c1835 565 0.21/1.00 vMB 11
702,314 702,314 00000000000000000008c261664f0d3ab3c0585024c2fd6d870fd44995fe6162 955 0.51/1.00 vMB 7
702,313 702,313 0000000000000000000800a451c06b0a7fbdb1a308a1e5bd0f0ac1c82f8da092 3,147 1.00/1.00 vMB 3
702,312 702,312 00000000000000000003b029ba2c859bf82e94ee4830fbafed72f120bb7215c1 3,075 1.00/1.00 vMB 11
702,311 702,311 0000000000000000000d68df9fcb043ccd4a2b4cd6670b9fcb0d1617df7dacdd 2,822 1.00/1.00 vMB 14
702,310 702,310 0000000000000000000d25a14d3a8c9005cb339a967a3ae5c936ee0b50556694 1,873 1.00/1.00 vMB 5
702,309 702,309 00000000000000000001357a3ba8ff4e8963f9a22dc6fbb04b20029e361daa91 2,494 1.00/1.00 vMB 8
702,308 702,308 00000000000000000005295f23866323b00d46885ada1bfd8e7e9ed035a86226 2,119 1.00/1.00 vMB 7
702,307 702,307 0000000000000000000e2058adc398509eeb3f8100f77977c14023bfd5abe6a7 2,551 1.00/1.00 vMB 12
702,306 702,306 0000000000000000000df05033c68dde5022f950c17667f601611d543101a4e2 2,638 0.89/1.00 vMB 11
702,305 702,305 0000000000000000000464bec7c6d7c2a6fe2bf1fe5b08520ddb0dadac471afb 2,584 1.00/1.00 vMB 3
702,304 702,304 0000000000000000000b27fc14b0c977b715173bf796c04b95d7ef81ba005821 1 0.00/1.00 vMB 0
702,303 702,303 00000000000000000004832d07bdfa4d8e94c125a4a5d8c3443e2d735c412695 2,532 1.00/1.00 vMB 14
702,302 702,302 0000000000000000000d56fcedddd7125f8936da915231edb800396229e7540f 1,190 1.00/1.00 vMB 2
702,301 702,301 000000000000000000008cf17f386cf53a4f3b706ab13b73c0ec72e91e5133f0 551 1.00/1.00 vMB 3
702,300 702,300 00000000000000000000e25794b537df636ff0dda0e3f938edcfd49cb51b70a1 1,825 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.84 GB

Node Details:

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