Loading Tool

Explorer IconExplorer

Memory Pool

73,697 transactions
28.20 vMB
0.06810743 BTC
Random Selection Loading Transactions
Max Size: 167.62/200 MB

Candidate Block

Mining Attempt 224826f015c4eea6ae4fee8029ebd5b5e1fc13ede42d487fa9d9d01415d5b953
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 5bd52cceae5e19dd597280559310db7bdf67112df757963db3225dcafb1e797f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,957
Size: 1.00 vMB
Total Fees: 0.01125757 BTC
Feerates: 101.62 > 1.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (400,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,125 514,125 0000000000000000004da3f10312a139123d82891fa719175dba64fd570035f3 407 0.16/1.00 vMB 30
514,124 514,124 0000000000000000002100511eee03cd09398989c05ed5c4c68333b5474ad6ab 505 0.17/1.00 vMB 39
514,123 514,123 0000000000000000002356b3259cf5da136920377f8a2cf3f5687340db4b57ef 1,737 0.70/1.00 vMB 30
514,122 514,122 0000000000000000003fc9370c9e9199e75601a8690fd58438ab77bed13943cd 330 0.17/1.00 vMB 16
514,121 514,121 0000000000000000003de3d8624a60f78b1fae743a87cf0a21407efc75c365d8 1,469 0.99/1.00 vMB 27
514,120 514,120 00000000000000000007d13713fe686f5fe678e8caa2f7d9c92580f3025fdd7b 938 0.39/1.00 vMB 35
514,119 514,119 000000000000000000312d2048e7f7d9ccaec22c9b728ca3dceeb9fdefb831b9 1,477 0.79/1.00 vMB 26
514,118 514,118 0000000000000000003ea89aa398272b4ecfbf47b49c28cb985dadeaea37fbd4 1,327 0.54/1.00 vMB 29
514,117 514,117 00000000000000000035f4b67f7ac41fe1d6eb64631383c41ab2b7940a6e79ba 934 0.41/1.00 vMB 41
514,116 514,116 0000000000000000000b75dc3683f0656a589b5d0d3d65b51ab2715ecab7f8b7 248 0.12/1.00 vMB 32
514,115 514,115 0000000000000000003e7b22a47b879f87cd1a58148dd6232cbb717f4a61e10a 1,537 0.65/1.00 vMB 36
514,114 514,114 00000000000000000016a92708f97fc5b6138fec264ce16ccebf3740b68f6fc4 684 0.36/1.00 vMB 23
514,113 514,113 0000000000000000002e61f32ba4bb639532f39c153add05bf66e3f62a4e2eff 951 0.78/1.00 vMB 9
514,112 514,112 00000000000000000038bd98068d1640b44a9afbcb3e8f0fc46f60ac6842a2d5 2,036 1.00/1.00 vMB 47
514,111 514,111 000000000000000000357b7d5040ee362f037bdf873eb4cde615b2f368f2f2a6 1,559 1.00/1.00 vMB 21
514,110 514,110 00000000000000000002dc704ade38c78f944cbb238cc464fb30506c47a15e00 2,791 1.00/1.00 vMB 20
514,109 514,109 0000000000000000001fe76d1445e8a6432fd2de04261dc9c5915311dc7ad6de 2,242 1.00/1.00 vMB 54
514,108 514,108 0000000000000000001ab77b3c3c9bd0196b328c189e3e3d9f581855a042bdde 1,559 1.00/1.00 vMB 26
514,107 514,107 000000000000000000408ece4d6ed75b6caabfe827883d7e75c76e9157a5f1d9 894 0.57/1.00 vMB 18
514,106 514,106 000000000000000000420ba5c17f6fb882fc7267bd38484e332c5c8e5d26ba22 1,801 1.00/1.00 vMB 10
514,105 514,105 0000000000000000000cd2be837363451e5e3daaa23e66b5aa73b32ff753b8e8 2,346 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.