Loading Tool

Explorer IconExplorer

Memory Pool

77,056 transactions
29.05 vMB
0.07859543 BTC
Random Selection Loading Transactions
Max Size: 177.77/200 MB

Candidate Block

Mining Attempt c9422f2d1e2e3cf2f4f18ad13cd7980c5034a50c7ce257bf752e505ef0ee5f3f
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 2f94372e92674a5147b9bc2957b9d219f4f7fe4aca36b4d372dff1bada2279ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,629
Size: 1.00 vMB
Total Fees: 0.01520605 BTC
Feerates: 301.60 > 1.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (204,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,362 710,362 0000000000000000000bfe4126a4a8f61ab44217ebfdcd9e19385daf358c1381 2,052 1.00/1.00 vMB 9
710,361 710,361 00000000000000000009a503a849ab971cb980c232cc9457113c6f860d64e041 647 0.25/1.00 vMB 8
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
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.