Loading Tool

Explorer IconExplorer

Memory Pool

43,122 transactions
32.92 vMB
0.11593855 BTC
Random Selection Loading Transactions
Max Size: 165.02/200 MB

Candidate Block

Mining Attempt 05ccbd8b07a2e607b4b1fc286f72e2705ccdb7b9f5de347d725499cf73780d3c
Version 20000000
Previous Block 00000000000000000001595202201a033a315ea0d02063180f6cd28b26bced43
Merkle Root 73ec150ffd107d31686392fbaf245df4d90dab3de20a1c6d3d49f8f9c171c33b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,938
Size: 1.00 vMB
Total Fees: 0.04212209 BTC
Feerates: 502.67 > 4.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,342 (897,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
16,396 16,396 00000000781b934b999dd6f395a375d30fdb99d260a6dcff4bd2e5d9019813c2 1 0.00/1.00 vMB 0
16,395 16,395 000000008fe2be6c17f762bb2cb76604750d3f07e53e5b03fa4e2b971a2b89eb 1 0.00/1.00 vMB 0
16,394 16,394 000000000bb041a1a5f0e3a5a8a9901919ed9991687208034170b1db324ea19e 1 0.00/1.00 vMB 0
16,393 16,393 0000000063bf41dea3053dbb0822906833979f60d7244c468653094736eb9d32 1 0.00/1.00 vMB 0
16,392 16,392 0000000093d276fb3bb680eb2e961f01170849b080cd932f5fb67caa86bd7053 1 0.00/1.00 vMB 0
16,391 16,391 00000000f5b0f91410ecaf37bf80f052bde7b3f79f42a36415861851562b7060 1 0.00/1.00 vMB 0
16,390 16,390 000000005e21882648c34efa23d2dd1517a2943e419bdfa571a81865fc1d3adc 1 0.00/1.00 vMB 0
16,389 16,389 00000000d77e4ca50fd4b3d9b1a60518d7161c06f9089f1a34ccbfad38963c2e 1 0.00/1.00 vMB 0
16,388 16,388 000000007aadde94e6614d18da6a1c82da5ee7ab625384a17b16af368129274d 1 0.00/1.00 vMB 0
16,387 16,387 00000000bf5071b63e8ccd0a08f642dcbf8fb520b135819d36bf7cfbc13468cb 1 0.00/1.00 vMB 0
16,386 16,386 000000009a8f91a1142dfe85be52e21375f4ab495218396d89b3e43d33987280 1 0.00/1.00 vMB 0
16,385 16,385 0000000016bb79c172c45281568535770bb4220443218cbfa2348e3619d3f920 1 0.00/1.00 vMB 0
16,384 16,384 00000000c6aba8b27850379b1ddc914644586c553164b9882fd549fe1d655165 1 0.00/1.00 vMB 0
16,383 16,383 00000000bcc8fa95c3b4398072def7731d10c010f933a7c2574b822ee4268b8f 1 0.00/1.00 vMB 0
16,382 16,382 0000000066284396dc2f9d0e1b94a7c3c1a995a39ee2adb0edefe524096db7a6 1 0.00/1.00 vMB 0
16,381 16,381 00000000a0d30ae20db27db6347148830dee3c9c22e5f7fbdbe62235eae38821 1 0.00/1.00 vMB 0
16,380 16,380 00000000a181802857286bfc1393e906229a7ce234b1213cca146d643cd79f95 1 0.00/1.00 vMB 0
16,379 16,379 000000005ad5a5d63927a48a975170e6a77b5d71f76b788ce7e55def3e3f7cb6 1 0.00/1.00 vMB 0
16,378 16,378 00000000ff59bf03c17b31033e75b3423bac8d2b5eb0970c1e2a3bde34799eff 1 0.00/1.00 vMB 0
16,377 16,377 00000000c0505d6a2d1d8eaaaf9c7ab0f368477c80ec48a403b937d1c8689848 1 0.00/1.00 vMB 0
16,376 16,376 00000000fd46375a45dd05d930a6097fa1bf78ce6a0aa8efb7ec66d61c6ddfff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.21 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: 586.65 GB
    • Received: 9.47 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.