Loading Tool

Explorer IconExplorer

Memory Pool

83,663 transactions
30.83 vMB
0.08304051 BTC
Random Selection Loading Transactions
Max Size: 189.40/200 MB

Candidate Block

Mining Attempt 729180da76fa0b00de132d6ec5ec9a707b78e0de2707915d3ce7a7829d7ec5fc
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 4d2f49e6f22098e2ef8c6d0a5e20338cba88e1870f2d3fbfb5da9dad331d1884
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,706
Size: 1.00 vMB
Total Fees: 0.01269774 BTC
Feerates: 60.16 > 1.27 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (699,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,133 216,133 00000000000004a1453403284b1a9412fd859ceca3c6a84dab6ccde4ed03f643 572 0.22/1.00 vMB 189
216,132 216,132 00000000000001cd509bd080b3398dab6d8934d15af4dde484db573fd4e92a08 486 0.20/1.00 vMB 171
216,131 216,131 00000000000002854583f8c187401525f25932a7613748d6170b45e809ad1b79 726 0.28/1.00 vMB 191
216,130 216,130 00000000000003ac7924e6e260737502bb9a409708c4b9c182cd13bdd14cfbff 430 0.19/1.00 vMB 169
216,129 216,129 000000000000045ca8fe1bd3c68557254880b1ced22f11202fb2a2d27ecc0d49 528 0.21/1.00 vMB 188
216,128 216,128 000000000000034bf6e8f576159bac57710d8291f94a114c8ad5a9bb43d89fa6 77 0.05/1.00 vMB 19
216,127 216,127 00000000000002289b350963fcc26dc8d17d06852eeeb5cd48f3effd8ff565ee 340 0.16/1.00 vMB 142
216,126 216,126 000000000000048edd284cca5130c1bdcaa8062773c5237a0e583351c47b712e 416 0.25/1.00 vMB 116
216,125 216,125 000000000000024bdabae07c469a881e350c8579c54bc4920df9f5ae8158bb7d 868 0.25/1.00 vMB 251
216,124 216,124 000000000000049142fcdd0dfc79b2f33d586f3f9723286e6484cac077f8b2ed 329 0.10/1.00 vMB 39
216,123 216,123 00000000000004f8176379f5d17a454103d32d98a7b802a5bb92812595c41343 256 0.07/1.00 vMB 262
216,122 216,122 0000000000000253e4f47b941d7744b5af9c01f1c49414f43ae22745c8f7b58f 10 0.00/1.00 vMB 178
216,121 216,121 000000000000038a6a8756b6344728d9ed4d1ca4a142d8940f46a29a3f9d7ca9 370 0.13/1.00 vMB 202
216,120 216,120 0000000000000169646ccfed09a118c0acc75d95a1815d89f4aecc5784db05ba 49 0.03/1.00 vMB 110
216,119 216,119 0000000000000421a264b2a6b2535d5cd0e628f16ddf86f27f5fb34eb3667a7e 434 0.19/1.00 vMB 468
216,118 216,118 000000000000004a1051e1a252dd0e604153c635a391647b8d3eca1afeeb1345 282 0.11/1.00 vMB 152
216,117 216,117 0000000000000348d41c31d63fc3fb0a9fbd3ea3223f5b6550cd9ff11a4dda3c 552 0.20/1.00 vMB 193
216,116 216,116 00000000000001b4f4b433e81ee46494af945cf96014816a4e2370f11b23df4e 446 0.18/1.00 vMB 197
216,115 216,115 00000000000000f97afdf8ccba49919bb998313ec67e3654798b86a3f6631c1e 142 0.06/1.00 vMB 128
216,114 216,114 0000000000000234440faa3ee1a84b457e5f79515a2b19853d7e72422e3183f0 529 0.22/1.00 vMB 163
216,113 216,113 000000000000044263dc2253bdd2a31a4194ae13321b25e41f422e148c417cec 1,058 0.38/1.00 vMB 256
Previous 10 blocks ↓
Total Size: 783.02 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: 719.32 GB
    • Received: 18.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.