Loading Tool

Explorer IconExplorer

Memory Pool

35,803 transactions
25.95 vMB
0.06426556 BTC
Random Selection Loading Transactions
Max Size: 132.67/200 MB

Candidate Block

Mining Attempt 5f4153b6d040e47d2ed0764f879bee1b9ce74b87dc4a808fa916dc483dd5a010
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 8e4a00761bd33d2706195ae4529ad9088ab5428d640518e14f3eb95970ec13ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,167
Size: 1.00 vMB
Total Fees: 0.01667278 BTC
Feerates: 145.40 > 1.67 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (413,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,016 501,016 0000000000000000000e6c8adc003e75c07a50762e99e2100c32b820150cc19a 2,070 1.00/1.00 vMB 598
501,015 501,015 0000000000000000007244c4df9e51ad99f5a216a8cde1ba8a0934c7d41ea9f6 1,180 1.00/1.00 vMB 298
501,014 501,014 00000000000000000034270a94b39421e566fbff73f5dd1071cb0d58a9e1dd30 1,406 1.00/1.00 vMB 469
501,013 501,013 0000000000000000001a1fee9ebd6cff659e695470ac9885a5d88709421d8f84 875 1.00/1.00 vMB 271
501,012 501,012 00000000000000000015ee4bd32882eed3e5872c94695a3c1f1f35dbb542a5b8 1,942 1.00/1.00 vMB 538
501,011 501,011 0000000000000000003aaa1a724dd20415e773f0542191a9182e6e999647e5d7 1,204 1.00/1.00 vMB 190
501,010 501,010 000000000000000000793bb351ac84b1d076887ee423831d742d09dee4f9beb2 2,694 1.00/1.00 vMB 617
501,009 501,009 0000000000000000003d80f4e18c61149cb866d761862da5f7f63bcf8be0ea31 1,981 1.00/1.00 vMB 712
501,008 501,008 00000000000000000071754dd11c7cab7f75df5d56702c8f12a6e693b2dbba76 2,537 1.00/1.00 vMB 617
501,007 501,007 0000000000000000005178e463c128b0c3de6f1391a09d33a03bdcc56478f067 2,246 1.00/1.00 vMB 766
501,006 501,006 00000000000000000011eff4453a65b8ab08ff4918f3b1f6d57cdf885bb47461 1,162 1.00/1.00 vMB 223
501,005 501,005 0000000000000000004635ec7201de86f5d581985df88e871d8f293eef77743c 2,155 1.00/1.00 vMB 544
501,004 501,004 000000000000000000590c6734971b5d21da0b230b559607618a49c9001c8ae9 1,541 1.00/1.00 vMB 238
501,003 501,003 00000000000000000024c6d4669d12e1a593831ca2a4f1ca1b05907848f37fad 2,422 1.00/1.00 vMB 670
501,002 501,002 00000000000000000053cbc6c32095d943dab3a00ad36951a27347a8027933b1 2,772 1.00/1.00 vMB 647
501,001 501,001 00000000000000000051ad02ae04cc2d8cab6b554bbdf92d799912af9cb37636 2,370 1.00/1.00 vMB 889
501,000 501,000 0000000000000000001b9afd4babe11671598a554e96912a731b2c2c1174f143 2,770 1.00/1.00 vMB 713
500,999 500,999 0000000000000000007076ba8ceea69f27cf7a2adbf9464b14d60acf7de2cf5b 2,607 1.00/1.00 vMB 954
500,998 500,998 000000000000000000679bce95a40b60d16f1ae38d07766298a7b50f7d416938 2,266 1.00/1.00 vMB 680
500,997 500,997 0000000000000000004cb70fa05e1ec7039298ad9dbf3bf5a3947dcbe1f8c3fc 2,547 1.00/1.00 vMB 613
500,996 500,996 0000000000000000003f31e1aa2403bd91cc2cb0339f5fc18cc41c2678cbea56 2,659 1.00/1.00 vMB 809
Previous 10 blocks ↓
Total Size: 781.82 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: 636.20 GB
    • Received: 12.35 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.