Loading Tool

Explorer IconExplorer

Memory Pool

34,623 transactions
28.54 vMB
0.08740871 BTC
Random Selection Loading Transactions
Max Size: 141.08/200 MB

Candidate Block

Mining Attempt 8c656bd78c7edb34aa89c278dfd462a426f8ccd10d89f18491d2b3d68a13f11d
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root 0bb4f2af28f87a328e93e6f07094dd4fda85661adb7c7803ee443bc2f4f2ec1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,598
Size: 1.00 vMB
Total Fees: 0.03094839 BTC
Feerates: 194.93 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (835,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,975 78,975 000000000051c183fa5e1235fa3741f2b0014cb728334b5eb0f069b5722e45df 1 0.00/1.00 vMB 0
78,974 78,974 00000000001f8281eba2327e0bcd9121b2dd99a2429b55cd1e4bd7f824d778d3 2 0.00/1.00 vMB 0
78,973 78,973 00000000001ac6e4e20660cb7e0b76a61ca6a5035a5752b5a1fdb73cbbf24e09 1 0.00/1.00 vMB 0
78,972 78,972 0000000000375ba256eab4e473ff503fa5dea262aacd35d9e9679748280e893f 2 0.00/1.00 vMB 0
78,971 78,971 0000000000356a4f88d8260503f9d8a4a239b0b59cdb2bbc77986a3c354bad35 2 0.00/1.00 vMB 0
78,970 78,970 000000000031d76090d8ed02a0cbf29c763fa8388625498ec60978bf02567278 3 0.00/1.00 vMB 0
78,969 78,969 00000000002a72d405a702ebebdfbf2bf1abada88be651d96b0fa585deea2266 1 0.00/1.00 vMB 0
78,968 78,968 000000000020778a6484541731cf89bcf917b8beea3ddfd825d718e51026f8e5 2 0.00/1.00 vMB 0
78,967 78,967 0000000000547c2cbe34b58c2bc57ec47ba9c56e9449899ee40468cd64842488 1 0.00/1.00 vMB 0
78,966 78,966 00000000000a74edc37807553b68b84365f4c1e453948e46ae924088962353b4 1 0.00/1.00 vMB 0
78,965 78,965 00000000003b817c6570fc4f8f4a7d2f8687d2c93a998296ee4dfad0fd856171 4 0.00/1.00 vMB 0
78,964 78,964 000000000040d29d99459f1476a64cf7e192f487932e1a39b6a82c88741c92d0 3 0.00/1.00 vMB 0
78,963 78,963 000000000049879c7ae9063673367de0f151fe180a937cad44dbee430844dbe8 1 0.00/1.00 vMB 0
78,962 78,962 000000000051ed26c34b20849c75a529cc116d89dfbfc4158268e4ca17eb92d3 1 0.00/1.00 vMB 0
78,961 78,961 000000000056494bde5b5c58f8621c4473283f660f35399050c8d46f7ea19dd8 1 0.00/1.00 vMB 0
78,960 78,960 00000000000d9c023a4fd1c64defdb243140e1eca22520bd387a8baef321763c 1 0.00/1.00 vMB 0
78,959 78,959 00000000001bf698179fb081f22a9a41b47a64cf33f560c795255cca5e0611fb 1 0.00/1.00 vMB 0
78,958 78,958 00000000005157f28f3725bd951acdb109d8427061180e102e0c89edf6c4c5b4 2 0.00/1.00 vMB 0
78,957 78,957 000000000011626e6b1ef6c13b861ccd27ab412f9d5c23143c8e2cc39c6139fd 1 0.00/1.00 vMB 0
78,956 78,956 00000000004f003f3796f8036a3baa70de952eda90769626656f0b8c1743d75d 1 0.00/1.00 vMB 0
78,955 78,955 000000000006a2c1f6eb0a931eca1a26ce78d19ad09bd2aac9bfe668569fd044 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.51 GB

Node Details:

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