Loading Tool

Explorer IconExplorer

Memory Pool

80,735 transactions
30.15 vMB
0.12246309 BTC
Random Selection Loading Transactions
Max Size: 180.86/200 MB

Candidate Block

Mining Attempt c5a5ad7a63840f9618b4cdb888dc41a750bbe1dd3740587b981a7cad64e551ce
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 98fb02a4ba9e54be9e9b567ea9c330e2653a17612bf5f4b4f28310ca45840700
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.06078746 BTC
Feerates: 180.34 > 6.09 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (266,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,690 648,690 00000000000000000005b57cdc3aedcb14dbb5d34a7140b286b553e777773bb4 920 0.39/1.00 vMB 40
648,689 648,689 00000000000000000003bd5167d57b92954546f24a39979c7b299f8832ff86a1 2,042 0.91/1.00 vMB 43
648,688 648,688 000000000000000000005abdc8e0c8b41bbee97980fbdbbe9cb13672767563b4 1,830 0.81/1.00 vMB 34
648,687 648,687 0000000000000000000860f2e7caa72f2c685cb7f0d83e472646849f566e85c0 978 0.40/1.00 vMB 40
648,686 648,686 00000000000000000006536991a905f22de93cf3db181f8fec0f52d92bbd6b02 527 0.27/1.00 vMB 42
648,685 648,685 0000000000000000000352bd0ec5e370ce9d765e7b6b687ea6fb5e0b4a9d7f89 1,277 0.70/1.00 vMB 34
648,684 648,684 000000000000000000049c8804ff411634af11ff57a839963af276cf1896ceab 795 0.46/1.00 vMB 58
648,683 648,683 00000000000000000008afb1bfeb97ffa5e589eeb70a29d4d088e574e81d166e 401 0.36/1.00 vMB 46
648,682 648,682 000000000000000000003970a6ebb593101a30c1b19c20bec09fef8c646ebe71 1,671 0.78/1.00 vMB 44
648,681 648,681 0000000000000000000c0288d303ed7ae9d053457238cba2f2f65d94f219ac08 2,648 0.97/1.00 vMB 42
648,680 648,680 000000000000000000057cf566e6864197fe8f621a78dc94fafd77bcea7a8223 1,505 0.65/1.00 vMB 35
648,679 648,679 000000000000000000077ea755b01b9650e06d94f422709da0b99f66a38b3370 221 0.08/1.00 vMB 46
648,678 648,678 00000000000000000008ec8104282cf9a35a522d1251870aaf05d797ddf1dfa4 759 0.44/1.00 vMB 35
648,677 648,677 0000000000000000000a3a560c48996ee3e952231bfd552a0fb47c05d6dbd8e4 1,741 0.99/1.00 vMB 40
648,676 648,676 0000000000000000000c1df77330ba0ad973a960f7043e4c63ddd680b52ce1f5 411 0.99/1.00 vMB 8
648,675 648,675 0000000000000000000d0f926ed0f79cc020ca164b52c0c0e9ee62ec5c85f7d3 1,045 0.58/1.00 vMB 17
648,674 648,674 0000000000000000000da6598193da53f5b1dd88c90089010956ce08e37aa551 1,509 1.00/1.00 vMB 17
648,673 648,673 0000000000000000000c1e2fe58d8933de3c5b10e3113a57f667418f8d7b9081 357 1.00/1.00 vMB 5
648,672 648,672 0000000000000000000f37c0d4d1c80c2b5af9ea7cc8e815c9f6efb5cd1b00d8 1,974 1.00/1.00 vMB 27
648,671 648,671 0000000000000000000eb7d000768d8cd26dcfdd36bf79069197880b635e876d 2,266 1.00/1.00 vMB 60
648,670 648,670 0000000000000000000bf3c9c82288f9d4cbcbd00d59cd1e7e7c868bdaf1c1b8 88 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.