Loading Tool

Explorer IconExplorer

Memory Pool

26,025 transactions
26.91 vMB
0.10639004 BTC
Random Selection Loading Transactions
Max Size: 128.85/200 MB

Candidate Block

Mining Attempt b7498460cd745464ac4f2f7563cf2282cf680c5c2c57e13ba94d5208f444cd23
Version 20000000
Previous Block 00000000000000000001dd13af50d570d39bbe125c122c99add1ef636948c08c
Merkle Root 5b51f021636a90b98cfa3490305e55f218305b7aa778672e0b6cbf7295563afe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,916
Size: 1.00 vMB
Total Fees: 0.05591213 BTC
Feerates: 502.40 > 5.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,493 (840,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,579 73,579 00000000008fa0befa0b58fd9075fd1b5ad566f7a55ab86aae4f9f17d059b862 2 0.00/1.00 vMB 0
73,578 73,578 000000000014a03f150915131fbf5067d173eb2cf05402ad3f886e32ce4c44ca 1 0.00/1.00 vMB 0
73,577 73,577 000000000051622cf4fc0664a0defd4071e5fb24c3a709cafbea4672b71e6ad9 1 0.00/1.00 vMB 0
73,576 73,576 0000000000a3d8429155f52141a6f0330fc06219623ea6942f2ae5e20621ea90 1 0.00/1.00 vMB 0
73,575 73,575 000000000073246701c25cf011df2978b81c19837d5cf7aad9c4d1de45ed4bcf 3 0.00/1.00 vMB 0
73,574 73,574 00000000001560213671fe1b8108fbfb6fa4a2430ce9f2acb371a482b215a699 2 0.00/1.00 vMB 0
73,573 73,573 00000000002df0981098db2ca72f33ae2536ddeb11f7a940ccd2f44b28517c10 1 0.00/1.00 vMB 0
73,572 73,572 0000000000ba12d43a88f8e15e22d4ae6493f1bdbe785b42bb9511dadb807984 1 0.00/1.00 vMB 0
73,571 73,571 000000000046ea5c285c9586e5c4cdcc74b6c32a5deb9c669ba5ae108ef749d4 1 0.00/1.00 vMB 0
73,570 73,570 00000000008e7a085e68cc03f4491acfa8f143e53b16db380dc0d84844f65d0a 1 0.00/1.00 vMB 0
73,569 73,569 00000000007f0ffae2119945eff467a065df04deea334e5467bba4ef99e04fbb 1 0.00/1.00 vMB 0
73,568 73,568 000000000007f3db33aaf4f7965cee3e8f0257d6cef3b149e4d3bbe47c5f22c4 1 0.00/1.00 vMB 0
73,567 73,567 0000000000503cf2a2cfe1f4aa25e09714bc8f006ec9354b13364177c2dcbc2d 1 0.00/1.00 vMB 0
73,566 73,566 0000000000ab4725cd5f4b8211512fb778c44eb0df76c9a6be4c3232a091c6b9 1 0.00/1.00 vMB 0
73,565 73,565 0000000000753809e9a9405f834725b99743d6a86a4e9e243390b26c13f28063 1 0.00/1.00 vMB 0
73,564 73,564 0000000000716c0c09e36a7e62b83b28edd30b7ee5a581b7974045586a7c0b16 1 0.00/1.00 vMB 0
73,563 73,563 00000000006329f347e58e05b30bb3f3ea8f9b7d5313a2db6fde7e591235ae7d 1 0.00/1.00 vMB 0
73,562 73,562 00000000004f6951738659551e5526d2b7352500454141be9f94e6f2949fe6e7 1 0.00/1.00 vMB 0
73,561 73,561 00000000004bd8886eb704395bb48753fb45f0e42a9518b406731812c5667ff3 3 0.00/1.00 vMB 0
73,560 73,560 00000000000f5c2adbe935cae200c53ffb525ec057693cf0b2d48b30429ccd41 2 0.00/1.00 vMB 0
73,559 73,559 00000000008b979ee3f51ed93bead8ecba9628f04aeec33c2cfa688c268e6107 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.49 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: 611.80 GB
    • Received: 10.90 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.