Loading Tool

Explorer IconExplorer

Memory Pool

35,096 transactions
27.25 vMB
0.05687370 BTC
Random Selection Loading Transactions
Max Size: 136.63/200 MB

Candidate Block

Mining Attempt f6726195de8a777a232e6c1c1dec68a82ebbf0a45b388d37b05d50e0326632e3
Version 20000000
Previous Block 00000000000000000001cabb4e7f62bd7290563fae05cec6bc36b800b52776e6
Merkle Root eb65c446060c640399931790c0ed049500bb0716542b494969256d44b0c23693
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,045
Size: 1.00 vMB
Total Fees: 0.00538446 BTC
Feerates: 60.13 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,635 (81,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,872 832,872 000000000000000000034bd8129313ccaaf51e95e7fa7b8e57ee58d5a5d01c28 2,740 1.00/1.00 vMB 76
832,871 832,871 0000000000000000000136aac6aba247ce6faad7b7d13bca2629ace7c536b7ff 2,940 1.00/1.00 vMB 41
832,870 832,870 00000000000000000003029d81f9fb6a9efa176b9211cdf5f22ebc1630c118ae 1 0.00/1.00 vMB 0
832,869 832,869 0000000000000000000218bc7c3f16f81350f3ed5e0d7ba30d4004a82f7c3355 2,828 1.00/1.00 vMB 52
832,868 832,868 000000000000000000005dd8e250bb800e64a4ce3ff2d382a5981bd14acbf7e1 2,615 1.00/1.00 vMB 31
832,867 832,867 00000000000000000002f243329fbfbc0ea19d5052860184e745fd30ed26d231 2,795 1.00/1.00 vMB 39
832,866 832,866 000000000000000000020bcece08fc0ba557e9d03b9e0cd6f69bb3423e359602 2,692 1.00/1.00 vMB 26
832,865 832,865 00000000000000000002bb555de248849038afd59ade41e4796b4aee6d85c5ae 2,412 1.00/1.00 vMB 29
832,864 832,864 000000000000000000020319b4fb7c8d25cae544afe8600cc383fdd3e84d47c5 3,008 1.00/1.00 vMB 42
832,863 832,863 00000000000000000002449650ec6d4805c2dea8ba4e02854ff19d604fdf46f7 3,224 1.00/1.00 vMB 53
832,862 832,862 00000000000000000001ad1b42a952beb31170ef5f358c2ab4dc0125c3d7125a 3,118 1.00/1.00 vMB 53
832,861 832,861 0000000000000000000209903b15c81c5c9b012d3fa255fa5b9d8e6b320a8681 2,587 1.00/1.00 vMB 26
832,860 832,860 00000000000000000001b9bfd5d28c6df01f2a6795839c9c2f3dc67eb2bbca85 3,276 1.00/1.00 vMB 41
832,859 832,859 00000000000000000002b22650cae8b5bca8237dc923485b7b47105ce1e1ba71 2,782 1.00/1.00 vMB 32
832,858 832,858 0000000000000000000368444cca132b15e73e70bcb24f4a83387d9f74b2918c 3,135 1.00/1.00 vMB 44
832,857 832,857 000000000000000000027d6743e30a2daae0d1c223e49936185a51f650bd882d 3,110 1.00/1.00 vMB 47
832,856 832,856 000000000000000000015e2bc4e8250df0c01609d1b160d3b58bb411c428a0f5 2,893 1.00/1.00 vMB 23
832,855 832,855 00000000000000000002400e42dbd15dda84c77ba10a359360edea39ae8e0c50 3,241 1.00/1.00 vMB 23
832,854 832,854 00000000000000000001c7c95c06eb3128a7f1cb3ce92b60af1047989828476e 3,230 1.00/1.00 vMB 26
832,853 832,853 00000000000000000000b63c3e2ad17229b2a1498b4d49edcb31868804d0a515 3,818 1.00/1.00 vMB 40
832,852 832,852 0000000000000000000059fe595d40bcd10fb1d02080fd2721e1bac7cb6b97bb 2,436 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.74 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: 630.60 GB
    • Received: 12.04 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.