Loading Tool

Explorer IconExplorer

Memory Pool

50,569 transactions
30.30 vMB
0.12681197 BTC
Random Selection Loading Transactions
Max Size: 162.30/200 MB

Candidate Block

Mining Attempt 7cb716e1267615dc49e88f7b2131ddf9f52c669f52c1f7ca593f063659ed6ff8
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root bebb8b248904a8831987d72dc8a85a499115fc2fe391340001819e3b639fb0ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,913
Size: 1.00 vMB
Total Fees: 0.05384941 BTC
Feerates: 150.75 > 5.40 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (603,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
311,602 311,602 000000000000000030d89d43b6f880d35e3513852a987b413adabe1b978bd068 65 0.02/1.00 vMB 27
311,601 311,601 00000000000000000c36a854afcd9d6b8c2c5c0c28dd3ce5fd9107557d583683 879 0.65/1.00 vMB 27
311,600 311,600 00000000000000000d192cdcd005334425c726573d88cfa258ef72b53ac99b6e 319 0.17/1.00 vMB 31
311,599 311,599 00000000000000001bce39b932e7c04e76379b538ae5927e4e7985d60883a975 607 0.38/1.00 vMB 27
311,598 311,598 000000000000000013ade10e59e514760045675f8194f6129ff6f26969b3db92 243 0.13/1.00 vMB 30
311,597 311,597 00000000000000003136efea8f86780bd52ec83eb27450535205c30be49e5073 307 0.16/1.00 vMB 25
311,596 311,596 000000000000000033189d7a3103f2294a260b88ea6a9ac45d155267ba0add2c 76 0.03/1.00 vMB 31
311,595 311,595 00000000000000003a4e3ff3907307f9a29052620fd1c3ed0d38f811aeca29ef 188 0.10/1.00 vMB 28
311,594 311,594 00000000000000003eb8c242289e45166caf294729bb778ed7201f5569f1a937 245 0.13/1.00 vMB 29
311,593 311,593 00000000000000000b236803b7343f0110823b84af220286a171e66a0a4fbc23 8 0.01/1.00 vMB 10
311,592 311,592 000000000000000002f647f4f5e981d886a38794ce8b43b7f7556ff57923a65b 34 0.01/1.00 vMB 28
311,591 311,591 000000000000000031443333e71355eaad1ccf20c69efcfc1051d142e3ed6dfc 58 0.03/1.00 vMB 26
311,590 311,590 000000000000000026cb55361356c3652b2fad5489a7fb5ad18c9fa81a1c6990 65 0.03/1.00 vMB 53
311,589 311,589 00000000000000002cc464bc8167312e864114890daa9c132c27ddef40bb82ff 230 0.16/1.00 vMB 18
311,588 311,588 0000000000000000329a8946d56b8aa4ef0243efe92ce652394e5a60ea84825b 548 0.29/1.00 vMB 38
311,587 311,587 00000000000000000e5145d5bd6ba0088ca8807dae46985fa24bd7aff23fc8b2 207 0.10/1.00 vMB 33
311,586 311,586 00000000000000000f5441976963ac6927e3ec3b99afcff43730dbba7c767c1a 1,384 0.68/1.00 vMB 38
311,585 311,585 000000000000000002e388de5519d3c4e9d84e7872fd51735ae982b4df0d57d6 746 0.37/1.00 vMB 30
311,584 311,584 00000000000000001474c11800fbcbd4d43a4f558f0513f8a90773e60de8b245 700 0.32/1.00 vMB 27
311,583 311,583 00000000000000000cdc436b3386395c11966c5396fd622f9c24317c90f1032c 339 0.16/1.00 vMB 37
311,582 311,582 00000000000000001de42544775a5eb8e660cdaeb391561c9a97e899991877c9 147 0.06/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.