Loading Tool

Explorer IconExplorer

Memory Pool

82,716 transactions
30.98 vMB
0.10857573 BTC
Random Selection Loading Transactions
Max Size: 186.28/200 MB

Candidate Block

Mining Attempt c3f96b9065892140c2488e053bc14a6a80b7f28733efc1ec0c2f7df88330f9ab
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root f812d39d9100c5392013fb22d0b492d7db6f85854650795c94ce574894b372d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,073
Size: 1.00 vMB
Total Fees: 0.03854333 BTC
Feerates: 163.06 > 3.86 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (96,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,736 818,736 00000000000000000000387493952a74194ede906e549ca3a109d94a4d86e90a 3,579 1.00/1.00 vMB 77
818,735 818,735 000000000000000000040460db484bcb3f93e2c4fe7849ab81b09a128179fd41 3,439 1.00/1.00 vMB 69
818,734 818,734 00000000000000000003337d485bf6773fefbc196f3c766d512ac8fa5a3df95d 3,289 1.00/1.00 vMB 84
818,733 818,733 00000000000000000003ce2a54d110fd64b937ca790e0e13e309dfa01e9b0c26 3,693 1.00/1.00 vMB 84
818,732 818,732 00000000000000000002bd54b9aad668c7d8fbd4e1dee627f6daf97481d0bbf4 3,542 1.00/1.00 vMB 79
818,731 818,731 00000000000000000002faaaeb2b4b710e9f9795cc3d71534437586610e3492f 3,892 1.00/1.00 vMB 67
818,730 818,730 00000000000000000003b33fee4b671bcf61f7135682877ebb97cf65cdc4a106 2,957 1.00/1.00 vMB 75
818,729 818,729 00000000000000000001f85899997567722f7d989205cf1e6271a1d4a3b9978d 3,457 1.00/1.00 vMB 89
818,728 818,728 00000000000000000003e2fe7549c438a95de078b4048c5defa9bfc5cdff9eea 3,289 1.00/1.00 vMB 89
818,727 818,727 000000000000000000014df7864a46af56a016c74a373e372b858a9a61546721 3,206 1.00/1.00 vMB 72
818,726 818,726 000000000000000000040244f2629d72fe6aba442b3efd7836b0647c3f181142 3,098 1.00/1.00 vMB 84
818,725 818,725 00000000000000000002f7db773a55a5b61ab88c071744924bbed57911882f78 3,606 1.00/1.00 vMB 57
818,724 818,724 00000000000000000001edc6cc8a1933a24ad7250aeb50024cb66c3a2a8ebbec 1,912 1.00/1.00 vMB 75
818,723 818,723 00000000000000000003b39def9743bbe4e9548846a78aaec62b4a50000b89b8 4,356 1.00/1.00 vMB 50
818,722 818,722 0000000000000000000237218b0803aa8b1b54dff0aad2f9385f6f131ccd659c 3,528 1.00/1.00 vMB 72
818,721 818,721 00000000000000000000b7bde5c9a017e8c6bdd35a66bd2918b979e90757bd2a 3,113 1.00/1.00 vMB 56
818,720 818,720 00000000000000000002904218ebe1fb8297a0ceb3e722b20abc70d050d87550 4,524 1.00/1.00 vMB 56
818,719 818,719 00000000000000000003063c322a2d1417eaff703a57d6a8024d62a37e5d2967 3,613 1.00/1.00 vMB 69
818,718 818,718 000000000000000000010b0bca4b183452b6deff28c0ee167cbca7be6a98f412 4,150 1.00/1.00 vMB 54
818,717 818,717 000000000000000000000dd71d3d929a028b9b93a6b62c53141602156c47841a 4,017 1.00/1.00 vMB 70
818,716 818,716 0000000000000000000109f8b76c6c5ec635893ed1d72f5100022b6682133af5 4,129 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.69 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: 695.25 GB
    • Received: 16.51 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.