Loading Tool

Explorer IconExplorer

Memory Pool

28,551 transactions
11.74 vMB
0.03558958 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.47/200 MB

Candidate Block

Mining Attempt 26d09cbc4dac4b138635c4117ead1f2ed531583d098d40d7f236d70614d96440
Version 20000000
Previous Block 00000000000000000000dfe08e8c7fc02879d427d7327f13f30ca8cda7348f7d
Merkle Root 4179579a3b219f1e7743a28b10d1da77be7b4b9529ced5896e82164f0b5aba43
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,284
Size: 1.00 vMB
Total Fees: 0.01517991 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,519 (787,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,486 126,486 000000000000176640d95a05e5d4db99da0b987187cdf3036fb9f2e91f52b839 6 0.01 vMB 1,296
126,485 126,485 0000000000000dd0f5732bee38e065393e98617bc049746b07851af33955c389 25 0.01 vMB 1,220
126,484 126,484 0000000000003973330f36c4f87f74d3d93efac5f61d39c3568620b3ecb718d2 19 0.01 vMB 310
126,483 126,483 00000000000005e5d1a948beed18f790435f296bdd48644320e537adbea42150 29 0.02 vMB 449
126,482 126,482 0000000000001cc96bc1c27f92528b4d942a08f1bce0ba1bf586df750b348dd8 12 0.01 vMB 2,010
126,481 126,481 0000000000002157dcb434fa9dacda0cb09cb3d4dce3cc71943d312946bb8f72 4 0.00 vMB 0
126,480 126,480 000000000000110ace806d34b3de2d9231700ef5c4290f15dbb57390b2abc8d4 14 0.00 vMB 1,875
126,479 126,479 0000000000003f1bbef01212a81357963d121f6e262900db6310a375230c5a35 5 0.00 vMB 776
126,478 126,478 0000000000000886c2747cf3f2749e097bbc8cfef8ad91b63fa97ad5744b6cb1 17 0.01 vMB 1,069
126,477 126,477 0000000000000d51c03bfe2ef123cbdef381974b71643ecfc47f242b0a22cb43 30 0.01 vMB 1,161
126,476 126,476 00000000000020689fdd8501e7484e087b86be63f731118eba59adec31033f64 22 0.01 vMB 610
126,475 126,475 00000000000010c3623891bbb8a238b35e7a449d7f5ca9f9f54610a5668a3088 9 0.00 vMB 1,142
126,474 126,474 000000000000032787aa625cfc7d79e018b2bef0b8fba1c38fa023d8edcc1a2a 4 0.00 vMB 2,741
126,473 126,473 0000000000000cc5977b92db02b09ba4ec385be40cb740fbe27573fd28d9ce91 50 0.02 vMB 456
126,472 126,472 00000000000008ba5954316f4a0ce967c968486010fc45d19c438e0e3e6736af 6 0.00 vMB 35
126,471 126,471 000000000000259a33ea10a0d4b7364596755d22e5012ad46a1084718d213435 66 0.02 vMB 2,291
126,470 126,470 00000000000022b2ce55982eafc22c06fb1dad889da9911964fe96f6190488a2 32 0.02 vMB 1,664
126,469 126,469 000000000000340e9c989cfdfd0745490f1911b7f22a08f0f0ba67b0a554f141 7 0.00 vMB 371
126,468 126,468 0000000000001395e660d663483350a3b3f80f397337e18c055cd378cea975da 48 0.02 vMB 958
126,467 126,467 0000000000002eefe6321df2545dbe0a562e4a35a32c18df437bef41a321555c 9 0.01 vMB 1,828
126,466 126,466 000000000000343b0553bd691aaf877640da98da88d10f608b487945c3219639 8 0.00 vMB 879
Previous 10 blocks ↓
Total Size: 779.76 GB

Node Details:

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