Loading Tool

Explorer IconExplorer

Memory Pool

41,901 transactions
30.51 vMB
0.07336888 BTC
Random Selection Loading Transactions
Max Size: 154.44/200 MB

Candidate Block

Mining Attempt 342c4d66c7a7c9c256cf926dd708a739297cd3044c9f877e02fd9cd1765f79d8
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root e29ee28380975c39036d6bb1ecf766a0b71197e74a2cdde24f85334f82e70921
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,797
Size: 1.00 vMB
Total Fees: 0.01230625 BTC
Feerates: 99.50 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (904,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,745 9,745 0000000098821d4ed9bf9ea134102e88a46b64179a0c9dcfe9d47f4734780e9a 1 0.00/1.00 vMB 0
9,744 9,744 00000000932e1c579fbada13c7168d6dc307e09c9e1499926731018a73abe236 1 0.00/1.00 vMB 0
9,743 9,743 00000000f2a763b0145769996922672b59668d446bf457b349e428deedb63475 1 0.00/1.00 vMB 0
9,742 9,742 00000000e21c6bbc2a004516c3c69a0b4b62ed1c713d90d704ce486f8ffa5b07 1 0.00/1.00 vMB 0
9,741 9,741 00000000c8b469622049588e3719f880c112625e072ea59752414c61bd372486 1 0.00/1.00 vMB 0
9,740 9,740 00000000499e0f61d3b76d8e2a729dd140ae796d471a55d105daaf89ffccdf1e 1 0.00/1.00 vMB 0
9,739 9,739 00000000b7bbb7e50d86d3decd6ff8aa464a0acae51eca4306ff35b7437448b2 1 0.00/1.00 vMB 0
9,738 9,738 000000008d9f4089951a24ac34bf6310ebaa4fed57e0ad8ea2bd2d15daf66f14 1 0.00/1.00 vMB 0
9,737 9,737 0000000069bdbe2e36965d41c2c112ffcbfa826ca545e732c11c52db36ff793f 1 0.00/1.00 vMB 0
9,736 9,736 00000000eec7665c5362282340a688a1e9a880ca255ce354ddd72b000815612a 1 0.00/1.00 vMB 0
9,735 9,735 000000001c27ab6896a36cb774cf434f07ebad4b130c555c59d17ac19762b36c 1 0.00/1.00 vMB 0
9,734 9,734 0000000090bf5785d5f57c8334c461f9ab967f59d0fb8fa311a3eb1dce9038bc 1 0.00/1.00 vMB 0
9,733 9,733 00000000733c021ff99a46e43c7ba3adc7e2115eadbffd18b1c9aa24d949817d 1 0.00/1.00 vMB 0
9,732 9,732 00000000c0843851d5a1a7e720f663af738f71d5f981861d934f2bca3cedd02b 1 0.00/1.00 vMB 0
9,731 9,731 00000000e7c9fde0d160a3672029ad6a96c3098b3b95aa906d0dad9265f5aeb6 1 0.00/1.00 vMB 0
9,730 9,730 000000007838923a6208aa50e3a758d28faeddd2d710d0c2056656eb02422345 1 0.00/1.00 vMB 0
9,729 9,729 0000000075d570602de5c172f1c16a5d6f7f3ffd063a6c413042863742ec3473 1 0.00/1.00 vMB 0
9,728 9,728 00000000852cdd8fbc5098c192225567123d44b737f4581c3b1b395e60ff78a7 1 0.00/1.00 vMB 0
9,727 9,727 00000000a0d6037de3246522df44099aeb5d9bdc34906ac1a7654f1485c88425 1 0.00/1.00 vMB 0
9,726 9,726 0000000089a541c099f81f3cb7d6328e737f68f52b9d58593897709f11c90db2 1 0.00/1.00 vMB 0
9,725 9,725 000000002369d415ec177c27ffb68f8996b3d973f87fa9f7d44a88d47dd96d62 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.43 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: 609.03 GB
    • Received: 10.67 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.