Loading Tool

Explorer IconExplorer

Memory Pool

78,824 transactions
29.52 vMB
0.10190000 BTC
Random Selection Loading Transactions
Max Size: 177.75/200 MB

Candidate Block

Mining Attempt aecb80baea28d38d76f8f9b5277df1c909d418579c4dab92f6b4ea8ed46a3d28
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 2c5617e45ebee8f02c1d7892c763f6aefea07a9a013ebf61be5042d4039d351c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,580
Size: 1.00 vMB
Total Fees: 0.03754358 BTC
Feerates: 164.34 > 3.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (258,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,312 656,312 00000000000000000005c24405e7d09be1510eb41688de89e556f5dfdb81e830 1,680 1.00/1.00 vMB 154
656,311 656,311 0000000000000000000bf73a3d8b37a12c5efb329dce69054a20fb1b27ba4885 2,363 1.00/1.00 vMB 77
656,310 656,310 000000000000000000003523392c8cfb41569669142cdb3f5f0521c3539b6cf8 2,629 1.00/1.00 vMB 120
656,309 656,309 00000000000000000006392556ef9c497d8955affd1b2e8daf7f9ad550057f8a 2,050 1.00/1.00 vMB 66
656,308 656,308 00000000000000000008a907f4d2c4113b98e3c0edf8b1cb166faf50cb9b9a0e 2,612 1.00/1.00 vMB 176
656,307 656,307 0000000000000000000b6660e82c05bc6025ffb2be86bdb9e712e13afe6da989 1,448 1.00/1.00 vMB 205
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
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.