Loading Tool

Explorer IconExplorer

Memory Pool

27,169 transactions
18.00 vMB
0.04102064 BTC
Random Selection Loading Transactions
Max Size: 97.89/200 MB

Candidate Block

Mining Attempt 64c36e68e99b166c25c58eee81f588f7dd042ed2bd4aeba62096b2d793905283
Version 20000000
Previous Block 0000000000000000000214004990e140b1ca2fa28da8bd860478cc541dfc88a0
Merkle Root 5f00f7cbf7c81f7ed1a5d8cc7d9bfdb74379d2abb91e3eb42104969d9f3e21b5
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,943
Size: 1.00 vMB
Total Fees: 0.02151337 BTC
Feerates: 150.93 > 2.16 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,597 (126,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,726 814,726 000000000000000000041415f454ce5f406db3e6dfebd4567dec6cd393be8579 2,769 1.00/1.00 vMB 10
814,725 814,725 0000000000000000000186df597abffb378775ad3cab15b26231c87f64675397 2,293 1.00/1.00 vMB 18
814,724 814,724 00000000000000000002efcc8248a1ce4172ee4cbfd16693fd4c5e5cba695cdc 2,405 1.00/1.00 vMB 17
814,723 814,723 00000000000000000003f0bc194c04bb402a60999bc8bc35f76012b2cfd5c447 3,394 1.00/1.00 vMB 29
814,722 814,722 00000000000000000001ccab804f939b48443bc2cfb7f24de15ac5a13cf206f4 1,132 1.00/1.00 vMB 10
814,721 814,721 000000000000000000038e920fa69afc0988cb9b22061b0a8cfa8955b1f7d7ef 2,861 1.00/1.00 vMB 13
814,720 814,720 00000000000000000003a4d045920cf6340772be6c3618c875f5ac027ffe114a 3,674 1.00/1.00 vMB 23
814,719 814,719 000000000000000000037079122705d5bf819011a6c51a0b1e85d46c7932db7f 3,516 1.00/1.00 vMB 30
814,718 814,718 00000000000000000003afbb0529305dfdb8f668ea0d68739499b8e047d4b01d 2,466 1.00/1.00 vMB 14
814,717 814,717 00000000000000000001857c5a4a6b07d2c2a8c57c64fa7b32fdcee5105c6153 3,584 1.00/1.00 vMB 20
814,716 814,716 0000000000000000000022a913c03fe7a34103b3e8131486dad5ed3b53fc2817 3,247 1.00/1.00 vMB 31
814,715 814,715 0000000000000000000431b4580544dae39d52c0ecf1e65559342a0daef86975 3,513 1.00/1.00 vMB 14
814,714 814,714 000000000000000000002591d895e8226b7ec46a5d59d4e67e30170fa8ae6b33 1,769 1.00/1.00 vMB 15
814,713 814,713 00000000000000000003099180077d0470e9743449b4588c4ee79f1a1aedf575 3,565 1.00/1.00 vMB 22
814,712 814,712 000000000000000000023cb075adfe13ee2b0357d80d65ca10ddd02d72a458e9 2,949 1.00/1.00 vMB 19
814,711 814,711 0000000000000000000110ead78b47ff37b60620e6c5ec934f59aa8de1a3b3de 2,981 1.00/1.00 vMB 20
814,710 814,710 000000000000000000015dec8ed4f69228512718bc98cae427f97319d67897a8 3,490 1.00/1.00 vMB 26
814,709 814,709 00000000000000000002d3c80a7be170e93a5600abf18a13bbec4ff80d679ae1 2,314 1.00/1.00 vMB 45
814,708 814,708 0000000000000000000124274478288facde256cb22a05ef9f6be8d6885656f0 2,778 1.00/1.00 vMB 16
814,707 814,707 000000000000000000044419de156a412fc3eba0c648b10cabcb7e9421aaf2f1 3,312 1.00/1.00 vMB 18
814,706 814,706 000000000000000000006cf11983511545e22dce1358f4f64ce7640e78b4c317 2,487 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 829.62 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: 4,664.50 GB
    • Received: 252.90 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.