Loading Tool

Explorer IconExplorer

Memory Pool

81,697 transactions
30.43 vMB
0.07844529 BTC
Random Selection Loading Transactions
Max Size: 186.56/200 MB

Candidate Block

Mining Attempt d510ea5e8024004cef450f74e83f991d78d25de5e503f5a6b3d865fc76582a12
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 4d4edab5e9d32127be1efa09e1c3a9b511968f28c60c786d5ea2454c827baead
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,312
Size: 1.00 vMB
Total Fees: 0.01062618 BTC
Feerates: 150.77 > 1.06 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (138,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,688 776,688 00000000000000000006ca45e3ac97c0f1efa97d9855865c991318fad0e12ed5 2,995 1.00/1.00 vMB 34
776,687 776,687 00000000000000000000949365410d2399fa439417548888e58236e3b3bdffab 2,997 1.00/1.00 vMB 24
776,686 776,686 00000000000000000003003d123e822f6bc34de7921e5b9a4df5324ea6e9189f 2,852 1.00/1.00 vMB 23
776,685 776,685 00000000000000000000395e8fefa51c14189f0a3128095d3a1e34b08de8a0e0 3,119 1.00/1.00 vMB 24
776,684 776,684 0000000000000000000001709e848831a375c40443879951ad0e03a39f1b41bc 2,685 1.00/1.00 vMB 24
776,683 776,683 0000000000000000000110099a3a4501bba1e5a4ec890422c52df1300949800c 2,681 1.00/1.00 vMB 25
776,682 776,682 00000000000000000005fb72f1a7b71f507d6683beae73d98e10c703baac16b7 3,391 1.00/1.00 vMB 38
776,681 776,681 00000000000000000002ce5740c75d6fe1b7bd9f6956e5094e95ae39552ae809 3,255 1.00/1.00 vMB 28
776,680 776,680 000000000000000000056e2b0708c7dd70c00f7336b07881724fc82d7df4158c 3,544 1.00/1.00 vMB 31
776,679 776,679 0000000000000000000021bb823d8518bfa49c6f16bce1545c4977eb829238a9 3,789 1.00/1.00 vMB 25
776,678 776,678 00000000000000000003bd77fbe5a928b5c224ed21512d00a638465c5265b9cd 1,905 1.00/1.00 vMB 26
776,677 776,677 00000000000000000001fb315b6c16629eead38c1fdd16851afcbd182aebaf27 3,435 1.00/1.00 vMB 37
776,676 776,676 00000000000000000002bcda4d6301d9cdd84bfeb46a82adf84d51c2e50d99f8 3,306 1.00/1.00 vMB 29
776,675 776,675 00000000000000000003c5183121ef1dd7ea4af0d9267e0b35a55adad0a6ae22 2,991 1.00/1.00 vMB 21
776,674 776,674 000000000000000000053df7328bee644886cdc9d97d21941fc52e46ca54e1f1 2,850 1.00/1.00 vMB 27
776,673 776,673 00000000000000000000d70c63ef384382d6f38860b0bcb5b57d6f846bb22add 3,357 1.00/1.00 vMB 34
776,672 776,672 000000000000000000025cd1c3e38d554671a6be28b29e14fffa6b52e908603f 3,712 1.00/1.00 vMB 34
776,671 776,671 000000000000000000067e89fdf7486e37a6a4401e08fab1c9597bdf61638b79 2,449 1.00/1.00 vMB 25
776,670 776,670 00000000000000000006841c62bbc17998a2bd77663d528439c5437fb4208049 3,711 1.00/1.00 vMB 41
776,669 776,669 000000000000000000032d0abff947aa58fc146c4bc3d65e7de63a16dcb90d06 1,229 1.00/1.00 vMB 11
776,668 776,668 00000000000000000004d73b16fb762ebd1fa41caa0a70b0f373f6ea56af5903 215 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.