Loading Tool

Explorer IconExplorer

Memory Pool

17,729 transactions
8.37 vMB
0.03737407 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.60/200 MB

Candidate Block

Mining Attempt 5de755067cbcf760a872266329838de113c938c2c5a708f0c392fed8e84a08fd
Version 20000000
Previous Block 0000000000000000000143e530954eecbe905e500255afa6b9a40450747c7b7a
Merkle Root 1b7fe1ab9b6d27ed3c54db79dc80d39a777dbd45b892edf88efce8e6d107e435
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,838
Size: 1.00 vMB
Total Fees: 0.01963227 BTC
Median Feerate: 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,417 (726,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
187,369 187,369 00000000000006ed1cfbc51119a22c939ca9f6533d545ad4f220d0b504252f1d 8 0.00 vMB 0
187,368 187,368 00000000000001de5fbc17f4d65d576765536b8b8b4d1f9d78920b638885df3c 156 0.06 vMB 104
187,367 187,367 000000000000092f75427bbdf3f093b94f0d9d23a03154bd4e5578a7bc3add28 233 0.11 vMB 160
187,366 187,366 00000000000002bd58d6a93e6724e7c54253543f3b990be2c13a8a7bec3f8810 142 0.05 vMB 35
187,365 187,365 0000000000000895c9ed2e2426078b791a48e672b22691a0d07d5fdff4d60c39 94 0.05 vMB 60
187,364 187,364 0000000000000372097b20a6aa7bb6acb8b87d9ec2e7d099da6178c966e63667 226 0.09 vMB 93
187,363 187,363 000000000000046bf5368602ff45010c0d010f685f16b99eb61860d93c1a4d3e 116 0.05 vMB 121
187,362 187,362 0000000000000927d507ad339fc906c367d4be762472313779f4f4cdd77d32f6 387 0.19 vMB 160
187,361 187,361 0000000000000471db41e96ea3f2c58cbc64451a2ffccf38ca4a6eb22b229db0 361 0.11 vMB 149
187,360 187,360 00000000000004d2952ebe0680a8f3a663df9d544dacf2eed3e88bdfe901ef54 110 0.05 vMB 3
187,359 187,359 00000000000000230245ff0482e07de6bf55c8a0f3959a15b7f8ff3b6855fbfc 649 0.25 vMB 168
187,358 187,358 0000000000000167a87e506cc6dda8183aaabf8a94c285c4f4e70d7f2fed8b2d 13 0.00 vMB 0
187,357 187,357 00000000000003872b2ed7a5d88593130251b1e403efafd3e760521ba69fba23 183 0.09 vMB 232
187,356 187,356 000000000000052e57df7333c8d632c42193bc61c82f5f65dd95bc11f98da056 529 0.19 vMB 204
187,355 187,355 000000000000016785caee443fa0581190350383bde9ef6729ff3a1e32056d58 12 0.00 vMB 300
187,354 187,354 00000000000009968f2d574cbbc5aaa71186b19054f5af7d256f8269d4474628 25 0.01 vMB 322
187,353 187,353 00000000000000b68ab313eab5014ab00ea45095e4c27296add1c322f8b1c1e1 373 0.14 vMB 152
187,352 187,352 0000000000000455721384fa3d8e60b74abdc8bab7bf431a211a0278e3055fca 256 0.09 vMB 84
187,351 187,351 000000000000060a5674d1acefad311f7ce18a88948705f32806c737ab4f6a0e 68 0.03 vMB 105
187,350 187,350 00000000000005454a4a1e3136b1cd33ab3a1c1a07435ee943d28d62b6ee36ec 27 0.01 vMB 76
187,349 187,349 0000000000000890b5d3877e277d5a62436842841e029e7c4131d507fe0775b0 42 0.01 vMB 115
Previous 10 blocks ↓
Total Size: 779.59 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: 291.91 GB
    • Received: 1.20 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.