Loading Tool

Explorer IconExplorer

Memory Pool

80,748 transactions
30.54 vMB
0.09373089 BTC
Random Selection Loading Transactions
Max Size: 186.02/200 MB

Candidate Block

Mining Attempt 91c2b6d77322c7d500e60211fed6fc32c312f5c17f1cbc6b94b78f796d708095
Version 20000000
Previous Block 000000000000000000012b00c78ffcff2c2f251c4df31f5491c4d8ec6c927e5b
Merkle Root 1d70b7a9935729c9f514a7ca61f603a3760b0cae2fdbba5e6cadfc4b3009318e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.02393721 BTC
Feerates: 342.60 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,389 (626,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
288,617 288,617 00000000000000007b7afd64a600014dc7f7d1143b348202135f839b4ce7b089 186 0.10/1.00 vMB 29
288,616 288,616 0000000000000000bb3e11ad8fade8606d17e16cc118ebd04af3aadfbb2019a6 528 0.27/1.00 vMB 36
288,615 288,615 0000000000000000534b1b948bc0ea19a2f6a5669debee89376fa4686c36bcf3 296 0.17/1.00 vMB 37
288,614 288,614 00000000000000011ea313bd428d0f73e53509d315b2f72f2c532e3077021b2d 284 0.17/1.00 vMB 28
288,613 288,613 00000000000000006de494d770642c1007f09200569cd56721920af84218d329 372 0.20/1.00 vMB 32
288,612 288,612 0000000000000000bc0031efe6ed2185ff7469422f2c2103b9e8314d2233f5e6 335 0.17/1.00 vMB 37
288,611 288,611 00000000000000000f50afe143a7ec788fbea51630b4b3d3d7e9d488d79bc023 55 0.03/1.00 vMB 9
288,610 288,610 0000000000000000b99e67473e8dd819f272e9aa8fa55b0a9be19dba71868c39 135 0.06/1.00 vMB 33
288,609 288,609 000000000000000043f1cd822191e0546a7ffe6ab2588a6394a44a9a031ed0a8 156 0.16/1.00 vMB 20
288,608 288,608 00000000000000010de743b3f0cb914d4c16963e8e52aade28c26b8d74217c8f 732 0.35/1.00 vMB 43
288,607 288,607 0000000000000000bd8a62038b16ed50046942e3142384d3f9100b89016e5754 747 0.90/1.00 vMB 17
288,606 288,606 00000000000000011ca2c9d7abfce5a1ebfe8edf5a2d219fd3b2bb1e722bc216 1,024 0.32/1.00 vMB 58
288,605 288,605 00000000000000003e89a777a84ad7431bffc47e30072477f892aac17ba2bfe6 203 0.25/1.00 vMB 15
288,604 288,604 00000000000000004d0911723277cec96f7bc0556b2ebcee50aba8658f6235ca 512 0.18/1.00 vMB 57
288,603 288,603 000000000000000004e5ba24d61bf8859d1cefbe4eb9a38501596d9912ea2e2f 1,072 0.50/1.00 vMB 44
288,602 288,602 00000000000000009df9ad97e3f9d56c07540ba1fb22371e71961ea831c10afb 709 0.40/1.00 vMB 35
288,601 288,601 0000000000000000ca09971febee4e777af43c63199e88dcc73bc170114d6f94 385 0.21/1.00 vMB 38
288,600 288,600 0000000000000000655f65f45e4dd6e23dbb7d8a2adfa32fde1952afdf473f31 454 0.29/1.00 vMB 27
288,599 288,599 0000000000000000081f5534dc2fc4a6c19a89207a97c60d7d2c1586d60d90b8 722 0.38/1.00 vMB 38
288,598 288,598 0000000000000000cc2722302dd8f7d2cff085ba407e3aa00615bdafa2d6bff7 117 0.05/1.00 vMB 35
288,597 288,597 0000000000000001004797b4287ca66f9a5fd07293b618da4714e33b5f805ac5 191 0.11/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.07 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: 720.86 GB
    • Received: 18.28 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.