Loading Tool

Explorer IconExplorer

Memory Pool

75,329 transactions
27.75 vMB
0.07999104 BTC
Random Selection Loading Transactions
Max Size: 169.39/200 MB

Candidate Block

Mining Attempt 4e09e84b0cc99fdec8be3f79affb110b1b7007276a07065566ece6d271d87fc8
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root a54709a5c05ba2e8d5906531bd27b2380896aa570c6d0f57a47410ceec2548b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,365
Size: 1.00 vMB
Total Fees: 0.02051079 BTC
Feerates: 106.68 > 2.06 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (161,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,279 753,279 00000000000000000000cbea9a4d229204a3e485d52aa1d69938cd5690e7801f 1,617 1.00/1.00 vMB 9
753,278 753,278 00000000000000000003ec977ba92e4fa13aab074678dd14762d7fa3e61e68ac 2,178 1.00/1.00 vMB 18
753,277 753,277 00000000000000000003fcdf51b6d9bb791dc60eae33e511ea7262a4c5fc892a 1,737 1.00/1.00 vMB 5
753,276 753,276 00000000000000000006d0438d58150b4cee7070c765e68887de54faa4b17022 1,547 1.00/1.00 vMB 12
753,275 753,275 000000000000000000014b2f9a495f80e31f6e7a2180ea2439d21ae8cfcca3bf 3,752 1.00/1.00 vMB 23
753,274 753,274 00000000000000000006e6e57178cb336fd99c964a5bdde3e713e761617171a5 2,847 1.00/1.00 vMB 13
753,273 753,273 0000000000000000000060f85111bc22bfe4e597b5319451e90fdc1be9fa80b1 1,923 1.00/1.00 vMB 8
753,272 753,272 00000000000000000007cae6bb44158d0d9579b3fb3aceaa50f9e02cea8eeaa6 1,182 1.00/1.00 vMB 12
753,271 753,271 00000000000000000000edd7e0a6473034c6158361b490f42aace7781bb1607f 1,897 1.00/1.00 vMB 20
753,270 753,270 00000000000000000000eb20e74375e807197234bb367a325b86a98617adc44c 920 0.61/1.00 vMB 7
753,269 753,269 00000000000000000006635fa3bd8ff12f9aed95fb8fe1053502e31b0cfbadf0 2,065 1.00/1.00 vMB 5
753,268 753,268 0000000000000000000321ca0fc2dc6c8c1a8d29e6966999c287ff5355b00df2 2,468 1.00/1.00 vMB 13
753,267 753,267 0000000000000000000820a7abf2f50289aeaff76c18fb37c8538bfb4f7014c8 2,982 1.00/1.00 vMB 17
753,266 753,266 00000000000000000005b029a6ff86b62f4de8b2a10f4a737bdf17e2e7acd8a9 1,602 0.65/1.00 vMB 13
753,265 753,265 00000000000000000002572054c189ff52ded36e0c7275573e94749f038b8cc0 805 0.43/1.00 vMB 8
753,264 753,264 00000000000000000003e350d58bd2dcfbba51201adc946f2c46403b2472916d 2,584 1.00/1.00 vMB 14
753,263 753,263 000000000000000000068e0546ee6db4b4042fa95fe5390a07895c613a3838df 493 0.66/1.00 vMB 3
753,262 753,262 00000000000000000003da0e3214c83e60fd2b5dee0642f8d954295509b9af3a 982 1.00/1.00 vMB 5
753,261 753,261 0000000000000000000492abea06aa6f6bca6c3a3ce28f895f88d046edb95553 1 0.00/1.00 vMB 0
753,260 753,260 0000000000000000000707a4884f41f9fb686b1667e5908ab153777ec56c0264 2,231 1.00/1.00 vMB 9
753,259 753,259 0000000000000000000427039cd54a86ec3b4bfffd01ef94518a133b35e67b4b 1,802 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.