Loading Tool

Explorer IconExplorer

Memory Pool

80,680 transactions
30.02 vMB
0.12361316 BTC
Random Selection Loading Transactions
Max Size: 180.59/200 MB

Candidate Block

Mining Attempt 988ada1c5d875eff15ef4acdcd5c9eed6d76828649b2442da6e5196b6dc560af
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 166370f20f028614242d5542aceeaa0f8d7d3e6846cd0965a3f4f0837b451697
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,639
Size: 1.00 vMB
Total Fees: 0.05102081 BTC
Feerates: 242.90 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (258,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,323 656,323 0000000000000000000683cc11d340beec123330d5c538a7ea0a774704fdf430 2,400 1.00/1.00 vMB 186
656,322 656,322 0000000000000000000f60e23ba715e77044add98f606c00689accdb589d4f47 2,107 1.00/1.00 vMB 208
656,321 656,321 0000000000000000000ab679f3add7a9e278e929aee66fae8e84392f2d800b16 1,580 1.00/1.00 vMB 219
656,320 656,320 0000000000000000000ef54833aaa0a1e53c86636337f4c62681db1e628f684a 2,389 1.00/1.00 vMB 263
656,319 656,319 00000000000000000001219ec26c9d74fb2cc29a3bf889adc93f911009239aec 2,177 1.00/1.00 vMB 117
656,318 656,318 0000000000000000000dda65f67e88b499590761db78a572d0da5f98670d0bb9 2,102 1.00/1.00 vMB 8
656,317 656,317 0000000000000000000b93ab6c358af539b6634005a5a25c809848cfb6b85c05 2,671 1.00/1.00 vMB 55
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
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.