Loading Tool

Explorer IconExplorer

Memory Pool

81,422 transactions
34.31 vMB
0.13975993 BTC
Random Selection Loading Transactions
Max Size: 194.92/200 MB

Candidate Block

Mining Attempt e119c2cfe7144297d1e2d90c6b8fa9fcd07658a639dc3b91fc86631c9e701e0c
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root c4d3ca8613654d7c9191d75e0499e122d07d6f929b264303b2ae7d8e2bc2d45e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,665
Size: 1.00 vMB
Total Fees: 0.02577247 BTC
Feerates: 384.62 > 2.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (489,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,767 425,767 0000000000000000029d06ffb9dd03f96b5932409cfac1422d33be467bc4d6e0 15 0.00/1.00 vMB 67
425,766 425,766 000000000000000001684526f3d34b8db285947e19427458283036bf8243b3ee 1,636 0.74/1.00 vMB 63
425,765 425,765 0000000000000000026e0703d82274c387f0ca47bb28e4098fbda652fd354182 1,346 0.58/1.00 vMB 65
425,764 425,764 0000000000000000048d13fb22813ae6430464870e0f2a02c9d4ef621d55dcf3 259 0.98/1.00 vMB 14
425,763 425,763 0000000000000000016f09a6789ed434f38e92210bdc0a27b85beb569e5a32be 2,304 0.87/1.00 vMB 67
425,762 425,762 00000000000000000365eec6b3d8e6257ec8dc18c94ba7eba7a069d3724637e6 567 0.85/1.00 vMB 24
425,761 425,761 0000000000000000007a8aad73ed64787742134f1b980ea6f0f1f9bf22770ec1 716 0.95/1.00 vMB 20
425,760 425,760 0000000000000000024f9fe3d8aa2b478ac8c7078365e1657ab3da3d9604567d 1,011 0.41/1.00 vMB 56
425,759 425,759 000000000000000004f28daa2a6abb7de8bbd79b0dd715fc59638c97a8736d8e 2,378 1.00/1.00 vMB 64
425,758 425,758 00000000000000000033b1d7b67e4f2cb83159648fd786bbc6f869e780dbd042 2,719 0.99/1.00 vMB 73
425,757 425,757 000000000000000004dc954aceeefdd980287ff18a3573ce8de82df6a24dae8b 677 0.29/1.00 vMB 75
425,756 425,756 00000000000000000196bbef3239d753c0f6e1726f25398179b7f2ebf8414342 1,247 0.87/1.00 vMB 32
425,755 425,755 000000000000000002b6f3a7701bb7f4c1c676bf0d2f6117d3d01bfa6f144f47 2,257 1.00/1.00 vMB 67
425,754 425,754 00000000000000000300da079fd646f6551872677c3508a0d45d30a4027a3fcf 1,843 1.00/1.00 vMB 44
425,753 425,753 00000000000000000157c8e5c0a3bffc71547652e91494b43a369c5941eb653c 2,345 1.00/1.00 vMB 91
425,752 425,752 000000000000000001690bd1650d93617c81c1d17811e0a0c6491c769c4869b4 2,101 1.00/1.00 vMB 52
425,751 425,751 0000000000000000019e25ed80e7b13796fe21859ac0146957a8f96c4a4d9122 1 0.00/1.00 vMB 0
425,750 425,750 00000000000000000278c551d28b29bf00bda236204a214e5d0a68dd86a92306 2,461 1.00/1.00 vMB 72
425,749 425,749 000000000000000003dd34fc488746c5a61cb7fcf5db96a50cecde82e69bebff 2,393 1.00/1.00 vMB 64
425,748 425,748 000000000000000001d17381cacedce5abc97ad0bb18eb2251a464b7796f1d62 2,072 0.99/1.00 vMB 82
425,747 425,747 000000000000000004b5ad4f3645dd00471e169c5f90eb38f2f1b6caa9457bf5 1,629 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 783.10 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: 729.74 GB
    • Received: 18.49 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.