Loading Tool

Explorer IconExplorer

Memory Pool

27,263 transactions
7.17 vMB
0.04371323 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.83/200 MB

Candidate Block

Mining Attempt 592580f48bbb0be63a375372ed3b6de7954277b7995b98c399e22f7514e6a786
Version 20000000
Previous Block 00000000000000000001c02571042c0baf36458b65db85617878e8175980e0c3
Merkle Root 1633f8318008e02a99c53fe8578dbf26c9c18dac456d6a46afa7736addd868d1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 968
Size: 1.00 vMB
Total Fees: 0.01927340 BTC
Median Feerate: 1.59 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,229 (684,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,474 228,474 00000000000002275d9c3985bb342e30f555f438bcd4c4aa0c76bde38d36d816 737 0.31 vMB 214
228,473 228,473 00000000000000bb4714bcc19e8b128ac3ebee719c661337004b4551cf778f7c 126 0.05 vMB 208
228,472 228,472 0000000000000031010497f08bcbc036767b904b973ac2d96012264535913257 508 0.21 vMB 200
228,471 228,471 000000000000005836bd9b97fcff4a51ee00cf3c6c8ccda9de48bb8fd46943e3 240 0.14 vMB 139
228,470 228,470 000000000000006d98df29811ac25c87813053a325265f4329f2ab96debe1519 129 0.05 vMB 25
228,469 228,469 0000000000000236418932fe453e7e6fe9af5f182b0f5b688dc1c2282fe8809a 513 0.24 vMB 173
228,468 228,468 000000000000005fdc1327396cf84800eb15de2a564729f05182ad345ab6326d 545 0.23 vMB 213
228,467 228,467 0000000000000218804c80a7a08e01375dd46456174cfc06cc88ab764d79239e 411 0.18 vMB 192
228,466 228,466 000000000000019794480973f06e09a74c721dd3793ae3dda1ac1542921cc132 408 0.25 vMB 142
228,465 228,465 00000000000001e4f40e08b6eeb0b1203d80fd5c065464f9c4aae5515d83da0b 818 0.38 vMB 241
228,464 228,464 000000000000016bbfe0b47c90f8ae128941cbbe1d1c4b48dbf4cbeba94d9cc4 48 0.03 vMB 71
228,463 228,463 00000000000000b3be907408382c6408e8768e67082b02e72631ebe7ddfd64d9 697 0.32 vMB 750
228,462 228,462 000000000000026f3fc7e73efdae74635f6e0066094be87f520701b7421db3eb 81 0.08 vMB 9
228,461 228,461 000000000000012c64ee14b5f50ea2db2341d6fc1e692daaccb995ccc81aacbb 114 0.15 vMB 100
228,460 228,460 000000000000003ff2bd2fc469389945c68b52615bc71bc84c8808f7619f5c5e 258 0.13 vMB 161
228,459 228,459 000000000000008f3998953045b0bd9a902e1b37a35410b17580b8c2c8a42223 142 0.15 vMB 81
228,458 228,458 00000000000001515a0cbf615199f8bb28b3a1d77d3bc1d17eb7860cf2555243 363 0.21 vMB 562
228,457 228,457 00000000000001f3eff9ac42174a77977d958aa8ecc87612ed65ceab385ec316 699 0.48 vMB 143
228,456 228,456 00000000000000f24fc519843a71570cb5f46df620933bab82083ccf4db5c3c6 230 0.07 vMB 36
228,455 228,455 000000000000016cc4141da22cb146cf148e4b5c358852845d870cd634a6b5e5 788 0.25 vMB 211
228,454 228,454 000000000000026cc5266ad9b127ba99a04636566cfaf88acc4ebc732d1e9f10 537 0.23 vMB 169
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

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