Loading Tool

Explorer IconExplorer

Memory Pool

43,552 transactions
27.00 vMB
0.05598110 BTC
Random Selection Loading Transactions
Max Size: 142.39/200 MB

Candidate Block

Mining Attempt 6b24327bad5c92bf09104aac41f23dc7b9be86d4fa0bc9811009a84440db6d99
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root 2a047f6b723af677d03e235f91e902a4ab26c0f64ef526fa184148a7ed230850
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,086
Size: 1.00 vMB
Total Fees: 0.00576793 BTC
Feerates: 40.21 > 0.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (266,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,694 648,694 0000000000000000000ae2ed711e73c4b6eb4fa6e759f0d4f2b1c221cfa33a23 1,830 0.73/1.00 vMB 48
648,693 648,693 00000000000000000004103384793e5ff6e8fb77806c0dda6d3fc5230c5faf8d 1,648 0.61/1.00 vMB 36
648,692 648,692 0000000000000000000d2b7fdb7636f31bab38fc16b8d2244d3e29eaae6624d9 489 0.23/1.00 vMB 46
648,691 648,691 00000000000000000005a0abfac7337b885433fd85f8b4c3ad08a61010ac4b0f 1,637 0.85/1.00 vMB 34
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
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.