Loading Tool

Explorer IconExplorer

Memory Pool

81,469 transactions
32.10 vMB
0.08474812 BTC
Random Selection Loading Transactions
Max Size: 192.61/200 MB

Candidate Block

Mining Attempt ad5fc0f59d16e0dc6347c34fd2cb028885abe44241a1ba3c239b06eec2d6d37c
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root da46f74b04d3a0ffbba966fbaa0f7be8708e2aed5a35b229fc356f9309a7ab10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,258
Size: 1.00 vMB
Total Fees: 0.01395379 BTC
Feerates: 119.03 > 1.40 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (204,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,360 710,360 00000000000000000004d2ccdf4b70d8383476be2db55fb94c0006b12a80d638 729 0.26/1.00 vMB 9
710,359 710,359 00000000000000000001243cd19ef23c169fdd16682fe3ab3e79019e55cb0797 641 0.20/1.00 vMB 11
710,358 710,358 00000000000000000006c4172795191466488d6f0967caaa156e565b75b9d4e2 1,096 0.41/1.00 vMB 9
710,357 710,357 00000000000000000008303d4ad3c1b8df845ee0d8a85c0052b10e86a4cd080c 1,683 0.80/1.00 vMB 5
710,356 710,356 00000000000000000004d47a2ee0ca2f657aa59487fe6b5b75788a03bde83f60 1,390 1.00/1.00 vMB 9
710,355 710,355 00000000000000000005fab8d24f4be3c3114a6568fdc8a34e75bf3934b0a744 2,189 1.00/1.00 vMB 5
710,354 710,354 0000000000000000000738426ed0decad537d7e2331bdd6fa1e50449f8c8a0f5 2,551 1.00/1.00 vMB 10
710,353 710,353 00000000000000000001c1dc6424f00d139552c0310e9653a83280444b027995 3,112 1.00/1.00 vMB 8
710,352 710,352 0000000000000000000b019bc3cdfea9803a2f15a79e0e6826ab40df423dd2a6 1,857 1.00/1.00 vMB 22
710,351 710,351 00000000000000000000957337aca4268c3efc26f2ee31f695e1a38e4ac75bf9 1,440 0.57/1.00 vMB 6
710,350 710,350 00000000000000000007eeed5a6151d4fa39907fc67a1d97f68db87d225ae020 3,332 1.00/1.00 vMB 3
710,349 710,349 00000000000000000003dcf464d28f41ae76aeac61af6705b36ba9e48f76d1e5 2,825 1.00/1.00 vMB 16
710,348 710,348 000000000000000000026970518add5707e5481967222bcdf711d4d73cbc1f91 1,908 1.00/1.00 vMB 9
710,347 710,347 00000000000000000006d18397f640f19829e3336994c3481bfda967173f8a60 1,900 1.00/1.00 vMB 7
710,346 710,346 00000000000000000002d4fc7645fa27a27f152c86cab340fb628929d8d8f6d7 2,086 1.00/1.00 vMB 18
710,345 710,345 000000000000000000090a205908e050d9e0ae93c360ede14a5664e3d1a1a8ff 2,633 0.89/1.00 vMB 4
710,344 710,344 0000000000000000000166a09239c0a5a54d11e63ca98062dd84e5a5ccfc83fb 2,610 1.00/1.00 vMB 12
710,343 710,343 00000000000000000006259a94ff3b254f557e6c0d12f3c3866e8a3c1b003eb4 2,613 0.83/1.00 vMB 9
710,342 710,342 0000000000000000000a2b06b6758f45976809a057334c7062891d0a47e7efc7 569 0.22/1.00 vMB 9
710,341 710,341 0000000000000000000025717b257c103258934a78ab73fe8e3e09a319c19a33 103 0.03/1.00 vMB 9
710,340 710,340 00000000000000000004404b1022b92491dab0fd2725868d0ad8390f577ac2cb 644 0.18/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 697.31 GB
    • Received: 16.55 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.