Loading Tool

Explorer IconExplorer

Memory Pool

67,853 transactions
25.87 vMB
0.06104174 BTC
Random Selection Loading Transactions
Max Size: 155.84/200 MB

Candidate Block

Mining Attempt 0824cbd4dc83caaa82e9daa3fa98419a55db3b06501aa580cbd00b3e0b2f026a
Version 20000000
Previous Block 00000000000000000001881901747f7b83d2a7844250e592443653337344f01e
Merkle Root 216afb39627e0ca15e73013e9a18377a2f6759d26fcb7b404fee737a1377a15f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,287
Size: 1.00 vMB
Total Fees: 0.00630329 BTC
Feerates: 60.05 > 0.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,503 (703,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,224 212,224 000000000000045be91e5a1e9cb3d7a067bf8dc3ae23d8243538c7b09cf26a4a 207 0.15/1.00 vMB 131
212,223 212,223 00000000000002ec555e56afd29ce4d62458611125dfd546a64d5a9d45db48da 407 0.25/1.00 vMB 396
212,222 212,222 00000000000000f953b9fcf5716a608f7a66322e40f7bf096bdbc92871ad2651 78 0.05/1.00 vMB 68
212,221 212,221 00000000000000b58570a289543c607d06caa16515007ac10617e09fd491fd7b 134 0.05/1.00 vMB 133
212,220 212,220 00000000000002b864be8e6ea829797c1f6e0445c45521b0ac54a60478449020 258 0.12/1.00 vMB 268
212,219 212,219 00000000000002a9f215088c52584fd45ab7d4a7772d9dde1ddb58dd1fc1ecd6 227 0.12/1.00 vMB 134
212,218 212,218 00000000000002ebc32f193bcbedb532cdae8d585c63f0cfbcfc145df6d0d510 508 0.20/1.00 vMB 216
212,217 212,217 0000000000000281bf24abb3c6c05cbc487f048e9de67d6899e60fe3cbab44e6 8 0.00/1.00 vMB 26
212,216 212,216 000000000000024934909867b7cb9bff3a6b707ac76136391fc9e4dbaf2aea9a 318 0.14/1.00 vMB 109
212,215 212,215 00000000000003bf243cffdac8e7a6614c22b1e67bb557c875f287ec4b3d8cf7 480 0.21/1.00 vMB 214
212,214 212,214 00000000000002adb2837d258105e9d017b5ea8f269d6bee08e0ca219c5849e0 6 0.00/1.00 vMB 1,255
212,213 212,213 00000000000003666f300c21a8a3f43435d70cb809f685b6c4cf085def45d1c3 260 0.19/1.00 vMB 113
212,212 212,212 000000000000004f71702ccf7e5c6578f093fff8bc4ad7d9ba188e52aae33b95 767 0.33/1.00 vMB 87
212,211 212,211 0000000000000111dfe54ef7153d715003b3f40dd764c128b043e9b434f36fbe 108 0.05/1.00 vMB 198
212,210 212,210 00000000000004b7bb2fd6ab2c3b0830821939c67b296f667e58c78631ea0def 120 0.06/1.00 vMB 107
212,209 212,209 00000000000003bdac266607fa4fa80eb7fc5ccf88c8fc984c35426b6a7961b5 372 0.17/1.00 vMB 149
212,208 212,208 00000000000002a17611fe489b3a3a1a1260464f9292cb7f83dbfc62dca99d48 333 0.26/1.00 vMB 294
212,207 212,207 000000000000038739c6d71479f55707d49e52eaefa99a42dae0a8e45886b5c8 512 0.20/1.00 vMB 181
212,206 212,206 00000000000000df1ba30beda3c167bf25d8b0d2a5b33efbd26dfd14c54fcd03 144 0.05/1.00 vMB 2,232
212,205 212,205 000000000000048c57fb1089f716ab437a3c1f0c2ca75c10c0b881a4ce3a5695 52 0.04/1.00 vMB 125
212,204 212,204 00000000000000ff33d3fc1926b4ca87cc3c4ec56a862cbfbe65b17458c10192 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.27 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: 764.85 GB
    • Received: 19.21 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.