Loading Tool

Explorer IconExplorer

Memory Pool

80,929 transactions
30.06 vMB
0.07408651 BTC
Random Selection Loading Transactions
Max Size: 181.21/200 MB

Candidate Block

Mining Attempt f2e0261dc9b43d053f3f78772219b1b9f3e68c847e2c84f6dc810769a3e2bed4
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root e81e7a6e594af3f4e59a3dbd59a6348e24b7abdb58600cc754f4e0ead7abeea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01247883 BTC
Feerates: 40.21 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (460,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,388 454,388 0000000000000000015545fb99322179f1a05a2277d574a5e539a6a004eb2402 2,289 1.00/1.00 vMB 189
454,387 454,387 0000000000000000015f605251cb7ca31ee6c526fb52e5fab571dad9dfaa8d93 2,015 0.86/1.00 vMB 142
454,386 454,386 00000000000000000277687f4bb078425478ae3a81e845802ee8cd466d142952 2,505 1.00/1.00 vMB 176
454,385 454,385 000000000000000001f10defd779c0f7ef3566c5e98f52fe0b95a6e7adeef432 2,432 1.00/1.00 vMB 124
454,384 454,384 0000000000000000005dfee1c71e5840b97acbe736147b03fff3b39255c3253c 1,715 1.00/1.00 vMB 86
454,383 454,383 000000000000000000ed80486a015e0b0f48e7e4ad60c4eb5d6eee76cdc6d531 2,503 1.00/1.00 vMB 107
454,382 454,382 0000000000000000021d283b778b4d419925ceffad0f32d88cd539f71a323a4c 2,352 0.86/1.00 vMB 154
454,381 454,381 0000000000000000011192bfc623b8499b7c4fea44d3291c045216c7fc940446 2,175 1.00/1.00 vMB 183
454,380 454,380 00000000000000000123d0f51961a25e3ead95e2440629be15cf7f996b26471f 1,518 0.86/1.00 vMB 69
454,379 454,379 0000000000000000006e196919c62b9769320f8892ddb4d7a9f911bc151476fa 2,530 1.00/1.00 vMB 148
454,378 454,378 0000000000000000026884aa03e35ffd8e1ab478cae06deb2e61f7bd4115013a 2,224 1.00/1.00 vMB 154
454,377 454,377 000000000000000001b8f87aeeafdbfb3fbe78f3e79345497b17910d53351288 1,846 1.00/1.00 vMB 150
454,376 454,376 0000000000000000009424a98720ed2cb962e4b1c8509088755069060a624da2 2,222 1.00/1.00 vMB 71
454,375 454,375 00000000000000000255f42b4efe18d0365eb4f29aaa1026f2edd40d53cc368d 2,113 1.00/1.00 vMB 75
454,374 454,374 000000000000000001e4a8db310928531ed7be17a0b3c4ffcee0c2e8a516a3a3 1,886 1.00/1.00 vMB 87
454,373 454,373 00000000000000000244717bd0e3a28c706d2eed415923408640731129e7faa7 2,238 1.00/1.00 vMB 74
454,372 454,372 0000000000000000009d201c49ad661fa48fb50d9be41ca376f6e29588a03365 1,693 1.00/1.00 vMB 97
454,371 454,371 0000000000000000024e32b1b2451876d7bae10355b8cf3e29e54340e90747d8 2,589 1.00/1.00 vMB 106
454,370 454,370 00000000000000000105643df05d5b5ced2353f69a5822948eaeada50b3daf4a 2,540 1.00/1.00 vMB 187
454,369 454,369 00000000000000000061f28d8912f2eed6ba9166d530fb76ff73fc43c2554c85 2,632 1.00/1.00 vMB 195
454,368 454,368 00000000000000000153ed92bef1b1b143401681ad944acadae04512ba59e992 2,848 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.33 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: 660.46 GB
    • Received: 14.75 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.