Loading Tool

Explorer IconExplorer

Memory Pool

86,356 transactions
33.21 vMB
0.14367557 BTC
Random Selection Loading Transactions
Max Size: 197.52/200 MB

Candidate Block

Mining Attempt 8c876fe505f23d62d6834452045ac2901f83dccdd8f67e01051043a2f4effda9
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 086ea0760c428a02678ee959b07e91eb9c530b6d0a03a48e6fdd5d7256df05a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,779
Size: 1.00 vMB
Total Fees: 0.06601758 BTC
Feerates: 387.56 > 6.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (363,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,893 551,893 000000000000000000126909dd45c1374bbf636f4aae2d7d148727f05e61f480 2,563 1.00/1.00 vMB 22
551,892 551,892 000000000000000000238884b7e467927eadcb05584680bbf7caf80e854b387b 2,914 1.00/1.00 vMB 31
551,891 551,891 000000000000000000159e81582f68a21b984d4d186184b2cf924d0e0669a0f1 2,420 1.00/1.00 vMB 46
551,890 551,890 00000000000000000020e09df51fa4f8b791e247e89ac59a5e44eab16108ad74 1,883 1.00/1.00 vMB 52
551,889 551,889 0000000000000000002028a027b78d8ebfb6232a3169f303bb5437f5ffdd314a 2,528 1.00/1.00 vMB 35
551,888 551,888 00000000000000000028ff5de72173458d5c9c82dbb7117377263e77b963ed3e 3,242 1.00/1.00 vMB 61
551,887 551,887 0000000000000000001aacc5cda6d3eff006056f625668ae0df6d5ed27cfdc2e 2,593 1.00/1.00 vMB 54
551,886 551,886 0000000000000000001db5362dfac951838ee06c916473c9bb47f66c650271e7 2,565 1.00/1.00 vMB 40
551,885 551,885 00000000000000000012a34a6725717438f79c4cd8df954a1c252caba210a96b 2,943 1.00/1.00 vMB 63
551,884 551,884 00000000000000000027195adb6df58cc5074c81c316259cd38a02f1ff01cccb 2,461 1.00/1.00 vMB 37
551,883 551,883 000000000000000000166f2a207d5bf57f6459d10b1fb5b712f2faf9597b1e31 1,720 1.00/1.00 vMB 30
551,882 551,882 00000000000000000013a938e380ee5341275315a3338427205c283edc7278c1 2,554 1.00/1.00 vMB 53
551,881 551,881 00000000000000000025db485a52ae2a955f52f484f102c3f455a6675b40d2ab 2,690 1.00/1.00 vMB 54
551,880 551,880 000000000000000000119586fd959941d0b8b0ab0398068b9c53f2617e959bad 3,130 1.00/1.00 vMB 59
551,879 551,879 0000000000000000002752a3ea57f152e0b3741455b6222a7ddbd6723979d8a3 2,376 1.00/1.00 vMB 54
551,878 551,878 0000000000000000002630398cd3c826f92f8d5c38c69ca7a3d93ff22e129a09 2,253 1.00/1.00 vMB 51
551,877 551,877 00000000000000000021a0a4fb1da2b42ed2310c25d3822d0c5b51d2b35050ee 2,559 1.00/1.00 vMB 34
551,876 551,876 0000000000000000002746a0b96ae00a22bc1603fcdf4cdc04a9af29a49f9f14 2,911 1.00/1.00 vMB 25
551,875 551,875 00000000000000000028cec70b79a64caa5b6123a8dc85016f9bc23b752ea173 2,726 1.00/1.00 vMB 34
551,874 551,874 00000000000000000014caef37707b2697264c8c4e513661e29be3cb406b23db 2,730 1.00/1.00 vMB 28
551,873 551,873 0000000000000000000d068392a3bbc7a73a67b1ff84691f60028ee391e86326 3,150 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.31 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: 659.41 GB
    • Received: 14.60 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.