Loading Tool

Explorer IconExplorer

Memory Pool

75,063 transactions
28.92 vMB
0.07867935 BTC
Random Selection Loading Transactions
Max Size: 171.12/200 MB

Candidate Block

Mining Attempt f04c376372bf836cc70ee70087bd75c0983fd44a26eb7c779ecaa27b6c50b85a
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 511e47b38b1482ddb652166b0ba7e1b014cb6194a8306d5dac5dcbe74bdf5d70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,783
Size: 1.00 vMB
Total Fees: 0.01849087 BTC
Feerates: 100.29 > 1.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (453,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,126 461,126 000000000000000000f1578a06834852766fd949e65ea4f93e2ac3eb6c0959c5 2,461 1.00/1.00 vMB 187
461,125 461,125 00000000000000000210ef22f2f79328bd5449ad95953848dbf36d77914c5a3f 2,150 1.00/1.00 vMB 146
461,124 461,124 0000000000000000016f25933047cf2451b4b2604302fb0f74ae42420a2f31ad 2,539 1.00/1.00 vMB 217
461,123 461,123 00000000000000000132e979092126426d7b372a6152928ab0c2886c0037c141 2,057 1.00/1.00 vMB 151
461,122 461,122 000000000000000001bd29ebfe6b9ad037d7e540ce2f717d6f8359842fe48ed1 2,164 1.00/1.00 vMB 133
461,121 461,121 000000000000000000b0f0409b403beb81136a5f8947d39e9be836afc9d8b574 2,450 1.00/1.00 vMB 182
461,120 461,120 000000000000000000c25be996d260965f488f5854072f7e551987cceced6c88 2,387 1.00/1.00 vMB 125
461,119 461,119 0000000000000000020dd96c950557ba9b4832cdefe83cb6f260dca7fb903b17 2,039 1.00/1.00 vMB 170
461,118 461,118 00000000000000000131c87e69a74a27e13cfc84083f3e9b48cdd0172d506bdc 2,058 1.00/1.00 vMB 181
461,117 461,117 0000000000000000007fc12f1bec9f5627c90126b1b30a5f989e962819405411 1,865 1.00/1.00 vMB 140
461,116 461,116 00000000000000000047b7503fa8c40385d1733e41192b884a8daed8c1780aac 1,876 1.00/1.00 vMB 90
461,115 461,115 000000000000000000e1b9e8e669453c57acc322d31ce8ad16412647328d0888 2,330 1.00/1.00 vMB 168
461,114 461,114 00000000000000000016d17847bb718b99f8382ba29b05e67f7064f1ebf12c26 1,887 1.00/1.00 vMB 165
461,113 461,113 000000000000000001bb06e8d0c5ce7145fdb2316c3dc7ffa2d64b437587066e 1,633 1.00/1.00 vMB 109
461,112 461,112 000000000000000001c22d6fad29bcfaeb9e386114d2f3d2dd4ce16ebb72fe0e 1,213 0.77/1.00 vMB 91
461,111 461,111 000000000000000000352d450241e2fa2e21a9eeb221c4de2d3e9e825dc4d5fb 636 0.96/1.00 vMB 48
461,110 461,110 000000000000000001fd9cabdd3e4769a198482bc57b07c51b502c1d0b4a8ab5 603 1.00/1.00 vMB 42
461,109 461,109 00000000000000000176c44dae52e5d128e0248d2d059a843e9aa1e6e2198e30 1,119 1.00/1.00 vMB 78
461,108 461,108 000000000000000001447d4f7b6b91215a12408057ae8c9bdffb2116b9e9b84b 1,263 1.00/1.00 vMB 94
461,107 461,107 000000000000000001f99d30b122851701b3a49f75776df2f706abfdfbc619b3 946 1.00/1.00 vMB 50
461,106 461,106 00000000000000000021700888abfb260bc23c814c02bec46e6512c71fe0b102 1,938 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.