Loading Tool

Explorer IconExplorer

Memory Pool

32,181 transactions
26.63 vMB
0.05911528 BTC
Random Selection Loading Transactions
Max Size: 144.08/200 MB

Candidate Block

Mining Attempt 52eecdbf4ff688aeffb548c99b57429147d0d00b9e4eaa0c82e7a40bfa531631
Version 20000000
Previous Block 000000000000000000004db85cc7d531b571c53d99e9f58166e7ec26c2cf4076
Merkle Root 11a95a2853093452b8da27958376cf7e3b1a4c6726ec11f822a5a3f466aa120b
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,530
Size: 1.00 vMB
Total Fees: 0.02197222 BTC
Feerates: 79.11 > 2.20 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,276 (697,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,620 242,620 00000000000000a058b2277fa464c9124ac5006cf707b0aab079f7d0ef716dd3 138 0.06/1.00 vMB 103
242,619 242,619 000000000000001b6bb9c9442679d7cd2ff6fcf41f4c1a6735e5207240cdec24 359 0.16/1.00 vMB 153
242,618 242,618 000000000000008c78464e1f6e38cd0983635a7b7fc93ae9792eedd31480acd5 17 0.01/1.00 vMB 99
242,617 242,617 00000000000000c6679eac0efdf0b82e8fa11498469a3bbd774a50c09dcf715c 290 0.12/1.00 vMB 151
242,616 242,616 000000000000002ca220357c1d60afa3e1a4d793dd7bee38159a14c06ee97aaa 421 0.18/1.00 vMB 152
242,615 242,615 00000000000000a048c337bcebd14e232b59b0ea2616ccde3c435130f95acda6 329 0.16/1.00 vMB 131
242,614 242,614 00000000000000317b2d14147894641536016c3c31ebc1dbf6daa8963c885947 32 0.02/1.00 vMB 93
242,613 242,613 00000000000000646c3b7f81f25f0f7142dd30d62174629fbbc9782eb5a45653 167 0.09/1.00 vMB 125
242,612 242,612 00000000000000dc27b3674a0a6c7941af1f6d2c019458406ee343d1ed35e4b7 261 0.11/1.00 vMB 142
242,611 242,611 00000000000000a498ecd30fe4bc31fdb49d6945c3cc8803af434365f03da4ee 189 0.06/1.00 vMB 40
242,610 242,610 00000000000000aaf26e446c8ae8e778a0723a19b6f894c1a7d2067e8e4b4761 233 0.09/1.00 vMB 139
242,609 242,609 00000000000000b415d35df5e4909e6fcbd0491a26b03206c220f7f7da3ce83c 76 0.04/1.00 vMB 40
242,608 242,608 000000000000009c2618cb9e7f4920738a42cb93490eb3d142931df3534dfd29 173 0.08/1.00 vMB 102
242,607 242,607 000000000000008d7f332d10101ec124c3ad6a8d0330ac5ca0c65b16f23a55a9 149 0.07/1.00 vMB 82
242,606 242,606 00000000000000a98bffddcf0cfcb5f3cb03fb85dcca09301f640e0ca5ced021 661 0.25/1.00 vMB 166
242,605 242,605 00000000000000ab0e0cd1aa8e1238b59df8537b3bc2099c01f772bdbaa839b2 128 0.08/1.00 vMB 94
242,604 242,604 0000000000000010ef703a07126ba4608cb57cea7eb4dbc5ff35f8fe0aa3aced 439 0.19/1.00 vMB 138
242,603 242,603 00000000000000dd22787671ba7561b230ab0544d2a171045c7df5aba21b0eb7 338 0.19/1.00 vMB 78
242,602 242,602 000000000000008de21b25987c8a1df64098b5d60dc6c1c82d02eab030ef6cca 402 0.15/1.00 vMB 177
242,601 242,601 00000000000000363683ec6ec4ac26eb38358095716cb9b5b61f427499fd374f 567 0.25/1.00 vMB 162
242,600 242,600 000000000000005cb092fea67390a07d1adb105167cb80d91d0faa09b5eb574e 20 0.01/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 827.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,445.87 GB
    • Received: 241.58 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.