Loading Tool

Explorer IconExplorer

Memory Pool

77,300 transactions
28.82 vMB
0.08023316 BTC
Random Selection Loading Transactions
Max Size: 174.32/200 MB

Candidate Block

Mining Attempt d33b61c8177471270428b88ba0618575953dd478710d332dd243c053c86608fe
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 9cd41c496ed817b6301bdc640181324e1084a39b60e44d8a8867f6f71a34b77e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,710
Size: 1.00 vMB
Total Fees: 0.01978684 BTC
Feerates: 100.17 > 1.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (850,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,066 65,066 0000000008d204321fa46911706d41971c703897a9564c2ec66f120e64b152b3 1 0.00/1.00 vMB 0
65,065 65,065 00000000066a95fcfee7478807166beee33a526118d8c10f17110032ff89e682 1 0.00/1.00 vMB 0
65,064 65,064 000000000521f85151d3fee7a88c9e19e7f7173e48ec4fe0de96a9f3d7f16411 1 0.00/1.00 vMB 0
65,063 65,063 0000000002254a28ade32828d1f510ec916a94a1e399f0636e58ecfdc1009044 1 0.00/1.00 vMB 0
65,062 65,062 0000000004b9b495605d9dc9d45b02f1f6f400d46d34b390427c18b3729c53bf 2 0.00/1.00 vMB 0
65,061 65,061 00000000031856a1cfcd53d0301b5326139c2c701d51f8c809c6bb45db8c9b83 2 0.00/1.00 vMB 0
65,060 65,060 00000000077cb77cc7866cc6b3e3144deacf570299149787186baab68c924eca 1 0.00/1.00 vMB 0
65,059 65,059 0000000004a7b8009a35bb45c28e9c513a63974becc0533c420176d9a00bbd70 1 0.00/1.00 vMB 0
65,058 65,058 000000000a5c02ad8162143e8477ffc06f8452e1e90a1d528af030575b766aa0 1 0.00/1.00 vMB 0
65,057 65,057 0000000006975d05e6f3f58d01bbd3605c43815a906d4085ab0d0fd10d050c2c 1 0.00/1.00 vMB 0
65,056 65,056 0000000007063d9c048999d63f24f14940d012388b0479d257b88f6692e45daf 1 0.00/1.00 vMB 0
65,055 65,055 00000000086e52488e56ae4d75b1b4ef6200ea1cd0ae22cf99cb07c153d0ff6b 1 0.00/1.00 vMB 0
65,054 65,054 0000000000ff038b6f51674dd3b135c1d87eab359b77a42dbd9b3c06f184d42d 2 0.00/1.00 vMB 0
65,053 65,053 00000000067f8a30b0a6c259bf71659f5223436263d94a397be1bf04e2e8d811 1 0.00/1.00 vMB 0
65,052 65,052 000000000842adfa2a4e8f69af2c101410ea760a98e7a84f3c8db98ecaedb06e 2 0.00/1.00 vMB 0
65,051 65,051 00000000088d6ae520323b03f647bd5d3c0c911e92b079cf62fec96da8ecfdf0 1 0.00/1.00 vMB 0
65,050 65,050 0000000006c5b614bcd51706b0da6681c89047939fe45e8d668bd59fa1ea244d 1 0.00/1.00 vMB 0
65,049 65,049 0000000000ae189246dcc4b3dc6d3f1192fb662955b048e5645dc38ff97ffc2c 1 0.00/1.00 vMB 0
65,048 65,048 0000000003ab9698dc75d1c24d8ed4a86fd3f0b687f7eacfcf3a5916db0029f6 1 0.00/1.00 vMB 0
65,047 65,047 00000000037f78d6c96f8715342190b34be70c5ec50adb75ad699d6eb6203b48 1 0.00/1.00 vMB 0
65,046 65,046 0000000002b549020114795b8982e29ef98ffb4d0f44a3c13e1e6d546cdb9ee3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.63 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: 672.13 GB
    • Received: 16.16 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.