Loading Tool

Explorer IconExplorer

Memory Pool

80,532 transactions
29.71 vMB
0.06930644 BTC
Random Selection Loading Transactions
Max Size: 179.33/200 MB

Candidate Block

Mining Attempt fad1558d0fc55e9a28aa129e193e9a6dab751455a8e653156e8198415e30091f
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root ad38d34fae8b07b868041c47ec1de12690a04d4e63f5e8c4cc34409e12bac327
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,129
Size: 1.00 vMB
Total Fees: 0.00860964 BTC
Feerates: 100.36 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (514,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,578 400,578 000000000000000001d1cfe9124201409bc7e3ea48ae18c5974b9c2645f543a3 702 1.00/1.00 vMB 29
400,577 400,577 000000000000000001a0920f7f5c304b950b026e2b2d645bda8a7b88d32cc401 1,420 1.00/1.00 vMB 31
400,576 400,576 000000000000000002826e3e3df33336e109a497cf367c34b45616d3c6c045c2 2,196 1.00/1.00 vMB 59
400,575 400,575 0000000000000000029030e288fa88b4a9663bf397866d0cd1ded40b61f5d712 2,384 1.00/1.00 vMB 48
400,574 400,574 0000000000000000069bd5b7d2a3116747ac2dc8f8557e9766670d8de78e9baf 2,764 1.00/1.00 vMB 67
400,573 400,573 000000000000000006a84422c755f8a96576d730e15ac5a9eb9493f86683c06e 4 0.00/1.00 vMB 134
400,572 400,572 0000000000000000018ed8253dee85cdbc9bbd5c7541402def9d0d6661f44b99 1,915 1.00/1.00 vMB 34
400,571 400,571 0000000000000000067f6506ff7c705911bbdb97c2a6de247d65082fcbd323fb 2,540 0.99/1.00 vMB 68
400,570 400,570 0000000000000000018c41913076ca5cd8d333f30260ac7308fceaeff2feb6c6 2,506 0.93/1.00 vMB 64
400,569 400,569 00000000000000000559276fc0bfa02cbed047101e52f5635954dddecd318a1d 2,200 0.93/1.00 vMB 53
400,568 400,568 000000000000000004c3e2c05205126bec2ca4ec3f904d874b659466d43b2548 2,441 0.95/1.00 vMB 38
400,567 400,567 0000000000000000053787e07589d17b5ab6f202d4ee86bde6fc9f7be0dd4941 2,480 0.93/1.00 vMB 64
400,566 400,566 000000000000000003db012e66e30dd8e8f2e81320ffc623eaef7d00e7b548e7 2,614 1.00/1.00 vMB 48
400,565 400,565 000000000000000004a48cf8b6d8d3b550946b5faffdce0fb5e18a479f70eef6 2,664 1.00/1.00 vMB 34
400,564 400,564 0000000000000000064c2d5b09b705c082e1eb5528b8364ee907768a5e56cb1a 2,405 1.00/1.00 vMB 33
400,563 400,563 0000000000000000043901e60a7b5efa1354afaf76e978c45a348e9ce57a423e 1,757 0.99/1.00 vMB 38
400,562 400,562 0000000000000000059013570de65d486215e63a1b1b29ea6a848a4b0d9f3747 2,304 1.00/1.00 vMB 47
400,561 400,561 0000000000000000008081bd9558569eeea924b4beddef2b1245416dbf7a1fbc 2,945 0.93/1.00 vMB 56
400,560 400,560 000000000000000003e95a1e667b349beb17f20cda98fbf8076d3bfee939abf4 2,954 1.00/1.00 vMB 72
400,559 400,559 000000000000000001255656c60d673c69d48178a6c7658b54d2ab1dc97cd9cc 2,670 1.00/1.00 vMB 97
400,558 400,558 000000000000000006916993b2c7e86ceb4a5ee8a8f4517a4989b929a22eac31 2,696 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.