Loading Tool

Explorer IconExplorer

Memory Pool

40,719 transactions
28.44 vMB
0.14015882 BTC
Random Selection Loading Transactions
Max Size: 145.34/200 MB

Candidate Block

Mining Attempt 196044699b3712e9a73b3cd8c469b5a0f21bcbab665fad30a35cd51be5b83142
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 29bef5194c6a45f5c10d9cc83f3ee0a54e150bb54a3170127920e5c0e011a8b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,948
Size: 1.00 vMB
Total Fees: 0.08522275 BTC
Feerates: 102.90 > 8.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (448,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,673 465,673 0000000000000000016fbb6649c225f9d55e5d5d72bff59f2077d62485bedcee 2,298 1.00/1.00 vMB 189
465,672 465,672 0000000000000000012334edbeb1bb830144923de3002b69c14c221b5574a3c3 2,218 1.00/1.00 vMB 220
465,671 465,671 00000000000000000141db82cf21ecadc0248e765eb5345907b55d869b9969a4 2,151 1.00/1.00 vMB 291
465,670 465,670 00000000000000000199b62bfde3df9dfdc5868465c1ad9ce9854f3311ac55ab 2,213 1.00/1.00 vMB 254
465,669 465,669 000000000000000001b97964c0c2d3bea19c7368bca478bf8a5919bcf8e08ce0 2,740 1.00/1.00 vMB 176
465,668 465,668 0000000000000000006fde8f34e21d694909d768cff118f7eed70450c8bb11fe 2,571 1.00/1.00 vMB 244
465,667 465,667 0000000000000000014fd8083e8988d5a165045b566fbf9c7c8fd89722f4eaba 2,298 1.00/1.00 vMB 178
465,666 465,666 0000000000000000005c0bec77fd0faa94f4a8004e655a8fdc76a1fb1c1c4882 2,334 1.00/1.00 vMB 204
465,665 465,665 000000000000000000cc43b850d4fa27b146599550caef42651187b2bcfc4e11 2,317 1.00/1.00 vMB 253
465,664 465,664 0000000000000000007b525e35c47788e65a557485af74e7e6c885fb89181442 1,875 0.99/1.00 vMB 183
465,663 465,663 0000000000000000020b20dfa2ba03b95639110ffec02e86c3bfdffe42344660 2,117 1.00/1.00 vMB 192
465,662 465,662 0000000000000000015045f89515a251a51125ebaeda4b7fc1b3d591a4538bdc 1,253 1.00/1.00 vMB 173
465,661 465,661 0000000000000000001910ba63ff808532d7eeb84c0a26b4d6741f9ad7e438ec 1,915 1.00/1.00 vMB 198
465,660 465,660 000000000000000001fef0cbe66464a9cdb0ebfb12588498b6424081485be0fb 2,054 1.00/1.00 vMB 303
465,659 465,659 00000000000000000067e3b913e6e468b77f7ceba329bbe4010ad7713fce0d01 2,824 1.00/1.00 vMB 253
465,658 465,658 00000000000000000164a625cbd750b9b95e29879d10ee64f7d2795c9c33aa99 2,317 1.00/1.00 vMB 227
465,657 465,657 000000000000000001994cca5ebccc89b7a5ffc7a3c320524542ae417f0d111c 2,355 1.00/1.00 vMB 273
465,656 465,656 0000000000000000012edd52500cdb58ec076e78df4074a382e5c29d59397123 2,346 1.00/1.00 vMB 229
465,655 465,655 00000000000000000163673ccbb6bb79e0cb6f64166a2961b098e4b6b5361f86 2,801 1.00/1.00 vMB 329
465,654 465,654 00000000000000000123ba44d308180ba5fea3b7a50b483b149aeb53de2a2506 2,788 1.00/1.00 vMB 232
465,653 465,653 00000000000000000033c5185c9a6390cf88b60c2ab103e3fee88dda8774404d 2,039 1.00/1.00 vMB 220
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.