Loading Tool

Explorer IconExplorer

Memory Pool

76,137 transactions
29.13 vMB
0.10371160 BTC
Random Selection Loading Transactions
Max Size: 172.23/200 MB

Candidate Block

Mining Attempt aa0f1288186d3589e48d1738b566ea77a58713efcc8b659043393f8e82c492d6
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 8864efd5973b0b305a0cc03ffdf9255c79e24faa54e01cfd0780d77300f39c0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,404
Size: 1.00 vMB
Total Fees: 0.04139696 BTC
Feerates: 201.37 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (336,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,371 578,371 0000000000000000000b16ce0cde43d7d78fdc31ae15b583eb22ea41d5eab071 2,734 1.00/1.00 vMB 172
578,370 578,370 0000000000000000000e99878b683d92ec952a557d9bef7a95ada76ba4124142 2,807 1.00/1.00 vMB 149
578,369 578,369 000000000000000000255ca895369e4cccb24f473c7995ed8cd4b73974fb4004 3,076 1.00/1.00 vMB 152
578,368 578,368 0000000000000000001d19a85ac9d3e18516943ce987ba1c4869f17bcd5d082b 3,041 1.00/1.00 vMB 182
578,367 578,367 00000000000000000007e6e82c048a55a35ef37573a84d7b056b576be26ebbb2 2,421 1.00/1.00 vMB 167
578,366 578,366 0000000000000000001a4a63b11eb786aa85c53a997d81c0657bd4f4869cbcfa 1,439 1.00/1.00 vMB 173
578,365 578,365 0000000000000000000f846b33f3f3ccafbbb90eed681088f420ef51a19d3e00 1,655 1.00/1.00 vMB 181
578,364 578,364 00000000000000000008a7e37b9eb354ce3109440dc4a77995a0ea5fb3c69bd9 2,106 1.00/1.00 vMB 197
578,363 578,363 00000000000000000023ee52d251a787331b0a738a351f693de190b71d9741c3 2,712 0.93/1.00 vMB 54
578,362 578,362 000000000000000000156df50ee69d36641ed7ccc9b2b2b0bbb835f7f5c156a4 2,917 1.00/1.00 vMB 117
578,361 578,361 000000000000000000066ac2abdaf4049372d00e3dc7784dbdc48abc5d2f823a 2,872 1.00/1.00 vMB 118
578,360 578,360 00000000000000000020da1d787e20a1f03129b23131a7f24de578261765bae1 596 0.21/1.00 vMB 84
578,359 578,359 00000000000000000014ae020f1635c9ee5dd43c4c2d48194195d043cdeab445 2,000 0.70/1.00 vMB 87
578,358 578,358 0000000000000000001af6286b6ee36c0be5c74decbee957fbcd53d20e1a03fd 550 0.85/1.00 vMB 12
578,357 578,357 0000000000000000002094a70a0aaeec6f75daf2b3a1d3aae732b30e0981e761 1,770 1.00/1.00 vMB 80
578,356 578,356 0000000000000000002024871d412697ef4fa342282a3447f89388f5220e6de3 2,293 1.00/1.00 vMB 69
578,355 578,355 00000000000000000029a6c2091355ee9bb2ebec870943b9773a7379f4e65c2b 1,810 1.00/1.00 vMB 19
578,354 578,354 0000000000000000000ba25a3964d82148e24a70036737b301bd50781b2d65e9 2,632 1.00/1.00 vMB 33
578,353 578,353 00000000000000000004175bcc78a694a8f604d80f0fb4f1730ab30470b009eb 2,669 1.00/1.00 vMB 145
578,352 578,352 00000000000000000001bd0ff4c7f57613b510bc222390d0beb617726cbae006 2,158 1.00/1.00 vMB 97
578,351 578,351 0000000000000000001748cfdc0e93dd5acf6df8b767d4095122c29e9d8a43f1 2,850 1.00/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.