Loading Tool

Explorer IconExplorer

Memory Pool

78,141 transactions
29.27 vMB
0.07677260 BTC
Random Selection Loading Transactions
Max Size: 179.41/200 MB

Candidate Block

Mining Attempt d1cb8d62b160b1e83e1c3ba43afefe1fe8674f02a3a6d7b6d8fc1eb5166629ba
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root d39a26d7f4517d12deee2aed3e3ee0b66a07d9c97eb81f8c45496adeb96b41ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,535
Size: 1.00 vMB
Total Fees: 0.01269222 BTC
Feerates: 73.20 > 1.27 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (248,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,800 666,800 0000000000000000000907d6e320de5f8d7af4f321f87107156699447e0e2a01 2,351 1.00/1.00 vMB 99
666,799 666,799 00000000000000000001cdff50428987c1c3d2074853ee7564f5437e9cb730b4 2,700 1.00/1.00 vMB 86
666,798 666,798 000000000000000000074ccba836011166a16ebea9061478809570a584889b1c 2,709 1.00/1.00 vMB 111
666,797 666,797 00000000000000000000edc3ef3f8adacb9a7cceba48bbc9c060503b5d70c396 1,371 1.00/1.00 vMB 45
666,796 666,796 000000000000000000042a76dea14834f862a1077a9c891fb9126d73e68d077f 2,713 1.00/1.00 vMB 76
666,795 666,795 0000000000000000000103ef7e13371157cd590051b7bab4c9fde7107d49a4a4 2,673 1.00/1.00 vMB 60
666,794 666,794 0000000000000000000c6d7b7882645b841c6af5456b6ccb4d300fae5614eecd 3,082 1.00/1.00 vMB 86
666,793 666,793 00000000000000000003e644a3a6b3c931367b623505be0f6cae38587b79db54 2,596 1.00/1.00 vMB 104
666,792 666,792 00000000000000000005d94a49cba4f2c602fe377ce7aa6e0d0cd680a8562297 2,626 1.00/1.00 vMB 47
666,791 666,791 0000000000000000000aa271c351e10bb372bae7ee03f3903c7215e09fd73220 3,038 1.00/1.00 vMB 65
666,790 666,790 000000000000000000072c120ea97ce94419eec086167745853d38f1708f62f4 2,467 1.00/1.00 vMB 82
666,789 666,789 0000000000000000000aa0401759565d09cc15fb5bf3a528c4a123c1e0069a11 3,066 1.00/1.00 vMB 99
666,788 666,788 00000000000000000006928feeca453e59ddeb89b7e984449c2f607f80f912f3 3,045 1.00/1.00 vMB 88
666,787 666,787 000000000000000000096c2994b43589704dbad4d25456007a877e6d0eec946d 1 0.00/1.00 vMB 0
666,786 666,786 000000000000000000025c18e2cad2babedfd6398ebce3b332481d9d51806bf8 1,413 1.00/1.00 vMB 70
666,785 666,785 0000000000000000000173c1ff886adcbbc612bc6e4effdb50906da1d521ab12 2,585 1.00/1.00 vMB 77
666,784 666,784 0000000000000000000b0bc6d908ce7d26a02d14f9cd29662e4d6b44caf4190b 2,046 1.00/1.00 vMB 89
666,783 666,783 00000000000000000003afe712c4f62de56449f2f2dd1a1f939bbc90a7f1ceec 1,733 1.00/1.00 vMB 100
666,782 666,782 000000000000000000006ed7f7fec0a06520d3e4903199ebfa7667ce25f7c39e 1,312 1.00/1.00 vMB 75
666,781 666,781 000000000000000000001c1c24fc8e05b81a5f6eeda74932ad70d668f3fdc11b 2,539 1.00/1.00 vMB 91
666,780 666,780 0000000000000000000cef4dc4deb439222ee00714a855f5f76fb85c679078b3 2,890 1.00/1.00 vMB 94
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.17 GB
    • Received: 17.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.