Loading Tool

Explorer IconExplorer

Memory Pool

34,339 transactions
27.13 vMB
0.05555480 BTC
Random Selection Loading Transactions
Max Size: 135.67/200 MB

Candidate Block

Mining Attempt 880526da2c48526f3d8409412fb0468aa86efaa184b2050862e8ac9b4bcfd07b
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 178194b6d92e44337a0055dc159b1c6ae10848a57a45ee4fa880357aaf797ca9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,470
Size: 1.00 vMB
Total Fees: 0.00433727 BTC
Feerates: 40.21 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (330,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,411 584,411 00000000000000000007f04aa9b6c445413f8e89d915dfa94da3c8f4e5702703 2,597 0.90/1.00 vMB 32
584,410 584,410 000000000000000000056e0751f95a0da4ecc8e35221fbcb1d9647613953d261 1,034 0.29/1.00 vMB 2
584,409 584,409 000000000000000000134ed428dcf199e954e796d01f51e5f94aedfd000c8d7a 2,568 1.00/1.00 vMB 14
584,408 584,408 00000000000000000021f55f86e7e1562b608f333d81a0a4d85ad527fab84464 3,425 1.00/1.00 vMB 56
584,407 584,407 0000000000000000002004764d40ff299335affa56074879257d1a82912e88fb 70 0.02/1.00 vMB 55
584,406 584,406 000000000000000000169d13ffc0a53a94c54ea41b73c86559636f2ce45b2cac 1,453 0.48/1.00 vMB 36
584,405 584,405 0000000000000000001b223904eea19cd77882be73d7d66007472d863eb3c691 952 0.27/1.00 vMB 21
584,404 584,404 0000000000000000001f1ca09a01b2130518d98af0035d61e2ae7a2a0d8a9a79 1,457 0.54/1.00 vMB 30
584,403 584,403 0000000000000000000aa01bd252729566bf9dc258e2bf4004f26d67e89eebc5 1,271 0.40/1.00 vMB 25
584,402 584,402 0000000000000000000b1fafbb6006835d6b2586bd10d23c2c3cf19563320e0d 3,209 0.94/1.00 vMB 22
584,401 584,401 0000000000000000000385ec24b75bc6c10dc1da4a1e504137c79c1b2a6c203b 3,150 1.00/1.00 vMB 44
584,400 584,400 0000000000000000001bf89a5ac543cec0825272b57f8691bb2f9eee1b566382 388 0.12/1.00 vMB 47
584,399 584,399 00000000000000000002912b83fc225a8531d3a3a20df4d28fd63a4435b577b5 2,654 0.92/1.00 vMB 16
584,398 584,398 0000000000000000000bf55b21497c9b59f82253b25bab3e6d24fedea04490af 2,346 1.00/1.00 vMB 27
584,397 584,397 00000000000000000007828a08b627d1f5ab8e7030efeaae2cacd863685ae8ef 2,833 1.00/1.00 vMB 67
584,396 584,396 0000000000000000001108c6386f74dae25cf248bab55ad90c290c9b9208f8f6 1,640 0.47/1.00 vMB 21
584,395 584,395 00000000000000000007e063b9fed58c7808633de8c2b49a1ee272b8feec9e67 1,289 0.35/1.00 vMB 30
584,394 584,394 0000000000000000001510f532784eb905ec4ba9581dc4789beff3168432e33a 1,065 0.30/1.00 vMB 26
584,393 584,393 00000000000000000009a71996d40393666f2ca09a1f25fa2980a11f38b27a97 1,399 0.38/1.00 vMB 20
584,392 584,392 0000000000000000001b95d1c7521edd95f0c78ff85bd6f8a58c43e2584b6a06 2,417 0.77/1.00 vMB 28
584,391 584,391 0000000000000000000e83a5236a49844d6832f628277c8b63e0e6a9fbb78ea8 3,215 0.99/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.