Loading Tool

Explorer IconExplorer

Memory Pool

27,857 transactions
5.14 vMB
0.01589849 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.36/200 MB

Candidate Block

Mining Attempt 24493de5f73228638fd1f83da7b637ad44069102855ff1abdfa4c4a049b8a997
Version 20000000
Previous Block 000000000000000000016599a87148a9e7594585cd473996ae72c110e2f10436
Merkle Root 527760ea249463c9c23415f1909808a45f7725fd4fadba278c9099bcbc173f9d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 262
Size: 0.06 vMB
Total Fees: 0.00252777 BTC
Avg Feerate: 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,940 (714,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,730 198,730 000000000000019ff702375463db4c8734d38fc774a4e8439a38734443875812 0.09 MB 208 184
198,729 198,729 0000000000000619713afa30535dd2b029f7d00a6197e8a7daa7625232cdc071 0.10 MB 166 174
198,728 198,728 00000000000004d0df8915abf8d2531b10241cfdda6be97ebc0c2afc7398df1d 0.14 MB 420 164
198,727 198,727 000000000000020dc2fab27fd2de641c1351e4804b2781cd4238dd60aa1d555f 0.01 MB 42 135
198,726 198,726 0000000000000596ad9e6cd471abe049457ea7268fb7e02cd950c5ca84796eb5 0.03 MB 88 175
198,725 198,725 00000000000005e829ffbcf7b31dcb16103f19a346e160b44c58da7323ad1658 0.03 MB 105 172
198,724 198,724 0000000000000636467c2e6380ea0fdcdb0eb47ba31f471241a030e3cdc5fdef 0.02 MB 46 112
198,723 198,723 00000000000005f616f0b316c602b47567ba30b9b7af46ef6d12d9ceac6f05da 0.14 MB 207 91
198,722 198,722 000000000000053083b62807da1397a897a15909550abd4797ee1f45098e2070 0.09 MB 266 133
198,721 198,721 0000000000000197c4a1396a2afeac5349ab92effe48fb1f67c1c723f804b543 0.08 MB 204 139
198,720 198,720 00000000000001b7e5adccc193e6d5ee9171110f3f20482b353e3c32f5474830 0.00 MB 14 71
198,719 198,719 000000000000045f4795770046b00d7caee3133c96423ecc8115c73916c488aa 0.12 MB 276 140
198,718 198,718 000000000000016524f467035e76da67448ca62db5e9eeb0b992b29570bc1bdc 0.05 MB 157 83
198,717 198,717 000000000000007769ef4e84ee6f64385e39bad1d63a92d3fecffa5531f64fba 0.18 MB 319 86
198,716 198,716 000000000000042d42ba38e21a25357d1200977a0d6d4bac3c2328dc5aafc85c 0.15 MB 375 131
198,715 198,715 0000000000000476ed793507f9eef0c699a33ef940d50513c8346e0fcf6073d1 0.12 MB 244 145
198,714 198,714 00000000000005703107da5abc98bd2f4af34aee74325c99a05b3b4cfcbedb27 0.17 MB 367 121
198,713 198,713 000000000000038c1311d3e2e2059d3e5325477d1f94eca5f76a23e9ec288438 0.05 MB 93 87
198,712 198,712 0000000000000107b83afde561d84cef3f8894a45695155743b3d00f5bbf5133 0.13 MB 320 105
198,711 198,711 00000000000003a3a160c3e420e87dcaafc7f494dafb8f05273c8c4f038cc917 0.00 MB 12 0
198,710 198,710 00000000000002fe9a7cec0c86a83488c4834f81dab1bc7e091af8b2978ce739 0.22 MB 512 146
Previous 10 blocks ↓
Total Size: 778.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 336.83 GB
    • Received: 2.93 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.