Loading Tool

Explorer IconExplorer

Memory Pool

83,530 transactions
31.24 vMB
0.09635760 BTC
Random Selection Loading Transactions
Max Size: 191.67/200 MB

Candidate Block

Mining Attempt c3de86174e6344f814005ed8aa13ae3dbeccaaf3f70079e357de9bf3cdd2b51f
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 420c543b6357c41b70306fdb2847cbe6da40813803d11c3d7d521e8de3579f5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,657
Size: 1.00 vMB
Total Fees: 0.02582628 BTC
Feerates: 301.57 > 2.59 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (268,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,802 646,802 0000000000000000000af8780f8f38913ec9c7501b054299047e48973301483a 2,449 1.00/1.00 vMB 79
646,801 646,801 0000000000000000000ab18021673ef23ec1700f2a34137880087247f3bcd80b 2,488 1.00/1.00 vMB 71
646,800 646,800 00000000000000000004e8598d2f19e6fcfe2ca8c77a322618dcbba459eee57c 2,636 1.00/1.00 vMB 111
646,799 646,799 0000000000000000000f4bd68f9c74697506acd92e8c794b24a29d3798f72cb0 2,519 1.00/1.00 vMB 126
646,798 646,798 00000000000000000004eb99f35cef6c12e40dd3aa43039c05e192619e3363d8 2,770 1.00/1.00 vMB 137
646,797 646,797 0000000000000000000f9392e9e8136ed2013cfe8ae3ed6fe03fc1dffe32ccee 2,729 1.00/1.00 vMB 151
646,796 646,796 00000000000000000000b2cbd4106c5543ce380b2fa7a9629f80d0853a23fdd5 3,272 1.00/1.00 vMB 184
646,795 646,795 0000000000000000000157df3725ae6c201e68d4f96ad9c82d3715943a7e7987 1,748 1.00/1.00 vMB 56
646,794 646,794 00000000000000000006cf2f86ee07ca1ef4d20d81554e329874c2175fb98584 2,430 1.00/1.00 vMB 50
646,793 646,793 0000000000000000000f83d90e44e03e6c4d1c141ebdc1265e3b6bd1fe6a65c9 2,014 1.00/1.00 vMB 105
646,792 646,792 000000000000000000070baa18c8490eb060c15c7bec7af24c952cbc48c00bcb 2,739 1.00/1.00 vMB 132
646,791 646,791 0000000000000000000afaa8eb06e554c9cbb548770420073cc18661588b0eff 2,638 1.00/1.00 vMB 92
646,790 646,790 000000000000000000033594759554c17c95445807dbff8d5eaa9f1f4744250d 1,563 1.00/1.00 vMB 67
646,789 646,789 0000000000000000000095b7bce82d0d69abb7fcd077dc9b2bce4e0cb7ced0ff 2,507 1.00/1.00 vMB 58
646,788 646,788 0000000000000000000ec0028c21d4afe8342733f9bc2e0cb263ad715c42ffcd 2,785 1.00/1.00 vMB 110
646,787 646,787 0000000000000000000a6fd3d98065d0406721b27b7731fd117395af2d0d20d6 2,415 1.00/1.00 vMB 61
646,786 646,786 00000000000000000001ebafaf2de2667a59d2decb2080b6faa420a1ff04f711 2,183 1.00/1.00 vMB 49
646,785 646,785 0000000000000000000304b1a91cb4d931e21cf1b7bbb0ea7ec1abf9088641e5 2,406 1.00/1.00 vMB 76
646,784 646,784 0000000000000000000e7c0c37d4c9f2316ae30d3ea82c85e3aefa81b99fcec3 1,542 1.00/1.00 vMB 118
646,783 646,783 00000000000000000006fb19b96f6fd28335328bb585b0291d8385712c325339 2,163 1.00/1.00 vMB 75
646,782 646,782 000000000000000000034a2c3873dffe234cca4cbe9f66014063e5d373d61660 2,473 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.78 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: 709.57 GB
    • Received: 16.92 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.