Loading Tool

Explorer IconExplorer

Memory Pool

82,778 transactions
30.39 vMB
0.14680953 BTC
Random Selection Loading Transactions
Max Size: 184.04/200 MB

Candidate Block

Mining Attempt b4bb9b49f31ad0ecf628da80a67af850885cdeb78e19836136d704e8e5733286
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root f4f1dbfed89c3a26c4fb5ce942204d7a35a12d0797c5e12eb921251ae48f7e59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,802
Size: 1.00 vMB
Total Fees: 0.06646039 BTC
Feerates: 150.61 > 6.66 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (258,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,306 656,306 000000000000000000026bb2d8514e8036f11be9d11bf664c3e33811ee121b10 2,458 1.00/1.00 vMB 70
656,305 656,305 00000000000000000002f10c91264074c939ada79f9ed31c901889702acc2836 2,368 1.00/1.00 vMB 59
656,304 656,304 0000000000000000000858d9f38e31aa5b6d9a2fe21466a32be79242b17a5b77 2,410 1.00/1.00 vMB 10
656,303 656,303 0000000000000000000a2b979f2bd815c0a7ff5ea5c5db84d9347c2cef857a5e 2,562 1.00/1.00 vMB 118
656,302 656,302 000000000000000000064b4fce988c6e857a6f416e5fb659129cb4eb10799f23 2,392 1.00/1.00 vMB 90
656,301 656,301 0000000000000000000285ce1c671f10b391d5429c2cd61e43147f741d7d5083 2,349 1.00/1.00 vMB 37
656,300 656,300 0000000000000000000c9d5c77e2554a6c9b37b1dac6860b6963384195ca2bbd 2,473 1.00/1.00 vMB 143
656,299 656,299 00000000000000000002b1202dd118fd7d720493fba2a34b00bcefd8c790584b 2,571 1.00/1.00 vMB 78
656,298 656,298 00000000000000000004818511dfbde7963e3f5819d93977539bcbcbe476a74e 2,424 1.00/1.00 vMB 19
656,297 656,297 000000000000000000036874580a90fadc64e5e794e1a831b555e5492cfbd09d 2,664 1.00/1.00 vMB 26
656,296 656,296 00000000000000000000b725be1ac074ab80c487011988dd05206fb7bf43ba45 1,822 1.00/1.00 vMB 92
656,295 656,295 00000000000000000008c4922445f7c85fa8e77ee05d402544fef680ad69b28d 1,556 1.00/1.00 vMB 61
656,294 656,294 0000000000000000000bfc639f806415cbf0cc6c3a11cc49d4ad5ea190a9d84f 2,508 1.00/1.00 vMB 137
656,293 656,293 000000000000000000049be45d1ce40b089927f196c5c44140b685bf4e6bcfdb 2,365 1.00/1.00 vMB 115
656,292 656,292 000000000000000000035ff43e9457d4f9916c1030f7fa6c8c4e5153774e279b 2,591 1.00/1.00 vMB 220
656,291 656,291 0000000000000000000834047745d1e6005ec95591721884f221d26e54312206 1,583 1.00/1.00 vMB 239
656,290 656,290 0000000000000000000d46adb9ba0f82aaaa06b4645134ce90510b48ff92f50b 2,511 1.00/1.00 vMB 73
656,289 656,289 0000000000000000000d63f56789e332604c624f8609e5218ca633e42fec6d80 2,846 1.00/1.00 vMB 138
656,288 656,288 000000000000000000025b70efa6059a772cc959aff10d998561ca3266bc05af 2,926 1.00/1.00 vMB 230
656,287 656,287 0000000000000000000eec8858ab9aad6d5e2f5a73d40869304a7475df08f196 2,223 1.00/1.00 vMB 13
656,286 656,286 0000000000000000000c8e5eb69c45e825b5d306b978c59da2e9b4c37ccd70b1 2,597 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.