Loading Tool

Explorer IconExplorer

Memory Pool

63,618 transactions
35.66 vMB
0.09228758 BTC
Random Selection Loading Transactions
Max Size: 190.00/200 MB

Candidate Block

Mining Attempt 5831d096aa95d094507c8e871c80a49465d34ca686112c8b3daca68dc2c947f9
Version 20000000
Previous Block 000000000000000000019a0725ca2d0e21a923c8a725d5d1d79162ba450bcd64
Merkle Root 866300a1601fd6d60003d2107596963e07506d8e12f2c665072273587f1e2c66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,042
Size: 1.00 vMB
Total Fees: 0.01894321 BTC
Feerates: 301.05 > 1.90 > 0.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,398 (814,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,346 100,346 0000000000015d6a2c4dc1a4a15bfba3e05fe9e39d9a08deb6d10080fcb7a5ad 1 0.00/1.00 vMB 0
100,345 100,345 000000000000baa565b95bb798575f3d757739338546126e62120327e03e7fb9 3 0.00/1.00 vMB 0
100,344 100,344 00000000000384ee83791a511767c10ed4a1ec9d7121c46fc1395a50201e8a8b 5 0.00/1.00 vMB 0
100,343 100,343 00000000000229f5f3ff71834b8db6bdeb9b76bf9c69c04719ec2fba783fa1ee 1 0.00/1.00 vMB 0
100,342 100,342 000000000002fd2027205581c30c43c6ade1485e9a2d0cfc73aad7a69946cec7 2 0.00/1.00 vMB 0
100,341 100,341 000000000002e6c541f9970c1994703c01f273fecf5989032e811bf18ac461c6 3 0.00/1.00 vMB 0
100,340 100,340 00000000000390cc82fb6830c8fa792f2b574e3034887a71e2a6192831754ec6 6 0.00/1.00 vMB 0
100,339 100,339 000000000002ea6e5975af887e45993f21e38d1d47b49c05589fb468a6b5e571 1 0.00/1.00 vMB 0
100,338 100,338 000000000002fee6a86660a12a6e2a6da3fa7495a323b122c3b35d323430556a 1 0.00/1.00 vMB 0
100,337 100,337 0000000000018343bb3384cdcb0fbad79ebe4ddc8e7043f5661d3ff47a084fa9 1 0.00/1.00 vMB 0
100,336 100,336 000000000004287c459d2f876992c44afbdab680e188fb1779205270ca295f7c 4 0.00/1.00 vMB 0
100,335 100,335 000000000002fe78f962edae9d893aecde95e0bfa4f56b04b7e65d49f10733ce 3 0.00/1.00 vMB 0
100,334 100,334 000000000000f7d65ec9d2aea42472108f8cb621e47b0bda92691dc91dd9f00b 4 0.00/1.00 vMB 0
100,333 100,333 0000000000000f9012f65f7d03c1aaa475167518498fe3e4da332c44df7e1ab7 1 0.00/1.00 vMB 0
100,332 100,332 0000000000024e751cd476e7c19ef78be7fd3c3d10270a93b48d17b857f50268 2 0.00/1.00 vMB 0
100,331 100,331 000000000000162d164f70f562f7a16ea0ddaf173315e30568bd130f61a04d43 1 0.00/1.00 vMB 0
100,330 100,330 00000000000127238afda3f268679a49a74c0a799c2fa0e004d7ec5068a7a02a 1 0.00/1.00 vMB 0
100,329 100,329 000000000002e65c9a02d4ea9114a88221c7804366bfad845a3faf3f095ca3d4 1 0.00/1.00 vMB 0
100,328 100,328 000000000002d0284708a06cfaf762a4379a6de6578837317d2f829fd5688823 4 0.00/1.00 vMB 0
100,327 100,327 000000000001a2cee1848a5fcfdff4943cf1c2721e8d1f923bd4d8c41eb475a5 1 0.00/1.00 vMB 0
100,326 100,326 000000000001f56cc48661eb0da8b77d8ab4bb48ea2ecb932880e3e59d3ecdc7 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.31 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 599.19 GB
    • Received: 10.01 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.