Loading Tool

Explorer IconExplorer

Memory Pool

43,820 transactions
28.20 vMB
0.07689557 BTC
Random Selection Loading Transactions
Max Size: 148.85/200 MB

Candidate Block

Mining Attempt 9f8c975964966c46dbfed0f43953ff346c99b3aacb2f9d44bf376c4efac71029
Version 20000000
Previous Block 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e
Merkle Root 29c5ad10f9b4d0328cfc107a91ae068be24396ff569def81b21e3b7a55809bab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,295
Size: 1.00 vMB
Total Fees: 0.02365196 BTC
Feerates: 100.30 > 2.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,833 (262,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,011 652,011 000000000000000000099814f5f09b8c54063b61912d48bdf31b9586494c11f5 2,241 1.00/1.00 vMB 36
652,010 652,010 00000000000000000004f4f9c1c45f25e3220ea7ee66abf680bace558cb453b9 2,855 1.00/1.00 vMB 113
652,009 652,009 0000000000000000000a2d15074578faf205d923e715aa8da5ce37d8fe6c92dd 2,495 1.00/1.00 vMB 61
652,008 652,008 0000000000000000000988e7f0966dab9b880b3824ed863a60f67b57c16a32ea 2,270 1.00/1.00 vMB 78
652,007 652,007 00000000000000000009e1967115207c0db75e7d59c6d1cd4d8d957fed24f8bb 1,739 1.00/1.00 vMB 84
652,006 652,006 0000000000000000000114b693ff06e50bfba021f2187c9cf0f89b5ea91e2dca 2,464 1.00/1.00 vMB 52
652,005 652,005 00000000000000000002c00eb39662e7542c829d8a29c985e71c9f776823e6f0 2,963 1.00/1.00 vMB 112
652,004 652,004 0000000000000000000550dd09dfcc95a3dbdd4d8a6571e47fe89f72ba5c662f 2,405 1.00/1.00 vMB 55
652,003 652,003 00000000000000000008063efa394ff9d7d943b170095d7aa51903c17809f722 2,831 1.00/1.00 vMB 99
652,002 652,002 00000000000000000005fb700a021ccde119252585f5cb4d30eeda30eeda4e19 2,768 1.00/1.00 vMB 59
652,001 652,001 0000000000000000000ad648648ebbf7dda3d4695164dc74a5556398423432d1 2,789 1.00/1.00 vMB 60
652,000 652,000 000000000000000000061d84de2f8e9b49dad69eca32f085988e790b9866f817 2,599 1.00/1.00 vMB 69
651,999 651,999 0000000000000000000d111c7fae61b015ef4d82f70b57b422c87b1374a99d7f 2,957 1.00/1.00 vMB 71
651,998 651,998 000000000000000000059cb90b059ee5bcf02d8ec6572f95489f1cef3bcfd840 2,679 1.00/1.00 vMB 123
651,997 651,997 0000000000000000000aa70a9988804b7973632257a9c146e1369a7b3d019584 2,843 1.00/1.00 vMB 103
651,996 651,996 00000000000000000001e8723f7da4c7faf69a9211413a704bff4821a56d3ea6 2,897 1.00/1.00 vMB 79
651,995 651,995 0000000000000000000065a26dd1614e8bf9665f59f4ed68934e49eeb6afe326 2,805 1.00/1.00 vMB 99
651,994 651,994 0000000000000000000a125c85a3e175bd86b07464a685c02b601166a85ab808 3,084 1.00/1.00 vMB 117
651,993 651,993 000000000000000000010960ef1a615b5994f8e5363a1a5b178a21e38e236920 2,597 1.00/1.00 vMB 107
651,992 651,992 000000000000000000060580cb54de36accf0c4e81ef72725e54384c69befa26 2,620 1.00/1.00 vMB 111
651,991 651,991 0000000000000000000b59f136dd65b2bedc91266740bdde0c2c106fc7e6441e 2,476 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.10 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: 651.63 GB
    • Received: 13.60 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.