Loading Tool

Explorer IconExplorer

Memory Pool

74,033 transactions
20.07 vMB
0.04957291 BTC
Random Selection Loading Transactions
Max Size: 135.18/200 MB

Candidate Block

Mining Attempt b2d10e4dc84852bc7d997a5ae9bd93b140f1770f38a080362e857fe636cc5612
Version 20000000
Previous Block 000000000000000000003f33d8a803536d94ea571231a957ca3aa26e1c362027
Merkle Root 43fe9c947518f655eab4e07fe93931ecad6c75f74154cfc1ae85be58b169e055
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,873
Size: 1.00 vMB
Total Fees: 0.00601154 BTC
Feerates: 100.53 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,001 (830,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,608 85,608 0000000000050d4a018cc131926c8a67141c2fb75bda13f66809792b24ed1d11 2 0.00/1.00 vMB 0
85,607 85,607 0000000000255af15a66afded9bf990c912fb4f0c342d5a6077de41fe17670d9 1 0.00/1.00 vMB 0
85,606 85,606 00000000000345347c8086dcb046cd89a667250eda80f0ec492fdd1251b14265 2 0.00/1.00 vMB 0
85,605 85,605 00000000000e2e87ff986c4ab81b2988cdb01126550895bdabc358cb931fee47 1 0.00/1.00 vMB 0
85,604 85,604 000000000002a6c30c50b48e57048112c0fdb31aaf8583ce06a6dd4336d5ab3b 2 0.00/1.00 vMB 0
85,603 85,603 000000000022b0c0c85306083505e5f86d5d4fbde2e7e4a2db9fdd2ed14d5b4c 4 0.00/1.00 vMB 0
85,602 85,602 00000000001b7b402b2b04e19690b20c8527a4b5cdf88cf4dad5d2a7855f3ce3 2 0.00/1.00 vMB 0
85,601 85,601 00000000002afeaa4d5d2c0ac4f71aecc90454d65ebabe4e51d4805f15ecc7ca 4 0.00/1.00 vMB 0
85,600 85,600 00000000002af69e311402c8f3bf588367546a433ceef0381c1e75eb69d9561b 1 0.00/1.00 vMB 0
85,599 85,599 000000000029ae5c0580bb16e58668a72c6038abdd51725e8f57cf5cd04eff19 1 0.00/1.00 vMB 0
85,598 85,598 000000000024f23f47665e135882aadcdaae73f58cc51d1dc9b859fe9bb8bfb4 4 0.00/1.00 vMB 0
85,597 85,597 000000000022d44a4193ea7fef2eae6f6f12da69e8f53fcd9ace6fdd1a43a227 1 0.00/1.00 vMB 0
85,596 85,596 00000000000a9fcc257f332a9354ff8f95e362a28baadda4a07f72f5977ce891 2 0.00/1.00 vMB 0
85,595 85,595 00000000002222cd43a3b26561c297eab0566b65ee109ccca3957e852393f59f 5 0.00/1.00 vMB 0
85,594 85,594 00000000001ed1f76e0fc42b5ea95de2a8f04c63e272a8f82743e265f8446b6e 1 0.00/1.00 vMB 0
85,593 85,593 000000000011cc763b3b5b456edffa0dff9bc2a1224536762c9495185d8b2977 1 0.00/1.00 vMB 0
85,592 85,592 00000000000550893bca8bfbf8598a6f6004e12f4fd20b5cc684ca7236fb6084 1 0.00/1.00 vMB 0
85,591 85,591 00000000002ebb59ab49db352191ad4d9a18392e96c41ad146835b95364633a8 2 0.00/1.00 vMB 0
85,590 85,590 0000000000164cf8ebd1bf2e38505e1416c549bc38a3524bec0fe3b21e8789d9 1 0.00/1.00 vMB 0
85,589 85,589 00000000000ce5831f202f8ac98f9248dffa95769d948ea49a87c249a5697cf7 4 0.00/1.00 vMB 0
85,588 85,588 00000000000c8a78c9d0b0300c1958ca7a4b7601f4979f83ebb2208e9e8764b3 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.12 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: 808.02 GB
    • Received: 23.24 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.