Loading Tool

Explorer IconExplorer

Memory Pool

18,032 transactions
8.17 vMB
0.03740899 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.83/200 MB

Candidate Block

Mining Attempt aa958d4e3d7c61a9761bd46c60ef3b6952119924d4869642a6f118d1f52b1482
Version 20000000
Previous Block 00000000000000000000a45db616fc5e02bd7b3acac1b70a222f1658457231ae
Merkle Root aa6f3cdc9ef320c92cac44ef264851004f9c8bce0fb399afb38af51c19a6547e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,723
Size: 1.00 vMB
Total Fees: 0.02020754 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,412 (726,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
187,375 187,375 00000000000000d7576cb3cb0f540041259ffab06ab9dfe143d34eeed6c917cd 154 0.06 vMB 181
187,374 187,374 000000000000079e66f5ca8670364eea2ea23a6f6910debc0e858224f94fc368 89 0.03 vMB 55
187,373 187,373 000000000000061e85d595d606e95631b2df7db95cde31362446e674de886fe5 79 0.03 vMB 42
187,372 187,372 00000000000005cbdd4af65adb7b8d7b3b4b9fe131a467481b27a99190e61bc5 199 0.08 vMB 115
187,371 187,371 000000000000076984f93fd0103b8299f61dae8e7b8f1af97cbd7ad8a81bb550 207 0.10 vMB 133
187,370 187,370 00000000000005ac9bbdeac24752c2a763de02cbb0c405c518393baa11751cd2 235 0.07 vMB 33
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
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 286.07 GB
    • Received: 1.15 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.