Loading Tool

Explorer IconExplorer

Memory Pool

35,888 transactions
26.12 vMB
0.05765687 BTC
Random Selection Loading Transactions
Max Size: 132.55/200 MB

Candidate Block

Mining Attempt 0ac458e6ac9462b3f6a494e9bfffc8a4a1b379757a7d3cf3085ba7ee2680f107
Version 20000000
Previous Block 000000000000000000014f51cdb922adcbfbf8306ee11aa840c0f99483a0eb43
Merkle Root eb12335fa9438e548e2403079ca08c4e7cbb05da0f78259ee6efaf1d3cfc7794
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,754
Size: 1.00 vMB
Total Fees: 0.00944981 BTC
Feerates: 226.23 > 0.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,656 (168,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,525 746,525 00000000000000000003d52f923453568636032cf8733ff4cb12d824b3e61d4f 2,247 1.00/1.00 vMB 7
746,524 746,524 000000000000000000057e5423140add68466d15f88a2e9dc141120b7e1f1736 1,597 1.00/1.00 vMB 12
746,523 746,523 00000000000000000001e5f01907a858128d65a4bd370567dd717d62bea7268a 2,528 1.00/1.00 vMB 10
746,522 746,522 000000000000000000048d0f2956523bb7b4d1b2d40b3945a200d0b9a49c493e 1,565 1.00/1.00 vMB 8
746,521 746,521 00000000000000000001f5a900d043e09f1ced39cb39a76dc784130d82b28c04 2,852 1.00/1.00 vMB 21
746,520 746,520 00000000000000000003bb29715e897684c4bcdeef1f96d9a00b36117f98f9af 3,134 1.00/1.00 vMB 18
746,519 746,519 00000000000000000005c05c1b273269862b700a9d3e793dfef7d24ef70a816d 3,277 1.00/1.00 vMB 11
746,518 746,518 0000000000000000000049b804faf8e705f29fa290579873f8649ea43fd7b6f3 3,077 1.00/1.00 vMB 22
746,517 746,517 00000000000000000000f4f3967a79fabbe39e140fb789a9f2cde3b26b6cfc77 2,904 1.00/1.00 vMB 11
746,516 746,516 000000000000000000073a64c2dd38cf3a8b0242a5e04e911240acac220acb77 2,469 1.00/1.00 vMB 20
746,515 746,515 00000000000000000001e67391926f8c096dc94bd92f19fbc21222b19a868460 616 0.19/1.00 vMB 10
746,514 746,514 0000000000000000000595e26166eabdc9e748d98e169e66e6994e67059cb9b0 1,279 0.65/1.00 vMB 6
746,513 746,513 0000000000000000000943468bbc97434483c07c50f6dd017bd915f5d5b622f9 2,386 1.00/1.00 vMB 4
746,512 746,512 0000000000000000000a1d490e7ee12de725c61930ee1a7a8083d32400ea2661 2,688 1.00/1.00 vMB 13
746,511 746,511 0000000000000000000930a9dfd78aed4731318a958540c2890b773304dab4d2 3,306 1.00/1.00 vMB 7
746,510 746,510 00000000000000000001f00b89386346989afbfb1409a5794aba1be5c05ed2d6 2,788 1.00/1.00 vMB 11
746,509 746,509 000000000000000000088bd871281835e15d7975eeb44da0052c30463b1a3227 3,123 1.00/1.00 vMB 25
746,508 746,508 00000000000000000002cfe2fa867cb0b2d7f8e8057a3c0d5f44f1c9e0949433 1,684 0.92/1.00 vMB 4
746,507 746,507 00000000000000000006693fd401b59a9207a5ad6b3456a92d4364b2dbd2c97b 1,829 1.00/1.00 vMB 7
746,506 746,506 00000000000000000009841fbdc11a746110145939390d824401fb2d8572da83 1 0.00/1.00 vMB 0
746,505 746,505 0000000000000000000007ebb372b3fd6f8c54c849c6ee242de9a366ea0bead9 2,379 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.78 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: 633.23 GB
    • Received: 12.19 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.