Loading Tool

Explorer IconExplorer

Memory Pool

65,209 transactions
36.27 vMB
0.23685379 BTC
Random Selection Loading Transactions
Max Size: 192.92/200 MB

Candidate Block

Mining Attempt c3e426faf99c4719a912d6884dda4ab02edd0453f2c9894bc14a3cbdca8cddfd
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root 34775e86bf19b008520089c6a2fd51557e506b552e636d98eb63739a57c2c0e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.12528110 BTC
Feerates: 1,471.76 > 12.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (913,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502 502 000000003727134a4823b6c4c5245e961fff7816fc494742fb0abd353c94757b 1 0.00/1.00 vMB 0
501 501 0000000046887292a76cd113a5fd6af38b17c9fb77e5936cd9856694030598f9 1 0.00/1.00 vMB 0
500 500 000000004ff664bfa7d217f6df64c1627089061429408e1da5ef903b8f3c77db 1 0.00/1.00 vMB 0
499 499 00000000806df68baab17e49e567d4211177fef4849ffd8242d095c6a1169f45 1 0.00/1.00 vMB 0
498 498 00000000693a6d6b068cab3e207d570764f6bad293e3e98920246eeda81c496a 1 0.00/1.00 vMB 0
497 497 00000000c39ea29ad310c1f80409e24b3fbfd671c0b3599198b7cfdebf790bde 1 0.00/1.00 vMB 0
496 496 00000000b0c5a240b2a61d2e75692224efd4cbecdf6eaf4cc2cf477ca7c270e7 2 0.00/1.00 vMB 0
495 495 00000000e47349de5a0193abc5a2fe0be81cb1d1987e45ab85f3289d54cddc4d 1 0.00/1.00 vMB 0
494 494 000000004fb61ae8e99040c4e1e3b4d333dbe867f97f63ab4238cba80f59204a 1 0.00/1.00 vMB 0
493 493 0000000008884067dbe80128da09a16315bb208a69e9894287a3c9e0fb671f8b 1 0.00/1.00 vMB 0
492 492 000000008d9b5010b996bbab558e88e9fe8a8b42751dfcaa79217f9a66642e65 1 0.00/1.00 vMB 0
491 491 00000000244c1b0da1196b989d7557168c5e1b4253f253f2aa8bffd05c7f67b4 1 0.00/1.00 vMB 0
490 490 0000000020b23d4bcb733afc7c28ad9eff58e1f8108a15bfd8477cbdcb9bf3a0 1 0.00/1.00 vMB 0
489 489 000000007f20688b2b5c654489c4d3b69196eba0129a364f89b97ae8e4cb0e33 1 0.00/1.00 vMB 0
488 488 00000000ecd04ea471aee3d438940b44fc375b10a3b71cad70abec7ff6b22938 1 0.00/1.00 vMB 0
487 487 000000009c0f206254fa93fb756b3809c653fcd0a1ebb0caacc5b72e88e29a53 1 0.00/1.00 vMB 0
486 486 00000000d33226beeea5253068d1252b713fec143b7336a25b75cbc35afe45da 1 0.00/1.00 vMB 0
485 485 00000000754312ec7235128b6e6e3539c760f61c1988e4728a5aa1dcd9cbcbde 1 0.00/1.00 vMB 0
484 484 000000005eb185e781c9980b7bf3001170c606c7534f4543cc931d1d66a2b205 1 0.00/1.00 vMB 0
483 483 00000000ecffce6482a68bcd4f82511cbad2afd94d71469432501ca6a5f4811a 1 0.00/1.00 vMB 0
482 482 00000000351892a119b67fcb13dfc9655e79e91215f8f9609bb6907cd1208e4d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 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: 601.98 GB
    • Received: 10.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.