Loading Tool

Explorer IconExplorer

Memory Pool

80,434 transactions
30.87 vMB
0.08589531 BTC
Random Selection Loading Transactions
Max Size: 187.30/200 MB

Candidate Block

Mining Attempt 03e5324e935322f7da8e7eb2bd6c55dd677331dfbe81ee57afa05aafa4f05d9e
Version 20000000
Previous Block 0000000000000000000041d60a92a6ed88a5f4f780ef10a467a2b56d3042f027
Merkle Root 39a20fdbfbfdc45196287e2e12dcba345f4378f8fde7a720c403e4b01c2905b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.01953892 BTC
Feerates: 261.10 > 1.96 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,192 (250,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,283 664,283 00000000000000000009d8f1623b4412c167376891fee63275a99aad1c0738a3 3,179 1.00/1.00 vMB 105
664,282 664,282 00000000000000000002359b187139cf1ccc97de0f608f2e2783c0f645d47b50 2,572 1.00/1.00 vMB 54
664,281 664,281 0000000000000000000d21c6b4e314d385c19675d32bd8fc545c64734023d412 1,534 1.00/1.00 vMB 62
664,280 664,280 00000000000000000005cc200365110421481658aa5dc59d0da558611e230450 2,599 1.00/1.00 vMB 71
664,279 664,279 00000000000000000002cb5d25d500b99000ad9d117775e65c8d241a7e4270d5 2,635 1.00/1.00 vMB 89
664,278 664,278 00000000000000000006c16d0310156699f10f1c14509ed648b432cd5f1748f5 2,568 1.00/1.00 vMB 90
664,277 664,277 0000000000000000000ba551caf60681fc7fa793690a81d0292c6513cba01183 2,849 1.00/1.00 vMB 75
664,276 664,276 0000000000000000000777736250c17e3f23fbcbd928d4fe90150caac14c2693 3,332 1.00/1.00 vMB 107
664,275 664,275 00000000000000000002c8e9433c5faba2b1f74e463894066eb7264134b7f258 2,650 1.00/1.00 vMB 64
664,274 664,274 00000000000000000001b61c76a32a87684ec380fd3932246b969443cb1a526c 2,547 1.00/1.00 vMB 19
664,273 664,273 0000000000000000000db5e55baadc4982e89e8eb2fb38beef82668c0f8a4ea4 2,681 1.00/1.00 vMB 59
664,272 664,272 000000000000000000060a0c81fc20087768e7e53c4ca49d4411eaa42bd45a6e 1,753 1.00/1.00 vMB 26
664,271 664,271 00000000000000000004b213efc074ac1291061ea0c6a383d914c9ee76f53214 1,809 1.00/1.00 vMB 12
664,270 664,270 0000000000000000000666f3a8f58c5be5472e220f0fd0680689e40bbdec272b 2,461 1.00/1.00 vMB 21
664,269 664,269 0000000000000000000c98a2333d76e50ef4ff0f6cf27b6a1d10c2169278ab8e 2,119 1.00/1.00 vMB 26
664,268 664,268 0000000000000000000003b63738c3e17b1dfbd0fb8a04f3b48bf933a563cf12 1,564 1.00/1.00 vMB 60
664,267 664,267 000000000000000000020cd7a879ed714d01b080f69cc507f9c045ab3e595e03 2,900 1.00/1.00 vMB 88
664,266 664,266 00000000000000000006008542ebe1c78aa8e51d4e5c6283611df86ed4bf9e4b 2,596 1.00/1.00 vMB 88
664,265 664,265 00000000000000000009f0b5fdc08c7e2d8ad6cec9f2c754f068ab1899c59f19 1,520 1.00/1.00 vMB 55
664,264 664,264 00000000000000000009334c3d258e546857891bcf3113c6fb301976c4b5f0f5 1,459 1.00/1.00 vMB 76
664,263 664,263 0000000000000000000c4d6bc089e9cd7e55c4d73933a968a55653f381f24e50 1,650 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.72 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: 707.24 GB
    • Received: 16.67 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.