Loading Tool

Explorer IconExplorer

Memory Pool

80,023 transactions
29.93 vMB
0.08426602 BTC
Random Selection Loading Transactions
Max Size: 179.28/200 MB

Candidate Block

Mining Attempt d1f12a144cc8abffcb4328a128ff4f49b28b8ccab78d6b0b201ffa93ff6fac1b
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root b3cae72e58e885ea5ad8cb6d858e24a6a7ad415ab3bec139db065b40149f4ae2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.02282593 BTC
Feerates: 313.32 > 2.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (681,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,616 233,616 00000000000000f11ab90bcad800fe3946b41e022322b6abd66b46c8411a1320 156 0.08/1.00 vMB 135
233,615 233,615 00000000000000d0f3ab3a6282e3bf5a58c9bed387ac89b1c7f850de7842d6c1 403 0.17/1.00 vMB 193
233,614 233,614 00000000000001bb6a7aa7a7ca349539a51e170fb0286150917049567ee01ead 110 0.04/1.00 vMB 158
233,613 233,613 0000000000000190d1ec2caca38b22d3f6b0b0fdb9b1243b2ce5e43f7cdee690 193 0.08/1.00 vMB 163
233,612 233,612 00000000000000ef857ba29468109e10733d4c5abb3706d4e0d99d002d71cbb6 210 0.15/1.00 vMB 91
233,611 233,611 00000000000000766c3c986e7c65201b4c83ad9f686ad5135e8f24db0d43772c 527 0.23/1.00 vMB 154
233,610 233,610 000000000000001cb34d6caef0b796e99bc53b0fba603f50c6f0faf5612cb88d 315 0.15/1.00 vMB 115
233,609 233,609 0000000000000020d227eb124c8efb036923b9ab55c68355f229590e8897b27a 557 0.23/1.00 vMB 157
233,608 233,608 000000000000000c825b56dd52b92cb439a5a58857dc25cfa6b5612aee86f3de 201 0.15/1.00 vMB 129
233,607 233,607 000000000000002be2fdeea729869fdbd3c2e0b9519922144a25c23ed044ca97 274 0.15/1.00 vMB 129
233,606 233,606 000000000000015b348250467458e7c3e58d9550d068b2b57622e8cb1027f7c3 127 0.15/1.00 vMB 41
233,605 233,605 00000000000000671fba103e4f9b29fd44ed537a32accba54635f7a78da3dcc2 344 0.17/1.00 vMB 141
233,604 233,604 00000000000000ef7b5833c387faa6e8132db5d698c65c389729953729b58393 287 0.12/1.00 vMB 220
233,603 233,603 000000000000008b2e589407a389d6a29f621d0d77751dbedaad567da4d7336a 10 0.00/1.00 vMB 98
233,602 233,602 000000000000014291bd12ae5edc215290330b7a60a3fe97d133b0f9cbea37d6 514 0.25/1.00 vMB 124
233,601 233,601 00000000000000b134530f0a1ce277555a22b436771b970d7f51f9dbe0155380 534 0.22/1.00 vMB 162
233,600 233,600 00000000000000b35f8d18bde8c2f6a1477ad4f5e9e441dff24c856e12cac2e2 199 0.08/1.00 vMB 248
233,599 233,599 000000000000010a6ec27b4c94031849234abb05c79ed64297c8e9f11099f859 367 0.25/1.00 vMB 116
233,598 233,598 000000000000003d293551a9de5f6986046cb1459ab07dfe81d4bd84ba663910 83 0.04/1.00 vMB 96
233,597 233,597 00000000000000aa82561943617de533d949dbcf5cf6a341f2978e384a8385b6 3 0.00/1.00 vMB 48
233,596 233,596 00000000000000e02a076abea5df0aca87e69c204df65e669da9845c472d3b16 432 0.19/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.