Loading Tool

Explorer IconExplorer

Memory Pool

40,997 transactions
28.60 vMB
0.05896892 BTC
Random Selection Loading Transactions
Max Size: 146.67/200 MB

Candidate Block

Mining Attempt 7c038d27fcb146522ff29bce171cd3db78d8258c6c8d42be2e6e60e9810258a5
Version 20000000
Previous Block 00000000000000000001e8eea2fc217de15f4d40d8c46e346c3a22c6ea1dbb3a
Merkle Root 3a486ce697e97c4723bc5ed3486f6a2a924afc8e9df4814c931a5aaede57c4a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,004
Size: 1.00 vMB
Total Fees: 0.00373373 BTC
Feerates: 30.21 > 0.37 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,619 (159,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
754,860 754,860 000000000000000000013e206576547483d3d7ce430ddd2fa979273c3973c16d 2,177 1.00/1.00 vMB 22
754,859 754,859 000000000000000000066cbc50347de6520f2268e35a28b3718fc20bed7344c3 1,020 1.00/1.00 vMB 5
754,858 754,858 00000000000000000002726e722dfd7573a09f7514c281cef566310b6f3ec629 1,967 1.00/1.00 vMB 6
754,857 754,857 000000000000000000038276edc4524ed66be2349cf2b7713a4ead5de921b777 2,832 1.00/1.00 vMB 4
754,856 754,856 00000000000000000003b18c32336dcdd6edfbd14612e84cec95612399e892d6 3,372 1.00/1.00 vMB 15
754,855 754,855 00000000000000000007b3cb1a55b458117e51ddc4f6c91860b6fde8a337a86f 3,196 1.00/1.00 vMB 14
754,854 754,854 00000000000000000004f3700a04b393cdc069e431239b9a594fa48729394653 2,317 1.00/1.00 vMB 6
754,853 754,853 0000000000000000000096eec17178cc7b9d263dd96b98fd37116ae0da0e29b1 3,335 1.00/1.00 vMB 12
754,852 754,852 00000000000000000002b0056b230b127be05816189d254b520ee26bdd3d90bd 3,085 1.00/1.00 vMB 11
754,851 754,851 00000000000000000002b8423644bf115bc4931c024a16dfc32edb39885f99cd 3,378 1.00/1.00 vMB 14
754,850 754,850 00000000000000000008b01bc233152ec0721f692df0caf4eb68afa8f3095a9e 3,015 1.00/1.00 vMB 13
754,849 754,849 0000000000000000000202268df26bd0ab64beed019ab16071aba6351d4f99d1 1,982 1.00/1.00 vMB 20
754,848 754,848 0000000000000000000326a3752112805924c571dd8e1db850583939e8c285a7 2,614 1.00/1.00 vMB 15
754,847 754,847 000000000000000000008baf04c15e42e8aed09db1d3220d9bef40ff7be1a1ec 1,677 1.00/1.00 vMB 15
754,846 754,846 000000000000000000026b8d4c3228faa73bf9e391e1f1170ee0258539a6e52e 2,476 1.00/1.00 vMB 16
754,845 754,845 00000000000000000000955ee6ecfca57104345d9cde90e0c32cc53be15c13e7 3,149 1.00/1.00 vMB 39
754,844 754,844 00000000000000000002b29fbfde3471de77457b2c9032ce354c7aabbc978406 1,875 1.00/1.00 vMB 15
754,843 754,843 000000000000000000071a9d301687623824a2ca3b2b2ad29ad4c2313a9714a5 2,291 1.00/1.00 vMB 18
754,842 754,842 000000000000000000058e6d020bb8d3055f0ba0480adb73a28517a4bd475045 2,082 1.00/1.00 vMB 17
754,841 754,841 000000000000000000007cb9d071872f13f070d6e57213c131c364a458aceda5 2,861 1.00/1.00 vMB 15
754,840 754,840 00000000000000000006ff7632c36ae2e533b9ace3f9c8f8774fe74a6f91b55e 3,508 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.72 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: 629.67 GB
    • Received: 11.94 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.