Loading Tool

Explorer IconExplorer

Memory Pool

47,779 transactions
30.11 vMB
0.07838418 BTC
Random Selection Loading Transactions
Max Size: 160.87/200 MB

Candidate Block

Mining Attempt 96437be62cc8811f23ab0975e1a8192e6bba337bd6213e411e5f4d8c5cdbf083
Version 20000000
Previous Block 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d
Merkle Root a1b1fcff2c64484b3b5fdbf81c1aca39edd37778cb020e7a520b064713cf9efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,986
Size: 1.00 vMB
Total Fees: 0.01938513 BTC
Feerates: 100.24 > 1.94 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,854 (262,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
651,990 651,990 0000000000000000000dd8860556b8df0cde3590070805851bb5412057057ee1 3,100 1.00/1.00 vMB 135
651,989 651,989 0000000000000000000e6aa3faaac2af96d8cde1d7118cdec330582674a1dc30 2,397 1.00/1.00 vMB 118
651,988 651,988 00000000000000000007219e8cbce0274064782e5e9e9edee7b8de3d7e49b558 2,890 1.00/1.00 vMB 94
651,987 651,987 00000000000000000000cbf5fa116a5c7406e84f612b6769c69396e4f9157ea0 2,904 1.00/1.00 vMB 114
651,986 651,986 0000000000000000000acb54042a5f23c806dd5d0733d46bdf89553cb03e85fa 2,751 1.00/1.00 vMB 113
651,985 651,985 000000000000000000095ffb768126d36dfc8e31026afac0ccf18cd6f1b4c22f 3,389 1.00/1.00 vMB 137
651,984 651,984 00000000000000000004a20496bb71bb35a42834d5638885af67dba4f1a4a566 2,895 1.00/1.00 vMB 107
651,983 651,983 0000000000000000000ba4160ab47bdc664ce209df5bfc18ca245a355f102b55 2,964 1.00/1.00 vMB 110
651,982 651,982 00000000000000000000ffd4ad52a2b9d1712bf86da824d12457d022777ce7c9 1,787 1.00/1.00 vMB 119
651,981 651,981 00000000000000000002350c602f2d2983d6f165ad5d9f5970ad0a97ed767708 2,693 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.13 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: 652.43 GB
    • Received: 13.78 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.