Loading Tool

Explorer IconExplorer

Memory Pool

25,829 transactions
16.48 vMB
0.02244230 BTC
Random Selection Loading Transactions
Max Size: 96.47/200 MB

Candidate Block

Mining Attempt 9104d873e5dd739fe8635145eef8121dea44e48cfbb559cb5d1010be50126d3f
Version 20000000
Previous Block 0000000000000000000051df37524606ff65cb7d96423e996e8901cfc80a7019
Merkle Root 50babc9e89ba12b1b2ecf8aa5bcf95dac90c47b8c59fdc7c70c6748493f842da
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 1,221
Size: 1.00 vMB
Total Fees: 0.00540830 BTC
Feerates: 101.44 > 0.54 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,134 (3,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
935,926 935,926 00000000000000000002245aa353619b72ecefd7e92295f8a7212c81e4cd9c48 4,473 1.00/1.00 vMB 1
935,925 935,925 000000000000000000018fab3bf4738503a174f046da6a9980ca580e55ae3d1c 4,055 1.00/1.00 vMB 1
935,924 935,924 000000000000000000003a77e46b6ab0e877c48e89c670b6b7e527a516a69e4f 2,765 1.00/1.00 vMB 2
935,923 935,923 00000000000000000000baff6049adcb8dfbc10b92cf58d94191ebb265f81f0f 4,159 1.00/1.00 vMB 4
935,922 935,922 0000000000000000000101970efae10115747e57ad0278fad4cd17a311aeaf3a 3,377 1.00/1.00 vMB 2
935,921 935,921 00000000000000000001d69f0abe26fac6489d59f9049c84b6a94134dd216831 2,657 1.00/1.00 vMB 1
935,920 935,920 00000000000000000000bff23eae27a86d0ce0a6604c27b1705865148592418a 3,439 1.00/1.00 vMB 4
935,919 935,919 00000000000000000000160b36ec12e80289d15f03e82035a5f0b0034709ccc5 3,545 1.00/1.00 vMB 1
935,918 935,918 0000000000000000000039f1847302b96ac2c921e6b0bf5a2aad47a265224ec7 3,214 1.00/1.00 vMB 4
935,917 935,917 000000000000000000017fd74a40d933a26680e7dace27c3446e866d586885d2 3,221 1.00/1.00 vMB 1
935,916 935,916 00000000000000000000c5e924ae1d05ac3996bb876e7efd09db4ae0641fbd12 1,451 0.38/1.00 vMB 1
935,915 935,915 000000000000000000000537f9acf376afab803cc31d985e44af34a16959af9f 2,660 1.00/1.00 vMB 2
935,914 935,914 0000000000000000000176c8b832ace107665d8558d437cefc363c20e124a575 2,910 1.00/1.00 vMB 2
935,913 935,913 00000000000000000000d0f290a3587d7a3c99c5d512ac310a02f5b7a10a36fc 3,930 1.00/1.00 vMB 4
935,912 935,912 000000000000000000001c99eaaedc8bf5cdee603d57e4b93100467201f79d07 3,265 1.00/1.00 vMB 1
935,911 935,911 000000000000000000004166f5d9344a626301a0ca1a96fabbc6a38a168cf4bd 2,948 1.00/1.00 vMB 3
935,910 935,910 00000000000000000002141ff595223f612cf97443e1dcd01404abd90b4bfcec 2,691 1.00/1.00 vMB 5
935,909 935,909 0000000000000000000110b18f7286b7598d8a053ce411a9df79d595efcbfa81 3,456 1.00/1.00 vMB 2
935,908 935,908 00000000000000000001ddea1339fd9084f1ba53fde6cb4c80d812b6edc9c43e 3,933 1.00/1.00 vMB 2
935,907 935,907 000000000000000000016b1778a0569cd4f17eda03e33bc12ed702c7450f73f6 2,866 1.00/1.00 vMB 0
935,906 935,906 00000000000000000001f49efc26ca0645361bb2b2dbd3075186a092af1c4c84 1,346 0.51/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 825.15 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: 4,225.28 GB
    • Received: 232.27 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.