Loading Tool

Explorer IconExplorer

Memory Pool

42,336 transactions
33.25 vMB
0.10735933 BTC
Random Selection Loading Transactions
Max Size: 165.70/200 MB

Candidate Block

Mining Attempt 17de60b55ef7bb4370ed061455eba67c480b199eb487974282a311f492a79726
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root c7583b4d86821f3a466cea3be2b7e6d400a98520ce45b105543485b5206d88ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.03446893 BTC
Feerates: 501.64 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (632,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
282,264 282,264 0000000000000001cc2de07b9c1a854d18c19b21671437f9873d8971ff66395b 376 0.25/1.00 vMB 44
282,263 282,263 0000000000000000780db2b3f8e266a944e930d5abae3b30eea04d12537f8733 390 0.25/1.00 vMB 58
282,262 282,262 0000000000000000408f593c87d7a8fb537326b17daa63db880921eddf5cfe23 281 0.12/1.00 vMB 43
282,261 282,261 0000000000000000cac2cd65a2fcc3847888fc196fc8ac58773abfc651fa9df0 344 0.16/1.00 vMB 38
282,260 282,260 0000000000000001d909434d4abcda75d9326c549b72788a4cb92c2f1eee3bb3 539 0.25/1.00 vMB 57
282,259 282,259 00000000000000008c5d58f4298dfb99689ee6e3e3c81508e755cc33c25b2ee6 104 0.10/1.00 vMB 5
282,258 282,258 0000000000000001e8e021fed71c164ae907657dc0df310070c2953f2163863c 821 0.45/1.00 vMB 50
282,257 282,257 0000000000000001c2eed348429ea3f75f2916f422caa3d6535c30e2e55e5a07 524 0.25/1.00 vMB 46
282,256 282,256 0000000000000000082680d7f7cbedde8de7aa7d5490d3843806277746c419a0 124 0.05/1.00 vMB 199
282,255 282,255 0000000000000001a2aeb2101283cb4e35d4a038b38a72a21af5092d8d8c9d2e 211 0.11/1.00 vMB 53
282,254 282,254 000000000000000100aee02a697c9139772eaa88a60ef4a57062a8a5af7bbfe2 413 0.18/1.00 vMB 49
282,253 282,253 0000000000000000184d9eacfd9f0ae9f3d43ec0f13f5aec0dff03ad007ed8e7 341 0.23/1.00 vMB 26
282,252 282,252 0000000000000000aca075e4a783db9b601a7b0fdb1f53fb00c37297740b38ec 151 0.05/1.00 vMB 170
282,251 282,251 0000000000000000389895d19f4e664c20ead37e1e4114ff507435ec3dbf3bf5 560 0.25/1.00 vMB 62
282,250 282,250 000000000000000119f13e4f118218bb8d3d43f0574d9a4fce246486e33966d3 287 0.11/1.00 vMB 35
282,249 282,249 0000000000000000e37cb1f5c2016e6c712a994d1831907ac94669d0e164c28a 228 0.10/1.00 vMB 57
282,248 282,248 0000000000000001ec6d50195f43f4415e23ea6684e222792f3d7ee302c5c20c 183 0.11/1.00 vMB 33
282,247 282,247 0000000000000001dec0b4fd04728df48a2a1a55b7ff48b57e0b4d0f0df7b9e0 964 0.75/1.00 vMB 22
282,246 282,246 0000000000000001d6ff88899e2f4b1fc7d3f1ffa2d7265eb8446d3a0ab4eca3 583 0.25/1.00 vMB 36
282,245 282,245 00000000000000007f3420a51546702e7b47fdd188129efbe888812ff9dc0bde 750 0.25/1.00 vMB 66
282,244 282,244 000000000000000064ddd387d7548c97c4d42f4df1008d180f306c59e0440f4f 768 0.25/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 781.61 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: 624.09 GB
    • Received: 11.54 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.