Loading Tool

Explorer IconExplorer

Memory Pool

34,630 transactions
25.86 vMB
0.06408404 BTC
Random Selection Loading Transactions
Max Size: 130.93/200 MB

Candidate Block

Mining Attempt 74b6dae6a139c5fa43d3f6b62b923b24c329f22b17ffe0ea69fe94b34a415cc1
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 7e95b0c5a31228b200e5215e945539a1fc09495a3b1a99eca66e245c84db564e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.01676629 BTC
Feerates: 74.70 > 1.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (498,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,176 416,176 000000000000000003785ac6d88a5ccbf45f4bb569f0167451a2f6d8313ee0cb 2,398 1.00/1.00 vMB 56
416,175 416,175 00000000000000000394af53953dd8a25fc45b8c6988d80b38a71ae4b0893880 2,700 0.93/1.00 vMB 74
416,174 416,174 0000000000000000009c50d99d6589d421d2ca16b5bd60389f0f505c9d8400ae 1,350 1.00/1.00 vMB 44
416,173 416,173 0000000000000000002f0ced278175cd91ec6fd101eb7e58b11f9daf15e96be6 604 1.00/1.00 vMB 42
416,172 416,172 000000000000000000ab72563ad582372ac003727f4ba48eeb55a9030da018f6 2,737 1.00/1.00 vMB 70
416,171 416,171 000000000000000002d86a0c53f0b714bef116ccd588cb3872116632c7353693 1,229 1.00/1.00 vMB 44
416,170 416,170 0000000000000000048c9546c6e25b028bd12f7e30e533b242ae36dcd04962d9 2,507 1.00/1.00 vMB 77
416,169 416,169 000000000000000004966e4aebabfea1b189103af6624074cd242d89b3626be4 1,240 1.00/1.00 vMB 58
416,168 416,168 000000000000000002a912170ecc01fc5dbd4b9796d0ee4098c9ba55e5a3b834 780 1.00/1.00 vMB 25
416,167 416,167 0000000000000000020b0103724ac4495ca82d4029424ea5a7a66e899757c98f 1,195 1.00/1.00 vMB 29
416,166 416,166 000000000000000004558672995dd45a515a41ec298f18415e816edd92ca6fab 2,262 1.00/1.00 vMB 50
416,165 416,165 0000000000000000023d314183c66ca9be0c3b63db107de708ef1f4ea81746c9 1,629 1.00/1.00 vMB 38
416,164 416,164 000000000000000002ac325f468e750728f9f121045a1a07cf457fe53cc580f0 1,574 1.00/1.00 vMB 26
416,163 416,163 0000000000000000025c7986445eb678484a6dd24432b6e37af020d9459e7f61 1,819 1.00/1.00 vMB 39
416,162 416,162 0000000000000000051a65836aff50603cb6053257fc2b037efebf3bfac4b27d 2,951 1.00/1.00 vMB 64
416,161 416,161 00000000000000000029743b778c2dabe44503081c0e24365e555b26c615b337 3,191 1.00/1.00 vMB 71
416,160 416,160 00000000000000000569e230ebf65879e9c5dff89a6cf467ce1e53934ab6f9e6 2,458 1.00/1.00 vMB 57
416,159 416,159 000000000000000001d704fb67fa991e0d22c2c85ec6943c24c72d0cb4725702 1,266 1.00/1.00 vMB 30
416,158 416,158 0000000000000000056c9649a92e0e4ff04890c5d19fc9c770fae7aa41d68e4b 1,000 1.00/1.00 vMB 24
416,157 416,157 000000000000000001d39704ed846d5312c4e6ea672a58e79ce994a74f413916 1,830 1.00/1.00 vMB 40
416,156 416,156 000000000000000005259294c5b83c06406ba5eb20f1f9894c64822e11585256 2,110 0.75/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.