Loading Tool

Explorer IconExplorer

Memory Pool

78,674 transactions
30.26 vMB
0.07360345 BTC
Random Selection Loading Transactions
Max Size: 183.72/200 MB

Candidate Block

Mining Attempt eb26969d4510db8d36229aa050fd2934a50a1c1ad56815337efac3c38752fb9c
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 1a3907b7c9022fd552151bfa827f2bf944c622aba630331b0ddfef8461e9a7a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,915
Size: 1.00 vMB
Total Fees: 0.00921048 BTC
Feerates: 45.66 > 0.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (506,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,656 408,656 00000000000000000068b803a2173b9a0e7fd8056aae1dc84d8209ccfd580319 408 0.20/1.00 vMB 29
408,655 408,655 0000000000000000024d40270168e4a83ed3e41c4e3b9729f615a4d102097365 1,748 0.92/1.00 vMB 30
408,654 408,654 0000000000000000007bc3abc4918ecb414e39c2579750539079127948bd63b5 2,915 1.00/1.00 vMB 47
408,653 408,653 000000000000000001e23da4ef15f7c50a54f9384c1495f52e60e3d7dcbc0dcb 456 0.19/1.00 vMB 38
408,652 408,652 0000000000000000058b1c6d419c01add580859d95312193f8331dfa6c908842 112 0.04/1.00 vMB 36
408,651 408,651 0000000000000000006c16e18f1595cff7e57fddb7b63c0dfaf70c7493370139 590 0.23/1.00 vMB 36
408,650 408,650 0000000000000000045070d27c9092c4971e9b1f8696cc5071a719f9b0223fdd 1,440 0.65/1.00 vMB 38
408,649 408,649 000000000000000003b527e3ead4e5a936eedb46760950f834cceaa62841b78d 642 1.00/1.00 vMB 12
408,648 408,648 0000000000000000037637a00db845c809e30c8ec82c3a97134203aca6470c98 730 0.39/1.00 vMB 28
408,647 408,647 000000000000000002a2522f7794ff76dcbe2dafe60156c5181ee55fd9631932 613 1.00/1.00 vMB 13
408,646 408,646 000000000000000002c1fdd5e3737cee2cec84ae8ff5b98d52e51ae57a75d679 1,779 1.00/1.00 vMB 27
408,645 408,645 00000000000000000349ea0518dfd464904d8b755fd88037f1d4f88873ced789 105 0.03/1.00 vMB 57
408,644 408,644 0000000000000000001cecf9c79071e6edd53e0069accf4a4052c3e0988fb7a6 1,399 0.58/1.00 vMB 36
408,643 408,643 000000000000000004ca0f0cc7d2b3fabe9eb8c5d642eef92d66a821ed4be6d0 993 0.54/1.00 vMB 29
408,642 408,642 000000000000000005044a2f08341fbf99a70a84ca5de3d7328c88296e5e4942 2,344 0.93/1.00 vMB 39
408,641 408,641 000000000000000005a7f1bbc285765f0e47da32c0361a9f5256500af230859a 895 0.39/1.00 vMB 35
408,640 408,640 000000000000000005c9d8fcc26e777d6266993a05f30b3d6f835b9086a349d1 641 0.31/1.00 vMB 44
408,639 408,639 0000000000000000037963a9d2b8620d34a8c35571d03c3bd8f5a45007f76ec5 413 0.17/1.00 vMB 39
408,638 408,638 0000000000000000057e54956d8b38e14eb7eef2900d5021bd6e6ecc87197bfe 1,861 0.89/1.00 vMB 45
408,637 408,637 000000000000000000d846404b6451f1d41a29797c7f3ba7edf9ac4455ac4703 2,681 1.00/1.00 vMB 41
408,636 408,636 0000000000000000049eab97c70534af7aff3642d67fc45de90c67357e4ad386 1,127 0.47/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.73 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: 707.33 GB
    • Received: 16.67 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.