Loading Tool

Explorer IconExplorer

Memory Pool

81,957 transactions
30.44 vMB
0.12384191 BTC
Random Selection Loading Transactions
Max Size: 183.62/200 MB

Candidate Block

Mining Attempt 60eb7fa1e6cb74f54de7594830cd0419c9b46b18fc8d7b0e441d3cb0eb13e192
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 1ec9104b333f2c0779d4549707bbbf725522d0a783f2857be29dce34a9ce86b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.04613467 BTC
Feerates: 502.62 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (287,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,387 627,387 0000000000000000001191880361c0026b59554fcd07ae47069822dadf1c08de 1,208 1.00/1.00 vMB 19
627,386 627,386 00000000000000000001cfc41adfee1a60fb76a87b008dda892fdaaa1ac489c0 353 1.00/1.00 vMB 3
627,385 627,385 000000000000000000075ca1f4021b2a69871b7ee0bc12e43126d660d4f46264 1,379 1.00/1.00 vMB 7
627,384 627,384 000000000000000000030fc98f12cf90ce689ed2f5ee2d8140926b71a9d4d36f 2,523 1.00/1.00 vMB 12
627,383 627,383 00000000000000000008257165b6b73ebcac16a537a6188f4b971df3f94f6c37 1,970 1.00/1.00 vMB 31
627,382 627,382 0000000000000000000a51dedca0b7ddf6a87fa0a2bb364bf01e80229831f3b4 2,822 1.00/1.00 vMB 44
627,381 627,381 000000000000000000058c69a4aa5cadfd0f0649646f10d7abed80b1306d616a 888 1.00/1.00 vMB 6
627,380 627,380 0000000000000000000feae4fab6a0a5e41876a72eaf0b28b5ab4cd2a7742ebb 1,491 1.00/1.00 vMB 16
627,379 627,379 000000000000000000051050162219d2c06b1c3bb797759d6946bd916f7c0dbf 1,349 1.00/1.00 vMB 8
627,378 627,378 000000000000000000022246376aac05f7bdee57964a3a3a79a1d39883323084 1,835 1.00/1.00 vMB 17
627,377 627,377 00000000000000000002e560903c980f00697b5e06ac61226aa6532cf3b23905 2,033 1.00/1.00 vMB 29
627,376 627,376 00000000000000000008e8c4d5d250f7687973be99f8112922f0d02eb0812211 2,178 1.00/1.00 vMB 36
627,375 627,375 0000000000000000000bda705e4cbf563a4f675dd1cdd807a7c726dadb64a03b 1,268 1.00/1.00 vMB 2
627,374 627,374 0000000000000000000b60cca660f8b300cd64017e30c89230fbaa4b0a40e387 2,045 1.00/1.00 vMB 36
627,373 627,373 0000000000000000000bf65c9f67027afbcaed1dfbd834f8b42b5175764f1d5e 2,019 1.00/1.00 vMB 9
627,372 627,372 00000000000000000001991f837082c384965efb70a456e62d4c57295301fca9 2,910 1.00/1.00 vMB 33
627,371 627,371 0000000000000000000aa10721c72f1220ce068599b860b06251d827348a2ae4 943 1.00/1.00 vMB 6
627,370 627,370 0000000000000000000512cd08fb1248d9c0b2e0177108cba28fec703939296b 1,392 1.00/1.00 vMB 9
627,369 627,369 000000000000000000112c35fadf1c90f8094a8f14766b4e85208badb724d4ed 561 1.00/1.00 vMB 2
627,368 627,368 0000000000000000000886697ffee7c91d51ffcac5d5f46166ae93bb84d833a2 1,477 1.00/1.00 vMB 4
627,367 627,367 0000000000000000000ef2c1bcbd2345d4aa32dd953a5fe9fb97ebf269b8bce4 1,508 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.