Loading Tool

Explorer IconExplorer

Memory Pool

19,356 transactions
8.62 vMB
0.03118698 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.47/200 MB

Candidate Block

Mining Attempt 0c0a8fa62c0df29d6ebdcd1722072104e589c8d58fd0bde0a672d409f3fc4de4
Version 20000000
Previous Block 000000000000000000011207d815dcab53014ede61d467451b27e34c6dbb1c7f
Merkle Root 51eafe0f41a679c7a2dc13fd9815c1be415bece44ce8ae7384350df51b911c70
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,553
Size: 1.00 vMB
Total Fees: 0.01326710 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,432 (875,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
38,431 38,431 000000008460ddd8c33746d6bc033c342e524c37610b793702cb5fb3b4ea60b7 1 0.00 vMB 0
38,430 38,430 0000000053c39444e32656f8d95594a6cbec9419e2c1f237b14a4a42611b063a 1 0.00 vMB 0
38,429 38,429 000000000b35ff2aae7d5428c96f98e43743d6ae4031a468a38035e40b4971c6 1 0.00 vMB 0
38,428 38,428 000000002068818c29134de2a596a4170af735d863a00149cdab2f8c42e34f2d 1 0.00 vMB 0
38,427 38,427 000000004763b7320aef84561058c6d7b9f41b59958c435b64d0e62d80b42213 1 0.00 vMB 0
38,426 38,426 0000000005dee21995e466d5c8b68882b044c3c45fede83b2003e115b2630d4f 1 0.00 vMB 0
38,425 38,425 000000002e4ce7e56d567ab84ab99878acc5861ed77191e767c2638435d6299c 1 0.00 vMB 0
38,424 38,424 000000008a53f5641564305e9bee7de44b5860f6bd2f16eca6e1e88414c08b90 2 0.00 vMB 0
38,423 38,423 000000001805aa9b6cd0dfd104aa6fca76ea9cbbe20c568a4f2bf79ff5eb4925 1 0.00 vMB 0
38,422 38,422 00000000362fb90839dd4fb7f342341a012542384f90f4022d72d78c7b2cfbe2 1 0.00 vMB 0
38,421 38,421 000000002fc7445cb1be388463864b07a94b0751013f2da73cc036a4b618260c 1 0.00 vMB 0
38,420 38,420 00000000593e8abfe3b9421cb24a10fd3e26b76b8b06c086f8e4e887deac1c6c 1 0.00 vMB 0
38,419 38,419 000000002fdbd59c66c0d3339b83966694c0fe5d8ce68a8be5eca3dfb72e987a 1 0.00 vMB 0
38,418 38,418 0000000019c85a6d82cb47a2fbd6ea6f5eddb18b12a27e964638e7e6f6f679c1 1 0.00 vMB 0
38,417 38,417 000000006aaf926b6cf6de38352b4ca731529ab82d2f4158000e6f6d8933db41 1 0.00 vMB 0
38,416 38,416 000000008aecc6310d0d0c60ed8ad50ce51675517eaac0864adab8b845123378 1 0.00 vMB 0
38,415 38,415 0000000057b536596fb96735c1b2dc4ed0cddc9d30f8aa3ee966975227d7aba4 1 0.00 vMB 0
38,414 38,414 000000000d4294b0e769a03a27cb367b61f5b16c640c01a449b501d129d90b13 1 0.00 vMB 0
38,413 38,413 000000004358adbba797b55bb08b5dd5920ec5c8405d73c119faf9f4f819a39f 1 0.00 vMB 0
38,412 38,412 0000000018117fd591b946f7f2701c8e356ae759a15e86df3474213cf0d5f799 1 0.00 vMB 0
38,411 38,411 000000006f7d8a746f9a9b0291731d881b0eb81e65ae12b43450926a557887ae 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.62 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: 302.46 GB
    • Received: 1.35 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.