Loading Tool

Explorer IconExplorer

Memory Pool

75,552 transactions
29.92 vMB
0.09426188 BTC
Random Selection Loading Transactions
Max Size: 178.74/200 MB

Candidate Block

Mining Attempt 3cf1862918d93e4d7778606e13e2e896b1c82b2cb49c945c2b95f1487bd2bd97
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root 2eb71100bab848c698b2c8b4e4b8d553ac799c3e4c5aa4eb3fdcf70bbeb04185
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,748
Size: 1.00 vMB
Total Fees: 0.02241966 BTC
Feerates: 100.00 > 2.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (61,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
854,098 854,098 0000000000000000000305a736849669cc80b397f694b391fa84ae4f959fd1d1 4,205 1.00/1.00 vMB 6
854,097 854,097 00000000000000000001bd646092168992079632396b88ef7e5be09ed5919baa 6,667 1.00/1.00 vMB 4
854,096 854,096 00000000000000000000e8e1b92841e7e9a5b05dc3f8e074ed1732d98fd8d0ce 6,614 1.00/1.00 vMB 6
854,095 854,095 00000000000000000001df5c7f3a1592d46105b5d23e4f8f1b27267a42fb59cd 6,770 1.00/1.00 vMB 4
854,094 854,094 000000000000000000013e2a9ac99f664101b0f269cd1f1962a9fc1a0b177523 4,580 1.00/1.00 vMB 6
854,093 854,093 000000000000000000035dc2c8a7ce7f4f6eb287408b2ab08c8441b2532bd474 5,279 1.00/1.00 vMB 3
854,092 854,092 00000000000000000002a19603c5b5ab3cd5169b5a8919d31a630c7e0edfeff7 6,262 1.00/1.00 vMB 3
854,091 854,091 000000000000000000001d0afef4b859a397d12c349c111c43033494fc72193c 5,669 1.00/1.00 vMB 6
854,090 854,090 0000000000000000000252690ffa0bb1bf5c541d4f52c501636935d894b49860 6,392 1.00/1.00 vMB 4
854,089 854,089 000000000000000000020eb071e4c1629dd8ef2f4a9d745dbbb9065d4c0b61a4 3,473 1.00/1.00 vMB 8
854,088 854,088 000000000000000000018775d2883414e27e41cdc185a2786d003a0c5ed740d1 4,437 1.00/1.00 vMB 6
854,087 854,087 000000000000000000028674d664b83fe9f1d1cd88680327fc2fd709135336e8 4,585 1.00/1.00 vMB 5
854,086 854,086 0000000000000000000343c8b1338bfe49699714e5e8eb8e3ac78779024db5bc 5,411 1.00/1.00 vMB 5
854,085 854,085 0000000000000000000089454da350249f1e54ddc370d3fbd3a5e827153c4b09 2,945 1.00/1.00 vMB 5
854,084 854,084 000000000000000000016aad4521518bfc3774ee1a9ed994a05451c1fa04455d 2,999 1.00/1.00 vMB 7
854,083 854,083 00000000000000000001260ab961aac9c4d292b17e8c27289f0c73c8f235e519 2,694 1.00/1.00 vMB 13
854,082 854,082 000000000000000000012028f46b614a5052013d16ccd0bb4ca35fd3b0e91d24 4,828 1.00/1.00 vMB 5
854,081 854,081 0000000000000000000145228b6c3216e9250444d8ba44cff91798c2ed437244 4,986 1.00/1.00 vMB 4
854,080 854,080 000000000000000000003e4e4eb80615adfa5e5ec3d23b487d9b83007ce08490 2,030 1.00/1.00 vMB 4
854,079 854,079 000000000000000000029757fc7a557a49df07c8bd6d8da3a357de9c616c4709 1,812 1.00/1.00 vMB 4
854,078 854,078 000000000000000000008ddb9662c6410ea57ae5a09383a6491bbbc2072b4e44 1,801 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.17 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: 749.29 GB
    • Received: 18.82 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.