Loading Tool

Explorer IconExplorer

Memory Pool

44,693 transactions
26.65 vMB
0.05966637 BTC
Random Selection Loading Transactions
Max Size: 140.99/200 MB

Candidate Block

Mining Attempt 5c7ac78f62717ae6b9eb9eec9e8e22289ba7e8269f43b9e1943c18d15268b0d1
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root f226b65885e58dc31eeceec41269a8b16a861c9d49e99845e84777ece35a473e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,284
Size: 1.00 vMB
Total Fees: 0.01046966 BTC
Feerates: 101.72 > 1.05 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,636 914,636 00000000000000000000e62c33f43b79dfac821cfdf5010d66e3ab4a393a97fe 2,628 1.00/1.00 vMB 0
914,635 914,635 00000000000000000001cabb4e7f62bd7290563fae05cec6bc36b800b52776e6 5,850 1.00/1.00 vMB 1
914,634 914,634 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d 6,310 1.00/1.00 vMB 0
914,633 914,633 0000000000000000000210ce047a899c3165142ca92db23549562eea5202e5a5 1,407 0.54/1.00 vMB 15
914,632 914,632 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972 770 0.20/1.00 vMB 2
914,631 914,631 0000000000000000000041f7a5df4a2fcb5d73aabcfdb70bde419d2d2fed83a4 3,446 1.00/1.00 vMB 1
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
Previous 10 blocks ↓
Total Size: 782.00 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: 648.95 GB
    • Received: 13.11 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.