Loading Tool

Explorer IconExplorer

Memory Pool

43,209 transactions
32.22 vMB
0.10649952 BTC
Random Selection Loading Transactions
Max Size: 161.21/200 MB

Candidate Block

Mining Attempt cd31058ffd220ad30f3f8a02d299f48865db7a2308e2406a075959ad2aaaa426
Version 20000000
Previous Block 000000000000000000010ac925ea2d566953707a27050fede0bf8ec21bb7f373
Merkle Root 96d348b082d4cbe0ce023dccad2f9a27fbecb2b45139144d8bb2dba5fdd2f95e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.03733507 BTC
Feerates: 344.14 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,393 (869,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,653 44,653 000000003029d65e6cc22cf8db34ddbd47f2f8fed33e10fe87a6671af525d147 1 0.00/1.00 vMB 0
44,652 44,652 000000000146af1ab88d90b4be4648c3afdb88c4c1d54cdb2d8e43b3ce893bae 1 0.00/1.00 vMB 0
44,651 44,651 000000002f2b99547bb4dbeb9b67e104cbc6d36fd5b05fc47bc9e712fd0af915 1 0.00/1.00 vMB 0
44,650 44,650 000000000760f4170522b5f7a2dfc46b24ff282be940ffdd3ba22886cf28fedd 1 0.00/1.00 vMB 0
44,649 44,649 000000001532d3226c9be594d9100eb60ae344f69a3a59627dd0212225d70d65 1 0.00/1.00 vMB 0
44,648 44,648 000000001c3e863374d45cb5c59f83966b43c805d58b2525f680e3be6ceeadc1 1 0.00/1.00 vMB 0
44,647 44,647 000000002c2f9de9a8eca838fb7c1ba8f77ac00997152b09e995a36b9e1193be 1 0.00/1.00 vMB 0
44,646 44,646 000000001677e64ce148849d4d57d93c2cc6fe7214b2ada4ac2b2b4d66e77bd1 1 0.00/1.00 vMB 0
44,645 44,645 000000001fefd2b7c2dffaf10ecbe0f5e2e4e6f5c9f126cda7831bb31a9f8d50 1 0.00/1.00 vMB 0
44,644 44,644 0000000034353fd51c81c3634525a74f9e36cb624820bb8e12de8d88c23f87c3 2 0.00/1.00 vMB 0
44,643 44,643 0000000001b97e0a1f177bde870b40ccb55b5d841d93923628c9c86dd085ad47 1 0.00/1.00 vMB 0
44,642 44,642 00000000033625b8952ff169300182c1fcb124837336b37af3671f48bf6a2a64 1 0.00/1.00 vMB 0
44,641 44,641 000000002411ee2d24295e80b6770305824f4c2a9ca3de2ea3407fad05a34ece 1 0.00/1.00 vMB 0
44,640 44,640 000000002a4a55596f992749081a5c0cbcf8cd0bb64f3d048c346922289e7249 1 0.00/1.00 vMB 0
44,639 44,639 000000000c042c1595f9ef795c84f363ba979bf6fe3a25b30d84ad41ce8b8d2b 1 0.00/1.00 vMB 0
44,638 44,638 000000000ad083217779509f461480a8227786410d9089fa0dee9ca68f05fb28 1 0.00/1.00 vMB 0
44,637 44,637 000000000548ddc08ecdfad0b8d654dc46ff6e01ed1ebc3c9a84f63c39ac8e8c 1 0.00/1.00 vMB 0
44,636 44,636 00000000130d05dad744b120cd74d13e8929cfb7823f1ffd637951482fa03c89 1 0.00/1.00 vMB 0
44,635 44,635 000000002fde3b1d908bb5c8867dab7f48dcb44b5ba7e6b492f83072def51f0e 1 0.00/1.00 vMB 0
44,634 44,634 0000000000550514e108deb24e1108d96091169efa0c07317e951fa297ea9af4 1 0.00/1.00 vMB 0
44,633 44,633 000000001ca1399cc97588b7525ec8b1f12d10a6623dbb990bd687fdca02fa82 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 598.55 GB
    • Received: 9.95 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.