Loading Tool

Explorer IconExplorer

Memory Pool

83,116 transactions
31.77 vMB
0.12176277 BTC
Random Selection Loading Transactions
Max Size: 191.44/200 MB

Candidate Block

Mining Attempt 58d528ae3c313295bed254b3f75b09337f37bf9be9f1ec9b58b63546a7f7c6a9
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root ef71ceb4b5130fb498f4c069685b4a9661cd0b839cf7c94324ab0b647876c943
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,610
Size: 1.00 vMB
Total Fees: 0.04658814 BTC
Feerates: 150.75 > 4.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (460,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,625 454,625 0000000000000000006e709a8fa53ec31f5eabeb0e14d0db2ca59b59d8d581c6 1,162 1.00/1.00 vMB 87
454,624 454,624 000000000000000000c6a743f9b2b66ef0cc4ac39dd597533b3de7e62e4d3536 1,362 1.00/1.00 vMB 99
454,623 454,623 0000000000000000004bb0d88a2165cc7974fbd76e3739e6fdc14235d54ebffe 2,291 1.00/1.00 vMB 172
454,622 454,622 00000000000000000162acc9106a6494521b6e85a8c63496b5934342a244440c 1,823 1.00/1.00 vMB 122
454,621 454,621 00000000000000000177159f152285dd7e7e5ae0ac72af91e327e23034ba87ce 2,165 1.00/1.00 vMB 182
454,620 454,620 0000000000000000014bed9fde82f0708992d50d50356807f69ef2599921f873 2,497 1.00/1.00 vMB 144
454,619 454,619 00000000000000000192785aa8d0339dc88553e97155b2e7873166662018440d 2,009 1.00/1.00 vMB 125
454,618 454,618 0000000000000000004086b9835f3f1961c6975ddbf8eb5aa8d491fd6c444821 1,974 1.00/1.00 vMB 155
454,617 454,617 000000000000000001cc91d860d4024cc85a859626ab68851a93e06b8918903b 2,356 1.00/1.00 vMB 168
454,616 454,616 0000000000000000020b5d105a78c899ef3b4d6597ff7c5ca3cb84cd194d2f6d 2,181 1.00/1.00 vMB 145
454,615 454,615 000000000000000000dae8175dd818cd7d77af5a666f576115870d3e4a869475 1,699 1.00/1.00 vMB 44
454,614 454,614 00000000000000000253945fd93fec6af4257366f018bbf7d932831f47f89fea 1,987 1.00/1.00 vMB 127
454,613 454,613 000000000000000000132113be1990cc516105a299a2b110cba831504f5b5447 1,767 1.00/1.00 vMB 85
454,612 454,612 0000000000000000002f7f48f3621dc37eed32bf13e21f5b930a4b3cc98f4ba1 2,097 1.00/1.00 vMB 117
454,611 454,611 0000000000000000026eb4b88a08815941e256c0295d28421be9182f8c527fd3 1,010 0.40/1.00 vMB 150
454,610 454,610 000000000000000000ba9ee19fa819de637cfe26f44cc8e4b3e4f4686c43ee44 1,987 1.00/1.00 vMB 101
454,609 454,609 000000000000000000774dabcdc289ee7dad3745ad399686d752002f32d4822f 2,148 0.93/1.00 vMB 149
454,608 454,608 00000000000000000176ec6b389c41b1264163ee4de7368c2d166eb1e2afff00 1,926 1.00/1.00 vMB 95
454,607 454,607 000000000000000001ebc29c75e97181cee70d2b5ed4bce8b34f2578074e2627 2,484 1.00/1.00 vMB 144
454,606 454,606 000000000000000000ec6f47565f4acf262a57fb0538e25cdcb1f6c27ec51139 1,287 1.00/1.00 vMB 55
454,605 454,605 0000000000000000016a8d8ae6c282e71082539698ca69e25ea7c636f2f16c6d 1,810 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.71 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: 700.29 GB
    • Received: 16.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.