Loading Tool

Explorer IconExplorer

Memory Pool

80,733 transactions
30.04 vMB
0.12467371 BTC
Random Selection Loading Transactions
Max Size: 180.68/200 MB

Candidate Block

Mining Attempt 9850a952711509999a97b139ef706d763c77494e2cc7406555b1b5256122e9f0
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 8eb6e9c6992803922296336e58154315f0b15e793a940cd5e55b0516c0e2ff45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,696
Size: 1.00 vMB
Total Fees: 0.05152359 BTC
Feerates: 242.90 > 5.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (258,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,316 656,316 0000000000000000000fd170ed2794db67a86b5ca141e5db83051d984b026a83 2,067 1.00/1.00 vMB 145
656,315 656,315 00000000000000000002610da0329f9ff06401ee44c9180e71613da9fe58bccf 2,442 1.00/1.00 vMB 79
656,314 656,314 000000000000000000052bf3a73858f03783a0231d340259189e3a7a4915351a 2,688 1.00/1.00 vMB 80
656,313 656,313 00000000000000000003d5415b75d682f9ab850000834cbcffde0fa670871fa3 2,030 1.00/1.00 vMB 171
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
Previous 10 blocks ↓
Total Size: 782.67 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.15 GB
    • Received: 16.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.