Loading Tool

Explorer IconExplorer

Memory Pool

33,260 transactions
25.16 vMB
0.05013100 BTC
Random Selection Loading Transactions
Max Size: 127.72/200 MB

Candidate Block

Mining Attempt 9c9aff147a6618bca9922bac84175364bc0c421d42514b1eef8e16bc4f8dc311
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 63b83654dafb757310b0b4f83488c17df72d7c788c2bee20294f034b2a2084b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.00501589 BTC
Feerates: 75.37 > 0.50 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (127,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,627 787,627 000000000000000000000644bb4bc9b9ebf9fdddfb46782d77d905407dec86a0 3,522 1.00/1.00 vMB 21
787,626 787,626 0000000000000000000506d70f3d71e95ec5a3d39c59836a792064736b166b4e 3,747 1.00/1.00 vMB 13
787,625 787,625 000000000000000000033ec5ce76a57f3051606791575d3d84dc84c5a8525105 4,609 1.00/1.00 vMB 16
787,624 787,624 000000000000000000011257ed140c06d7cc9eb9e66e4a5c5eda94cdc2f75d81 4,636 1.00/1.00 vMB 23
787,623 787,623 000000000000000000035d619e3e3a9fdb5e99b075866f82f576cbfadfb7ff4b 3,812 1.00/1.00 vMB 26
787,622 787,622 00000000000000000002faba1245f5071939fa8571798c23a8d1833152e5af07 2,763 1.00/1.00 vMB 37
787,621 787,621 00000000000000000003ab37cf06b865d82b2fac64d972621572072a05441642 2,337 1.00/1.00 vMB 28
787,620 787,620 0000000000000000000017959176c20bfc2b1ccb8ca1d980f3dbc0b3a44b77f0 3,905 1.00/1.00 vMB 31
787,619 787,619 0000000000000000000043e0f982b09bbbac30b2f96340a954b54b3fb036a23e 4,515 1.00/1.00 vMB 20
787,618 787,618 000000000000000000039ddfbb14e3d5581077b76844ca96dee18da8c18ce5a0 4,352 1.00/1.00 vMB 27
787,617 787,617 00000000000000000002f94309ce107188bf3b742d40edd0d9e65748826d10eb 3,739 1.00/1.00 vMB 32
787,616 787,616 000000000000000000005d5cc38a5c907b288b6e2a2cd2c4c7a5e5a4eb9ac3e8 4,017 1.00/1.00 vMB 18
787,615 787,615 000000000000000000028e23c155ba1978cdba58b34a6839222b57a640094c79 4,732 1.00/1.00 vMB 22
787,614 787,614 0000000000000000000265d4ae42217ec965bee48f3ecb40b459ddec553b4fd4 4,725 1.00/1.00 vMB 21
787,613 787,613 0000000000000000000352dd233c949b40117d83c8d69dcee9f4a2aa2dd93c59 4,266 1.00/1.00 vMB 31
787,612 787,612 00000000000000000004ec042362db7338d358d40176314c3a30aea220301f3d 3,920 1.00/1.00 vMB 40
787,611 787,611 00000000000000000005a3d34fca10975736ec204b5a290ec6bc97f661abaeb0 2,770 1.00/1.00 vMB 12
787,610 787,610 00000000000000000003bf143ddd166482ded8fa18d7ddb7f2413f9dff05324c 2,280 1.00/1.00 vMB 20
787,609 787,609 00000000000000000002d9d5ea5c9fe162b1cd67e35bb6343f8a8c1bc230094b 1,450 1.00/1.00 vMB 15
787,608 787,608 000000000000000000035de0aad0a052dd8b0d892bbcb6f3e17f177c60d42411 2,051 1.00/1.00 vMB 12
787,607 787,607 00000000000000000002356811ea4a409319f8ec806668af7b17768a54145a3e 4,849 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.