Loading Tool

Explorer IconExplorer

Memory Pool

22,853 transactions
4.91 vMB
0.02504908 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.83/200 MB

Candidate Block

Mining Attempt c8d80abdfe36aca3475eab89f20654a6d984bdaea23ff18fd7451f549434d4c5
Version 20000000
Previous Block 000000000000000000003ae45c1b132e52c11828e07175271eb6a18518b58f8a
Merkle Root 368be62c8c416a8f015fcf8ba791eab68b89011efbd796b534136707eccab86e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 969
Size: 0.32 vMB
Total Fees: 0.01255424 BTC
Avg Feerate: 1.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,981 (772,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,472 140,472 00000000000003a5604d5185b0b36416fea769a1f4668ca143a8b3e6b826c710 0.05 MB 142 143
140,471 140,471 00000000000008c5ff65e77e230c0d7f0de420f3cf8157ac89ba8fd2610c6601 0.00 MB 3 97
140,470 140,470 000000000000077f812c29ad84e385eeb80eb4e87b6f8795079740acc9b6c73a 0.00 MB 12 299
140,469 140,469 0000000000000670ce93eb62cd8792e8da088f29b8b30213854e03ac60bf6721 0.03 MB 52 345
140,468 140,468 000000000000066773cf35b16829ea4cc859830a21cf59cdc8dd078b5daed3cd 0.01 MB 21 74
140,467 140,467 0000000000000626b0e4e522f75c94aa0e92dc0110b8542dbeb0c315f13de9a7 0.01 MB 22 315
140,466 140,466 000000000000048943cab74fd3dd59729d96e255a678069966df458a252ba937 0.02 MB 85 25
140,465 140,465 00000000000007fc2ef11cdc4c8094fa94ef982ef1510b75ccb8107e4a789467 0.00 MB 12 11
140,464 140,464 00000000000008346c19dfcb934f6cf4903a13e6e40a714557c8739a3a2e1d9e 0.02 MB 17 304
140,463 140,463 00000000000002b6278f2ebd5863bd6fea93012f1df0003c209a38988ad6013b 0.03 MB 75 355
140,462 140,462 00000000000000936761aa03e6068be1a7f15a2e3c5d4c87509f10a00a609925 0.02 MB 37 263
140,461 140,461 000000000000046c3e9a77b3a597172c452eebdd3b5f47934c669136a3ce41d2 0.05 MB 168 74
140,460 140,460 000000000000050ece19a26c102a84a1d225820101240c12f3ecd0c22a109d18 0.05 MB 109 121
140,459 140,459 0000000000000407e460225fe1c959f60b3079fdcbc3cd14054781400dc964fb 0.05 MB 147 116
140,458 140,458 0000000000000636894811cd1eced6ca2007cd6d5db32c489d294cea8dd40df4 0.05 MB 140 98
140,457 140,457 000000000000071e271cca7cc8d508f9a854761bc871efd395e0c201003befd9 0.01 MB 23 53
140,456 140,456 00000000000000c554730d65fbda14f20e863962108240db851e1853cf8efb41 0.02 MB 53 385
140,455 140,455 00000000000004e556c922ef34c8f9bc565d9dce8a0e4f08c3d02b50e343a400 0.02 MB 33 222
140,454 140,454 000000000000051c01a469388cb3d9ec2779d287a454fdb2e001db119bd14110 0.06 MB 139 292
140,453 140,453 00000000000001b3285c69c1240d1cd73905dc7bd70d29f739ea88e35bf9b6e6 0.02 MB 83 210
140,452 140,452 00000000000002c238f115140d72263878c97ae76b838edd83fa2f4d9ebf0a8a 0.02 MB 72 70
Previous 10 blocks ↓
Total Size: 778.81 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: 360.57 GB
    • Received: 3.24 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.