Loading Tool

Explorer IconExplorer

Memory Pool

81,327 transactions
22.32 vMB
0.06041059 BTC
Random Selection Loading Transactions
Max Size: 149.41/200 MB

Candidate Block

Mining Attempt 5eb396a727631417d4be36d5cd11e7b989578f87c8ca9921df904447555d53f1
Version 20000000
Previous Block 00000000000000000000430cfb02e31c5fe71d227c2fbf9de5f4878794014908
Merkle Root cb5e30c79e2d1b1bf2076e5fd863818acd4257432873f4955108856d85dd9f32
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,527
Size: 1.00 vMB
Total Fees: 0.01101511 BTC
Feerates: 60.11 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,838 (834,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,484 81,484 0000000000144174373083fd1259a9f3585298987f8ae039f2da3e7c961d2df8 2 0.01/1.00 vMB 0
81,483 81,483 000000000033f206effd9959419f6c24f11b444aa766adc9175dc10ee666441f 5 0.00/1.00 vMB 0
81,482 81,482 00000000002eb7ee0fe87ee38f0e1bf71fc90d0c429014829758751ce92a97c6 2 0.00/1.00 vMB 0
81,481 81,481 000000000002edbd0a44af701f5179828a6207b3b36a334dac6b4279fe6c1405 8 0.00/1.00 vMB 0
81,480 81,480 000000000015773f14a6143d4531b26b025cc9beb29b26d905672c85b16fe644 1 0.00/1.00 vMB 0
81,479 81,479 000000000018460000e2dc63b28a9afadddf70c9ef2e47dd484dadec397b4b60 1 0.00/1.00 vMB 0
81,478 81,478 00000000001db121e56b0de8e119b9f03d58f6a60ad9c6ac4a427c0a31737d5b 1 0.00/1.00 vMB 0
81,477 81,477 0000000000446869e5aa22343687cca29e5bf5f5d98cea0f0c801cd9bb662b6e 2 0.00/1.00 vMB 0
81,476 81,476 00000000001d6307593dbec42998ef8ae8e2dcf88bf7d8683a4119271ad395c2 1 0.00/1.00 vMB 0
81,475 81,475 0000000000182231f10bdbb474f87fa3062f74c6b15aa06e6ff7f5a1788b7c73 4 0.00/1.00 vMB 0
81,474 81,474 000000000040d230915391fc33b9ef259f042a9a7dd701a6ccc67c8cf1358b74 3 0.00/1.00 vMB 0
81,473 81,473 00000000003f80a36be1eeef3224f73302635ebb1e8fbef42d9ceb2807f313e5 1 0.00/1.00 vMB 0
81,472 81,472 0000000000334e7baafb8c701839efceadb2099ad44b12759d7f8f939a87276d 4 0.00/1.00 vMB 0
81,471 81,471 00000000003fae8cfc765aeebaf61c9dda7a99fc785f154f14e99413a4f5fbf9 1 0.00/1.00 vMB 0
81,470 81,470 0000000000272d9a7842550a0a6dece90140ee24d708a723f0bcf9574da42cab 1 0.00/1.00 vMB 0
81,469 81,469 000000000026753f41c64cd12be90ed5b8fc4e91f14f17ca4b27b516ae291186 3 0.00/1.00 vMB 0
81,468 81,468 000000000005e27e672cf942c6fac5ba5bdc38fcb37482f68ce203d9c110a73e 3 0.00/1.00 vMB 0
81,467 81,467 00000000003d88e0dd9e0ee98b02f075b344eaf5cece18f18c43ba6632d1ca45 2 0.00/1.00 vMB 0
81,466 81,466 0000000000136dfcf816f3b4c652c07352ad74bb96a5fffb0df8281399bfd651 2 0.00/1.00 vMB 0
81,465 81,465 0000000000111280d3f09e164283a022baa330376c8f8fc40b4d4ca39a741beb 1 0.00/1.00 vMB 0
81,464 81,464 000000000031384e547021a605be28227d2a500f1567c00644b87cdc45dd6b3b 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.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: 791.93 GB
    • Received: 21.86 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.