Loading Tool

Explorer IconExplorer

Memory Pool

79,100 transactions
29.28 vMB
0.09808736 BTC
Random Selection Loading Transactions
Max Size: 176.91/200 MB

Candidate Block

Mining Attempt ee984f4e17e65abe19150008de6f8d0aff7a58493598e4b1bdd2f87e090089c9
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 1d99f61eac0cb3b82f78403b6ee1048a7af85d4b22df71779ca8b64db8ec6661
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.03619697 BTC
Feerates: 477.45 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (467,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,404 447,404 000000000000000002d28f5c9beaed7895f0b63aa4de8395947cc7a796ffca3d 2,414 1.00/1.00 vMB 117
447,403 447,403 000000000000000002a6a089a857a48b9c830f40672e06f2bd119070fa7a85f8 3,773 1.00/1.00 vMB 67
447,402 447,402 0000000000000000018624a16d670b5f3b61652f194014220e76dca82b805081 2,850 1.00/1.00 vMB 71
447,401 447,401 00000000000000000290dbbfaccae24f4c2abd68317ac34904f0172f13fdfbd2 2,408 1.00/1.00 vMB 103
447,400 447,400 000000000000000000a956b03307f91a6d5e1df217eb94ba4a885968adeb19bb 3,020 1.00/1.00 vMB 82
447,399 447,399 0000000000000000025cf5de4273ced58cb0c5d2b1469ff57eaaf01ebb915503 2,709 1.00/1.00 vMB 84
447,398 447,398 00000000000000000001c63547272358a1355be913054dae8a1d934d455c71f7 2,824 1.00/1.00 vMB 68
447,397 447,397 0000000000000000003bd83b2a9c3597e374fbeb05fa42258b8d4a43a17df9fb 2,210 1.00/1.00 vMB 70
447,396 447,396 0000000000000000028ce5b9770d39797ac943e4d03727f60f95e1b1fa94df9f 2,227 1.00/1.00 vMB 90
447,395 447,395 0000000000000000026feed9a7311e7147a51e48eb2dfbd2f5c6c899f9f7b7d7 2,332 1.00/1.00 vMB 98
447,394 447,394 000000000000000000245f3f98af767e3c6ab16e0dbf67d2cfec43a0de8a3d89 1,766 0.99/1.00 vMB 76
447,393 447,393 0000000000000000002ea76f791d9248205fda93207d107f1558c9de62d073d0 688 1.00/1.00 vMB 92
447,392 447,392 000000000000000001ff5c476b4ed5043bd5a7202000949c2974cedededdbc2f 2,265 1.00/1.00 vMB 116
447,391 447,391 000000000000000001ba99301b9d5f78610a3bb28bd2c84dd2c3e90ba8823656 2,034 1.00/1.00 vMB 83
447,390 447,390 000000000000000001d7d287045650c2b6af91a1f4c77decd00716858c916764 2,283 1.00/1.00 vMB 87
447,389 447,389 0000000000000000012cbfa22ca274ff70e22ee3b56820fc63cf0bd0a89122e0 1,442 1.00/1.00 vMB 92
447,388 447,388 00000000000000000274e7ee17695224fc009d02e4830d7fdd2e76952348dfff 1,127 1.00/1.00 vMB 79
447,387 447,387 0000000000000000015df7a5f8aa6f9253711cfd8a922ef8bfc8509b06ecf423 2,398 0.90/1.00 vMB 118
447,386 447,386 00000000000000000244da75b1322b6c07bafb32a2ababc069a7786f2a07a3b0 2,085 1.00/1.00 vMB 72
447,385 447,385 000000000000000001e1e968f66609fd09a2ab0512e40283b12738c3181eedc8 1,862 1.00/1.00 vMB 104
447,384 447,384 0000000000000000027175e4c9a3216c1331650e45eafdb948ff03ab59ef1778 2,481 1.00/1.00 vMB 68
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.17 GB
    • Received: 16.17 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.