Loading Tool

Explorer IconExplorer

Memory Pool

44,677 transactions
26.44 vMB
0.05494923 BTC
Random Selection Loading Transactions
Max Size: 139.90/200 MB

Candidate Block

Mining Attempt 0c9f4571181e2cc8f7e06d953158785e0a0d29ea0ba21828542f7a112a875c34
Version 20000000
Previous Block 000000000000000000004d1049722dcba3c177c8f8720a3a8519efc7b1dde709
Merkle Root 34f9eda8164b63df6a061f82dd5b5d99304e8d98e85451ee36ddac9281b21d23
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,668
Size: 1.00 vMB
Total Fees: 0.00651699 BTC
Feerates: 150.62 > 0.65 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,757 (127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,630 914,630 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f 3,214 1.00/1.00 vMB 3
914,629 914,629 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e 6,696 1.00/1.00 vMB 0
914,628 914,628 00000000000000000000995fa95cebd04ebda1066dbda4bcafaacc1f20ce2704 3,328 1.00/1.00 vMB 2
914,627 914,627 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487 5,468 1.00/1.00 vMB 0
914,626 914,626 0000000000000000000044e58b3826086171fa7900edab59a7a6d5fec2bf6311 3,363 1.00/1.00 vMB 2
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
Previous 10 blocks ↓
Total Size: 781.96 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.40 GB
    • Received: 12.93 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.