Loading Tool

Explorer IconExplorer

Memory Pool

41,839 transactions
26.03 vMB
0.05349003 BTC
Random Selection Loading Transactions
Max Size: 136.29/200 MB

Candidate Block

Mining Attempt cffd68c2fc004ee217a5dd436210e29821538c0bd4ac9ff4f341208ed62a6207
Version 20000000
Previous Block 00000000000000000001eb538b44df8d39ae4bf8dee821fde296842d221e7d43
Merkle Root 7801c2c2632a68d7c5cc6934eb9b3a09ff4c16ae5dfced1a76d3fd5455373e96
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,098
Size: 1.00 vMB
Total Fees: 0.00605698 BTC
Feerates: 135.80 > 0.61 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,755 (270,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,786 643,786 00000000000000000002080fb595265d14d93565015826b0767d83eda5afcadd 990 1.00/1.00 vMB 15
643,785 643,785 0000000000000000000ce7f58ffc139f8512da31f0a242d993641ee698b929a7 331 1.00/1.00 vMB 7
643,784 643,784 00000000000000000002c9bb2d239f9797f3de058edc9f8cfb73df4b6b660a7b 2,048 1.00/1.00 vMB 29
643,783 643,783 00000000000000000009f3429cd05456c0611b9774074b478d3586e6a64dfe40 2,988 1.00/1.00 vMB 59
643,782 643,782 0000000000000000000a6b98a14d0266cf7c55bb5266f988805559369b5cd148 2,518 1.00/1.00 vMB 58
643,781 643,781 0000000000000000000f5d96e18ec5c1f96cdb7564c3cb556f14f1182f681488 1,869 1.00/1.00 vMB 15
643,780 643,780 00000000000000000001daa2d9c6070874fefa9ec4f723697b05ea9c7bb130cd 455 1.00/1.00 vMB 7
643,779 643,779 0000000000000000000b06fab6219837ce6a70c680780a04e1e59183c401bb4a 86 1.00/1.00 vMB 3
643,778 643,778 0000000000000000000c1cc72f9a959c80b730f58551fcfe1b465e21b9e4f20c 501 1.00/1.00 vMB 11
643,777 643,777 00000000000000000004b6f82ba976eefdc1e0d93b755660b0c6e258fd7c1b94 2,122 1.00/1.00 vMB 25
643,776 643,776 0000000000000000000135ee62d9f87f10c6497ddfbb2f3b2be62cafcb44d02c 2,892 1.00/1.00 vMB 68
643,775 643,775 000000000000000000013f31ab72869e40041a4b8f0a487595c83de6f26b9fed 2,554 1.00/1.00 vMB 40
643,774 643,774 00000000000000000005b0cd5c1c451ab8f2da0e47eac7fc1ed1349a0ba139ba 1,827 1.00/1.00 vMB 95
643,773 643,773 000000000000000000081ee79ca8995b4a87322d9ecc8f428844441b2d3e0b2f 2,054 1.00/1.00 vMB 40
643,772 643,772 0000000000000000000e97ef45f1334475c42fb6c3adaf7148b21364277e675c 2,148 1.00/1.00 vMB 58
643,771 643,771 0000000000000000001065e99fc640f665adb920fe1b473c273749785b1e5b04 135 1.00/1.00 vMB 4
643,770 643,770 0000000000000000000e71052de0d8c9d44f712eccaaf1f7a15cd356234fade5 2,028 1.00/1.00 vMB 57
643,769 643,769 00000000000000000004de2de5749339a8a8ba036a8e18e8a45910c6d7d991dc 593 1.00/1.00 vMB 16
643,768 643,768 000000000000000000007d24fd4a727427d8d1187bca434fc8331ce9642afd6d 2,054 1.00/1.00 vMB 55
643,767 643,767 0000000000000000000259c1eac143be7455f060d80ebfdabda7c2718cb2771a 1,204 1.00/1.00 vMB 28
643,766 643,766 000000000000000000041d9c0763b38da870cb446bbce28a3b81a18cb70a9476 539 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.95 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: 647.27 GB
    • Received: 12.92 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.