Loading Tool

Explorer IconExplorer

Memory Pool

21,192 transactions
9.14 vMB
0.05677799 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.62/200 MB

Candidate Block

Mining Attempt 91a94488e54d848551bc24e2f004508a8dfdf4189b64bd4c346b20126bbea283
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 039c5345bc421e69da39cb87fe232a1362fb8c8300900c5f2be50c19d79d340e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.03311007 BTC
Median Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (709,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,127 204,127 000000000000033ff45218e7b66f68d87c95adb5f9ec80f81acf5fda7a73f6cf 80 0.04 vMB 105
204,126 204,126 00000000000000a6aa72f5757c62be0ccd5ea30216d8c515d98445feea1132d7 9 0.01 vMB 15
204,125 204,125 000000000000000ae52a755e348f10dc05ce4d74d54534d1137d3a2248c25840 29 0.01 vMB 65
204,124 204,124 00000000000000ae4c0d7e4fe6452fd74d62ad3979d6a5fb2fa90aee911192b8 360 0.13 vMB 166
204,123 204,123 000000000000054dcaffd3ef775d010c96852d0983445060bdb83e2a5f5a47db 8 0.00 vMB 15
204,122 204,122 00000000000001e233a64e84eaad12fcf9bbde264536fe04aeb43bdcc35f9e6e 105 0.04 vMB 136
204,121 204,121 0000000000000388a7913a98ff37902d3b965b24fc2d2e29cbc2efc8c837725a 63 0.03 vMB 184
204,120 204,120 0000000000000009bec606ecd6a35f02f056b5367e441ab7f99045fd385545f6 60 0.03 vMB 111
204,119 204,119 000000000000046744a9e4884d3624bb058cf56c604287dcc03582e9f5443f44 8 0.00 vMB 128
204,118 204,118 000000000000020644f978631d838ba4b958ffef02b905690db9e2f647c7f9f3 1 0.00 vMB 0
204,117 204,117 00000000000002a3a194d39b5393ea8ac77d5922584d45cf3cf3339f308c4ac7 30 0.01 vMB 143
204,116 204,116 000000000000039b30e9a4d283d3b786b8bd95b1affbf7a4aa0c200762e34493 115 0.04 vMB 124
204,115 204,115 0000000000000269a987c55af11895573efdbdb3fc18ed600eb596685de31de2 25 0.01 vMB 100
204,114 204,114 000000000000002f7011a17a1454bcd58452d0e1042a75f0fd7de35dc1729458 193 0.07 vMB 63
204,113 204,113 000000000000044e303c4b0c63fbd0d1d440f21de26d666b66207be3e35dce6e 300 0.17 vMB 117
204,112 204,112 00000000000004b6931d1c267a165d573bb6881543f4a9a1f2f7a5ff4ec10eea 176 0.08 vMB 153
204,111 204,111 00000000000005645040da77851cce82615d2804d1d0091cb41f8395defe0f67 458 0.20 vMB 167
204,110 204,110 00000000000005085a8f533f2e767875e2da90dcea5fb0ac29f376a8e9fb9fd1 537 0.26 vMB 94
204,109 204,109 00000000000001f6ccd1932be3abdcfefae1e82347ffa895d057063da3748541 145 0.05 vMB 85
204,108 204,108 00000000000000dfaca15d4ffa126de70212dfed9cb9a40a8b0f786fe4bb49fb 10 0.00 vMB 326
204,107 204,107 000000000000033754627dff694635ef147fdeec787e373bc6eb97e93bdd5c57 201 0.09 vMB 113
Previous 10 blocks ↓
Total Size: 779.54 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: 250.48 GB
    • Received: 0.95 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.