Loading Tool

Explorer IconExplorer

Memory Pool

8,995 transactions
3.27 vMB
0.00702357 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 19.72/200 MB

Candidate Block

Mining Attempt 200be7eced063edcca4e3792d6638079b5cef247895b57de824c98c1262ba2f8
Version 20000000
Previous Block 00000000000000000001ee4cb97e17eb569e9cfdcc353ea081c23004aac63085
Merkle Root 3b9c96deda1e4b6aacfee5747dadff965ebb89941df10bd3e51a8cd6dc5f1fed
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,799
Size: 1.00 vMB
Total Fees: 0.00408109 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,498 (657,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,495 256,495 00000000000000039e9e7801094a23cb47d6b4e4eb552ae36e173dc9ed443985 66 0.03 vMB 101
256,494 256,494 0000000000000023e833ffbfb40d318109f2742e4ed49f79aa72e872e1289f36 117 0.07 vMB 44
256,493 256,493 0000000000000012df7b30803c256519303f4ba5f96a50dc8b97e478ebeac6d5 606 0.22 vMB 150
256,492 256,492 0000000000000025dcc0497a56bf3bfadf95ce7322f91dd2686346509c9de100 23 0.01 vMB 75
256,491 256,491 000000000000000491445b5bee8e7743bafdd31947cf98935149dacc3025c3e7 472 0.22 vMB 101
256,490 256,490 00000000000000296a7c0f849c43f2532b4f68935b97a3779351ec6931d31fd8 398 0.18 vMB 118
256,489 256,489 00000000000000208f71e8eadc57ef22f5d26608c7f6ddb9a1519a1eade6dc9d 99 0.03 vMB 41
256,488 256,488 000000000000002203f4a729b7b3d3c1b4eaa9d821b8bc4df192fe2f8324b409 288 0.12 vMB 125
256,487 256,487 000000000000000289412924f4bd84a663d88454a37915b1f252cba06c892286 314 0.18 vMB 81
256,486 256,486 0000000000000019970d5878bd97ad9d1f6a7d76b63b06340245e6206d630903 63 0.12 vMB 13
256,485 256,485 0000000000000028942362d51cea926492d392c2f2fe44207f1eddd3d0c23d02 623 0.25 vMB 128
256,484 256,484 000000000000000f3e23bb07723f97a4ed7ed940f7bf64a1bad7d6ea79c1f198 71 0.03 vMB 95
256,483 256,483 000000000000000eacb5d9629e3aee828a044df649a53f19773579cf2cc87a16 124 0.04 vMB 116
256,482 256,482 00000000000000055d1deed4d8ef12fab432976a7e8457fa40ae882248ba42f9 222 0.15 vMB 81
256,481 256,481 0000000000000005fa020bbc8820a0b682b22794bec05aa0daf82715a9077895 82 0.05 vMB 77
256,480 256,480 000000000000001e0fa1d13324565de56667f69f2db6299ed291ff76e965ae3e 59 0.03 vMB 49
256,479 256,479 000000000000000559d3c2349f70530c48ae050c9803a5539f3b3d1ffc819d63 231 0.11 vMB 111
256,478 256,478 000000000000000b3de35822e711c15d88879f2ba37ba3bf569e6dbec7baf534 269 0.13 vMB 102
256,477 256,477 000000000000000442bc689e825b885c336a4f1b1ae0ca387efeddc9f33e4bfc 318 0.13 vMB 118
256,476 256,476 000000000000000459a114d90f53e549b3ec65c6ef9b25416a5ba858f030f53c 310 0.15 vMB 89
256,475 256,475 000000000000002e112e485b17a1d0ebbd91463da45292073a37be91c15bc1e4 79 0.03 vMB 20
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 366.88 GB
    • Received: 1.78 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.