Loading Tool

Explorer IconExplorer

Memory Pool

85,183 transactions
31.90 vMB
0.19368862 BTC
Random Selection Loading Transactions
Max Size: 189.53/200 MB

Candidate Block

Mining Attempt d292b42cc96722f8947dbdcd699dc5f8e3ca966c36a1ae46e5bb78b74ae5ef83
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 61fea9ffd22665bc9b938a7c83a71c8c161d65ada8c99ccea1627d8de3e92cd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,858
Size: 1.00 vMB
Total Fees: 0.07391867 BTC
Feerates: 301.64 > 7.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (449,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,491 465,491 0000000000000000008be3a70fcd6111ec84c1252c7b7a46a8a8bf67fe0a7814 1,754 1.00/1.00 vMB 191
465,490 465,490 0000000000000000004f4ccd3d7dc6c2d16f6aa9f1a995306ce7825a3f009b95 2,432 1.00/1.00 vMB 236
465,489 465,489 000000000000000001112324e47c70fecc8726e9ac8597dc06a02cd2296dce55 1,814 1.00/1.00 vMB 176
465,488 465,488 00000000000000000149a44c311c05f79ec663b933359ca207ace4481f1cd777 1,722 1.00/1.00 vMB 210
465,487 465,487 000000000000000001d57e3b503da93dfea8ffb07210f932f16eda97c80a7646 1,443 0.93/1.00 vMB 243
465,486 465,486 00000000000000000155321514de4c98f9be6c0871f88def31cb0a53e4da3b1e 2,530 1.00/1.00 vMB 189
465,485 465,485 000000000000000002166f20a3fc43e84a51d32d05d08387275be9c437964474 2,512 1.00/1.00 vMB 160
465,484 465,484 0000000000000000009e143b0b7270f65ebaaed9746d7da0768eb7a91369da80 2,116 1.00/1.00 vMB 174
465,483 465,483 0000000000000000011c1ac82c7fd78965bc5e12c5b8a8575cac9de7a78f96e4 2,874 1.00/1.00 vMB 196
465,482 465,482 000000000000000000240b1bf78caa1562543f6908814e9bd92e86540d880614 2,791 1.00/1.00 vMB 259
465,481 465,481 00000000000000000013a45d99ad949e9c0707f00ad3432414d49d5fe501d626 2,540 1.00/1.00 vMB 158
465,480 465,480 00000000000000000128fada00da181aa0c79d3576f1fc31986fde6c4f7f9c10 2,804 1.00/1.00 vMB 220
465,479 465,479 00000000000000000204557029e1bf4c9511744201c98c863dc9ec6c9ee48727 2,772 1.00/1.00 vMB 194
465,478 465,478 0000000000000000016c5d3971474ac7f713007a98365d724bbe9cb2a07c5c42 2,737 1.00/1.00 vMB 160
465,477 465,477 00000000000000000127b072477d8c01585518f7e9a2ccc4e9c60192e695149c 1,785 1.00/1.00 vMB 160
465,476 465,476 0000000000000000000e505d34c6b670ee69674263d53cc67721f90470c82932 2,584 1.00/1.00 vMB 211
465,475 465,475 00000000000000000050cc1439d516a42b20e56e517e2fccf9974306a4a90514 2,451 1.00/1.00 vMB 184
465,474 465,474 000000000000000000fc7535531427eabf1df0efab500b5d9206ef9db3ad8d94 2,694 1.00/1.00 vMB 283
465,473 465,473 00000000000000000104e33927c23c718a2e75bb72f5847aa1e234f76b820cba 1,822 1.00/1.00 vMB 161
465,472 465,472 000000000000000001cb21ef33483f8d272df8be293c9f7e3fb033e06feeaf46 2,736 1.00/1.00 vMB 225
465,471 465,471 0000000000000000008e7aaa292016b26dd6f3e6c0a6d8d45ca5acda06719b0a 2,770 1.00/1.00 vMB 244
Previous 10 blocks ↓
Total Size: 782.65 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.60 GB
    • Received: 16.28 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.