Loading Tool

Explorer IconExplorer

Memory Pool

44,286 transactions
26.59 vMB
0.06275946 BTC
Random Selection Loading Transactions
Max Size: 140.07/200 MB

Candidate Block

Mining Attempt b134966b56abadaaf39c2d6d5cc08117ad66046da22484b9157cb1c5ba63f479
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root 5d6f9c961896d300d5d21a7c6fb15bdee51efd2727bc3988b0d4df88013ddd90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,764
Size: 1.00 vMB
Total Fees: 0.01292102 BTC
Feerates: 150.52 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,625 914,625 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6 1,729 0.64/1.00 vMB 2
914,624 914,624 0000000000000000000141edea387271cfa939f1c4e7740f679098889b1d55ec 6,300 1.00/1.00 vMB 0
914,623 914,623 0000000000000000000136ed55bb1ddf4d1f340955528f3c7bf60ccd85f41c56 4,848 1.00/1.00 vMB 0
914,622 914,622 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39 5,834 1.00/1.00 vMB 0
914,621 914,621 00000000000000000000e75e7ba3ec4f54cde2a7f5d554356115040ddec177f1 4,131 1.00/1.00 vMB 2
914,620 914,620 000000000000000000015df9339a679f24b05f10bdf66499b18076d0f640fe75 646 0.16/1.00 vMB 2
914,619 914,619 00000000000000000001e8eea2fc217de15f4d40d8c46e346c3a22c6ea1dbb3a 4,093 1.00/1.00 vMB 2
914,618 914,618 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed 3,275 1.00/1.00 vMB 3
914,617 914,617 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5 5,824 1.00/1.00 vMB 0
914,616 914,616 0000000000000000000196b9925bca5e45f094c3c1c9dd239e8581451c4f878b 3,254 0.97/1.00 vMB 4
914,615 914,615 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3 3,381 1.00/1.00 vMB 1
914,614 914,614 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df 3,489 1.00/1.00 vMB 1
914,613 914,613 000000000000000000005c365b22f45149ff6010986598bcca955a5eec769236 2,575 1.00/1.00 vMB 2
914,612 914,612 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b 2,868 0.96/1.00 vMB 2
914,611 914,611 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a 5,352 1.00/1.00 vMB 0
914,610 914,610 0000000000000000000183e437f4f628fd2edab42647379590c5aec3dcb0f090 1,590 0.40/1.00 vMB 2
914,609 914,609 0000000000000000000181347c4294ad0beed9b52aa535be4e1a122e07d65958 1,718 0.75/1.00 vMB 2
914,608 914,608 000000000000000000008c63f333c2759a97068a8205bd4bdb576a11858f7db9 1,024 0.29/1.00 vMB 2
914,607 914,607 00000000000000000001c43b6bf8417f79a3ad4a6d57249348747323787c4f61 298 0.14/1.00 vMB 33
914,606 914,606 00000000000000000000c47c1890e01cf5107ab7a3c5da6d59743d09f1e32405 1,492 0.59/1.00 vMB 2
914,605 914,605 00000000000000000001ecdfcce0ab12fa730f2a6a14cc128d30915907e7d5a3 6,112 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.95 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: 647.08 GB
    • Received: 12.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.