Loading Tool

Explorer IconExplorer

Memory Pool

44,309 transactions
27.40 vMB
0.08156986 BTC
Random Selection Loading Transactions
Max Size: 143.04/200 MB

Candidate Block

Mining Attempt 8163b652e948f0f0c07d2b954c17e794fad8abf1de4ca653a22f470df6ede36d
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 6f828db9b3ee79cbbd415a054f1e7df10ebbb11ba7e7b49458abec4fc017c775
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,472
Size: 1.00 vMB
Total Fees: 0.02780000 BTC
Feerates: 150.77 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (805,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,386 109,386 0000000000009dc60a290a7f2c7c6018a1e631082e9bc4a4313c32492a1cfdbc 10 0.00/1.00 vMB 1,940
109,385 109,385 00000000000108d51cd7e779a14c2e27838a61845c5779254254ce667af595e0 13 0.00/1.00 vMB 0
109,384 109,384 0000000000011c308b1c4a05d2804207d1e23ee88a3200efe1a5c00526f23574 11 0.00/1.00 vMB 0
109,383 109,383 00000000000026f0bf2d4fe79997bf0a99dfa1df19e6f187a5af9d20002024bb 41 0.01/1.00 vMB 0
109,382 109,382 000000000000f282439aae2037586b824ae2cc232a5073a8ec4391dd2955ef94 8 0.00/1.00 vMB 602
109,381 109,381 000000000000d535f8b2db64f6307c6029e709b32f114164d8e6914054f0ebd7 11 0.00/1.00 vMB 677
109,380 109,380 0000000000006d9a320b32dfaf88398e4b50640f8cfdaed4183e521e9d10bf50 1 0.00/1.00 vMB 0
109,379 109,379 000000000000f11ffb83a7373edf74bcdc896d444425888daa1304c64e2aacca 6 0.00/1.00 vMB 0
109,378 109,378 000000000000395f07eb78acbb066af08ac6286f4bdf930fa9911437337e0466 9 0.00/1.00 vMB 905
109,377 109,377 000000000001b38c6a65c85de6da07a7899b187d3e7b91f424014a5a1856d907 5 0.00/1.00 vMB 0
109,376 109,376 000000000000cb11f125f58a93da79c53d3d0645414332de9a921b0d1274d735 77 0.02/1.00 vMB 0
109,375 109,375 0000000000003fc795f2ad1a97da10e4754d56b3f0f1c102fce230913e43ad2b 13 0.00/1.00 vMB 0
109,374 109,374 0000000000008624c43af02467b9bf0a056e307033fb5b9f9138569eec183ad2 12 0.00/1.00 vMB 0
109,373 109,373 0000000000008a95e5d08d35c9f67057681a81b536d9b5c910fc7b1dc58ec717 13 0.00/1.00 vMB 0
109,372 109,372 000000000001bce45a8abb4db9f930b00f635641582fd66a1daeb8ae6ce5837c 11 0.00/1.00 vMB 0
109,371 109,371 00000000000051cfa7dd4ea66f34a795d2503a6b4f16afd3a7198f14a39ec4a1 2 0.00/1.00 vMB 0
109,370 109,370 00000000000129ab2ff4fb21a67c0a88b4d64f5e1849998c343473c751160820 2 0.00/1.00 vMB 0
109,369 109,369 00000000000176b7c48992d417f171350328acbd220419823969ee991bf251c8 4 0.00/1.00 vMB 0
109,368 109,368 00000000000003952fe32de1602f80a88afdcd2618e0696dd9fc5aeaddee7d38 1 0.00/1.00 vMB 0
109,367 109,367 000000000000c74c8e7b8a67d3d2c60f407ab321889fac6757118b854a51cee4 13 0.00/1.00 vMB 0
109,366 109,366 00000000000113eab8bc0cc4f8b3f2e30e5c525db8be48f69b20a375c2288b00 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 14.00 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.