Loading Tool

Explorer IconExplorer

Memory Pool

74,797 transactions
29.77 vMB
0.09874050 BTC
Random Selection Loading Transactions
Max Size: 172.60/200 MB

Candidate Block

Mining Attempt f30a70785c4d903f505878ac5a6ea4fa6cfc7660980f8dcaa9c693bd90d96bfb
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root ad225080595bb8305f54a372b77fbeaf9c628e83a8ba51ea1835d433bdb9dcbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,833
Size: 1.00 vMB
Total Fees: 0.02811521 BTC
Feerates: 150.36 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (452,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,618 462,618 0000000000000000009bdfaf17f8c23fa55a6b92571c14d5e20e48283b088e88 2,461 1.00/1.00 vMB 160
462,617 462,617 00000000000000000052dd977d778e5cc9b79e47f0c1136c5e40e6587a7c8aed 2,317 1.00/1.00 vMB 134
462,616 462,616 0000000000000000012f0db5cd8ab06d1f198224484d40f25e635cd827b0b37b 2,936 1.00/1.00 vMB 199
462,615 462,615 0000000000000000010d18ee9109b59107bee3441cbbab5ef6977bf3646f2dea 2,292 0.99/1.00 vMB 166
462,614 462,614 000000000000000000f7cdbbb7313f0800c96a86ed6ca69442f7faeaf6ab7948 2,264 1.00/1.00 vMB 158
462,613 462,613 000000000000000000a323fb014a2e8a9f03c2f6453f2809255964dd9a6146a4 2,194 1.00/1.00 vMB 119
462,612 462,612 0000000000000000013348e42a7d2fc29d1eda25da7c08212ad2aff535ec42c6 1,927 1.00/1.00 vMB 141
462,611 462,611 0000000000000000015cf955662cdda8d133b444fe0251a9f92c544f035eed98 2,401 1.00/1.00 vMB 149
462,610 462,610 0000000000000000021bb1f3aab45cf631fbc2e02839c9129088631c0cd6d559 1,597 1.00/1.00 vMB 186
462,609 462,609 000000000000000000e80af8bdf2cf9c5eb0e68eb6216732abd77d925ae015c0 2,323 1.00/1.00 vMB 189
462,608 462,608 0000000000000000014c0a0ad21a310fffc21d1bef0a9e1f44d90f2cf847a643 1 0.00/1.00 vMB 0
462,607 462,607 000000000000000000ddb371750ff567d170d316004bbf8f5b0411c9ee86aa75 2,634 1.00/1.00 vMB 153
462,606 462,606 000000000000000001341de4838d57aaa156c5a0fc4bccc0eb5f0d80df54e104 2,130 1.00/1.00 vMB 139
462,605 462,605 000000000000000002119a18a034512f39d7a500f85794f63e549463c604db36 2,245 1.00/1.00 vMB 255
462,604 462,604 000000000000000000be75474fcc775907c2ea133bc699a9b5d13b457ec287c2 2,749 1.00/1.00 vMB 248
462,603 462,603 000000000000000001a57344c2820871570aa384c3abd0825518bdfe3a6965a9 1,909 1.00/1.00 vMB 145
462,602 462,602 000000000000000001a34b5f37138ff1018d3ed939408cda3cc512afa35f631f 1,639 1.00/1.00 vMB 129
462,601 462,601 00000000000000000007083cd3d911826f07342aef4a87aab2b0fc9760842f30 2,516 1.00/1.00 vMB 217
462,600 462,600 000000000000000000dfeae08ca4d98d5af0739116409ee7bfeaffee05e00f82 3,756 1.00/1.00 vMB 121
462,599 462,599 0000000000000000010ca60b3bbb32d16c0eef4e0d6e68f59f4979f5d09d1e2a 2,399 1.00/1.00 vMB 126
462,598 462,598 00000000000000000013251a7b3e1d066b8d5b03c36fc761d8dcd8dd12541ee4 2,600 1.00/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 782.48 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: 668.21 GB
    • Received: 15.42 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.