Loading Tool

Explorer IconExplorer

Memory Pool

78,478 transactions
29.44 vMB
0.06826834 BTC
Random Selection Loading Transactions
Max Size: 176.89/200 MB

Candidate Block

Mining Attempt a31d343424cf848e6991181b583e2c1cbb0054e2ac31ca40a059964979324eca
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 00d89261e301399597ccffde65a301b0568a911e21b1851c348c89e107c658ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,004
Size: 1.00 vMB
Total Fees: 0.00855166 BTC
Feerates: 150.93 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (237,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,355 677,355 000000000000000000011a552257eae357d6b98e5823f9337c0e323c7502cd19 3,018 1.00/1.00 vMB 84
677,354 677,354 00000000000000000004457f83505b44a7af05bd61ff76622b12846c570c6c63 2,297 1.00/1.00 vMB 71
677,353 677,353 0000000000000000000c14f12ec96b34e1bfd7436d50624cc594afaaf0f47aab 2,408 1.00/1.00 vMB 85
677,352 677,352 000000000000000000008ae2af5b635b896b6d5b145d90c89d61f22a6ef97f04 1,108 1.00/1.00 vMB 77
677,351 677,351 0000000000000000000803bfec33c6ffdc2bdb5ad849aec62bf86af49834486c 2,560 1.00/1.00 vMB 83
677,350 677,350 00000000000000000003f5bf1331dc6e7a233c09831979959908bb2f23d2eb6b 3,020 1.00/1.00 vMB 79
677,349 677,349 0000000000000000000697dcb25e09791561b799e9eea71e6181974a8863e63f 2,788 1.00/1.00 vMB 74
677,348 677,348 00000000000000000006e8ca8d232f464ff148c0d6b71b40a91b399d11cf79ea 2,939 1.00/1.00 vMB 92
677,347 677,347 00000000000000000009008da965dbb24d1fc34d78e96d39816c4229c8ba72f1 2,333 1.00/1.00 vMB 96
677,346 677,346 0000000000000000000b4052ae5e96432d84dd62e9137cbfd6015d6e6bef1d8d 2,330 1.00/1.00 vMB 92
677,345 677,345 0000000000000000000b4a3be41d87554506cf749dde1f2a48cf81923b1acf4c 2,362 1.00/1.00 vMB 96
677,344 677,344 000000000000000000041cde9438bd9250f6cc426f98f4c36c479a3cc60916e9 2,757 1.00/1.00 vMB 92
677,343 677,343 00000000000000000004a250beeb23fa5fb47d75491c90b037bfad847d733dc7 2,738 1.00/1.00 vMB 83
677,342 677,342 000000000000000000048ed11f292b484fe776b39fe08d7ed2f30dfa17e9cc18 444 1.00/1.00 vMB 73
677,341 677,341 00000000000000000006a2cbbc6d028f8d36b5e5f12997f30f9a4fda9a348345 2,025 1.00/1.00 vMB 83
677,340 677,340 0000000000000000000b912b958f65ce7471ed3b0df28fa7cec113343e6405cf 2,852 1.00/1.00 vMB 92
677,339 677,339 000000000000000000077fe3ff3966494d1baf23ef0cdc0b3f28aee68caf379e 2,813 1.00/1.00 vMB 55
677,338 677,338 0000000000000000000685bc857e6e8278a4eb06e8029c1f30a3362e02dcf4bd 2,760 1.00/1.00 vMB 80
677,337 677,337 00000000000000000003d4186671c0543a86ce10d8f26d9cce125d7e1805fa7f 3,097 1.00/1.00 vMB 74
677,336 677,336 000000000000000000066d053b10c94a2bb5e022028274f5e55aab35562b2f06 3,122 1.00/1.00 vMB 96
677,335 677,335 00000000000000000009378a48ebcc214ff0f91799df1f5658d5caa801544d89 2,545 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.