Loading Tool

Explorer IconExplorer

Memory Pool

83,030 transactions
30.45 vMB
0.14982552 BTC
Random Selection Loading Transactions
Max Size: 184.44/200 MB

Candidate Block

Mining Attempt 860e0d343cedea2521f6e92c68a0584c2c801defb924a18af6c54a41eaa19cb2
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 2c1a2b21ff38c029ddf9e5b345fa61e6978cecec3a7b7adfef13e8e34da24b57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.06767242 BTC
Feerates: 150.61 > 6.78 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (432,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,601 482,601 0000000000000000003e01f2fece25ec44a042f7ba5fefc7de8a439f9d72cb2b 1,770 0.99/1.00 vMB 317
482,600 482,600 000000000000000000c2c4180050641c073f1d41f5ae236123fd1b803874dd95 2,154 1.00/1.00 vMB 201
482,599 482,599 00000000000000000115366af15233915cf1cfae46f4a847a54ea6ca9ca7c121 1,631 1.00/1.00 vMB 293
482,598 482,598 00000000000000000009fac54bac91b21a47778cf4050866af29e8ef52ab775b 693 1.00/1.00 vMB 467
482,597 482,597 000000000000000000cbf20a57b75c106fc85394163051110ddd4ec39888b963 1,881 1.00/1.00 vMB 63
482,596 482,596 000000000000000000c17940bc4463c4e207a349a57d053f208e06e8e8183ff5 2,014 1.00/1.00 vMB 392
482,595 482,595 0000000000000000009febf5edcd70f1abeeac23816a07f52bcf29778c41423a 1,606 1.00/1.00 vMB 250
482,594 482,594 0000000000000000011e4143a2c582dd78b38b8812c5882583ca5cb1914eccd5 877 1.00/1.00 vMB 55
482,593 482,593 000000000000000000d2c3fa621da3f0b717769bfc8fdaddf45cb719320ff2ec 1,723 0.99/1.00 vMB 83
482,592 482,592 0000000000000000008223d69665b3935ba1d9c504dbd95e85817fa5362e7f58 2,123 1.00/1.00 vMB 387
482,591 482,591 000000000000000000cb13f3530c1fd36cd58bd2707ae72649c5b7afaeb9a048 1,873 1.00/1.00 vMB 338
482,590 482,590 00000000000000000037b8e67b061d046f9162264c80d59e6d3e525852bda759 2,436 1.00/1.00 vMB 484
482,589 482,589 0000000000000000001f9e4e8f3fe33a1b721083e0bdb3e49ca0127acd154901 1,461 1.00/1.00 vMB 195
482,588 482,588 000000000000000000bbe4c8d36648ce4fa60482b1b88cf1fcb345c9307abd67 1,422 1.00/1.00 vMB 93
482,587 482,587 0000000000000000004982e39e96a9faad8e9611ed66ef7bc6f5154cf049caa4 1,890 0.99/1.00 vMB 379
482,586 482,586 0000000000000000009bda014f0ee7b30066c06c363e285b8fc8ab76bb146ff9 349 1.00/1.00 vMB 63
482,585 482,585 000000000000000000034d9c7fff26d2af3ef594027f8729defd7c3ecc6774c5 482 1.00/1.00 vMB 49
482,584 482,584 0000000000000000011ebd77e51c13023b57877a9fb359411d805ea0b301c0d0 1,996 0.99/1.00 vMB 232
482,583 482,583 000000000000000001086c9f26a1cf6b3c31df0bf8f7a6db29e71bffa844cb8d 1,965 1.00/1.00 vMB 392
482,582 482,582 000000000000000000bee01577bb1cdcb4e0033a7a73f724fc80684d1ab6c3f6 1,183 1.00/1.00 vMB 193
482,581 482,581 00000000000000000129a251007281a1f6a94c0c566ddaaedaee249062bdb5c6 1,659 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.