Loading Tool

Explorer IconExplorer

Memory Pool

21,749 transactions
9.42 vMB
0.06270504 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.28/200 MB

Candidate Block

Mining Attempt 6bd8a75d87cc9b779c8bbc63042201cefe5837fef1ec51d25477449748ddb5e1
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 326f53c4963fa806710b9dc4f92f1b3f75012808c6a0ad61b04713290245c93f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,703
Size: 1.00 vMB
Total Fees: 0.03617472 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (709,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,781 203,781 000000000000003db1d428c15a1ca130fe76ab430e278bcab0354aa972a22586 99 0.07 vMB 92
203,780 203,780 00000000000000b6b46d89402c3a0638d147b602435c637c6e7340fb26fb74d9 170 0.13 vMB 82
203,779 203,779 00000000000003e9a20ec50d1c1417ef2c9682dce046cc75a3f520c245bb8e71 282 0.25 vMB 102
203,778 203,778 000000000000040276ee52bebddc173a12c3faeb9948c313d65fd67f1de4c088 188 0.11 vMB 97
203,777 203,777 000000000000014d7bb59993122d89b1496c186ae079a807778a6392cd3d24f8 524 0.22 vMB 152
203,776 203,776 000000000000016269ee34b8e68910e6ad4a6e186803111c512a5fe1c65b1259 137 0.05 vMB 94
203,775 203,775 0000000000000574e56a78eed9ed5a99f94d6856830898aa097476f4fbd62a7c 3 0.00 vMB 133
203,774 203,774 000000000000002fb092ecf792039e0b097f6f301ce9a990ef715ab0787886b0 151 0.09 vMB 121
203,773 203,773 00000000000002d37b5ba49866b2363705730e7d84e6e762cd18a9c205c9b3d5 282 0.13 vMB 141
203,772 203,772 000000000000055c6e97f47cd23300378d5d73a9c7da477081e9be92c2b3e6c8 105 0.05 vMB 63
203,771 203,771 00000000000000595a26dcd7b800c390504b9a7145fe8644bb4052ae71d557b6 142 0.06 vMB 106
203,770 203,770 00000000000002c3c9de31c9317a333ab040ce7c4f4bf068336c08d0f32ad7d1 57 0.04 vMB 73
203,769 203,769 0000000000000218616bda6cca6e51afe15cde18b6dd5e2804fa214f3e31d7b4 302 0.12 vMB 131
203,768 203,768 0000000000000323848f97be4977cb015bb97c6c9881325f974409cc1d9eea80 363 0.25 vMB 108
203,767 203,767 00000000000005641fe24fe866f579aed804e4ce0565548d40af7a23736439a5 1 0.00 vMB 0
203,766 203,766 000000000000009f893d6c01d8a794de05892db1750d4b2d4357a4a5e2d043f3 671 0.25 vMB 159
203,765 203,765 000000000000051f96fdeb375fe35097b32da4f60dc244ea0afc490c421ba735 156 0.05 vMB 197
203,764 203,764 00000000000000af42c11070cb75a1a27581711916281f877ae22d5be95fcc64 41 0.02 vMB 139
203,763 203,763 00000000000002e921e8933cfa5a18f1489df22758d3f5dc9a051f72e85d6cf5 107 0.06 vMB 105
203,762 203,762 00000000000001cf7ef0204953799ce77c50de3b954295428bb67080fdbdd245 14 0.00 vMB 39
203,761 203,761 000000000000054340fa82881ac30953b94bda45dda13c90c47e17eb38e98fac 235 0.10 vMB 186
Previous 10 blocks ↓
Total Size: 779.54 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: 250.83 GB
    • Received: 0.95 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.