Loading Tool

Explorer IconExplorer

Memory Pool

35,678 transactions
25.64 vMB
0.08112033 BTC
Random Selection Loading Transactions
Max Size: 131.12/200 MB

Candidate Block

Mining Attempt 5d15fc67c261865ded55bebb1bff16aeb7ee05a727f4903d846260b1dd3e8f5c
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 26ca023b13232b5ae45073ba1bb3f7685145de85b1e4cd0a3d6c7d5fa96a08a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,325
Size: 1.00 vMB
Total Fees: 0.03427542 BTC
Feerates: 171.09 > 3.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (444,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,933 469,933 00000000000000000078e70c8716972deed13cd5e4a0a24ecf5cf242308142b5 2,012 1.00/1.00 vMB 394
469,932 469,932 00000000000000000155e71e28177550db8ce7e7dbb551f5add94a14e1c0f993 2,252 1.00/1.00 vMB 418
469,931 469,931 00000000000000000099313f55fc9808ee8d0af84d2f4a9ed40da8afe6bd065c 1,986 1.00/1.00 vMB 427
469,930 469,930 00000000000000000188f5018b584fab804173e7114d6e477289877a1392800f 2,295 1.00/1.00 vMB 491
469,929 469,929 0000000000000000007aafb5274b402224d55f10c80ca09f9a8b96e04be46802 2,004 1.00/1.00 vMB 460
469,928 469,928 0000000000000000019c07b24789a1b44c65b3ce4fcc0948343d2e509a58acff 2,231 1.00/1.00 vMB 433
469,927 469,927 00000000000000000129a2af75c06b154bd2757539ce58a359068ace6ae2d65f 2,474 1.00/1.00 vMB 438
469,926 469,926 0000000000000000019a64c85dcce53a62b39784ddd818c63535528d9747976e 2,272 0.99/1.00 vMB 460
469,925 469,925 00000000000000000026c51083e8485f6b96bdd98801761588293dad3d1679e8 1,794 1.00/1.00 vMB 514
469,924 469,924 0000000000000000012ddc29d6c0723c9d736aecbfee26e296774613b7878da1 2,395 1.00/1.00 vMB 90
469,923 469,923 00000000000000000119f9a29e17c1ce9f79b26d136eff08b104d2fae7907b12 2,521 1.00/1.00 vMB 90
469,922 469,922 0000000000000000010f4929360c1b9f079c481b1119c3ee36a2f52c92d12cc6 1,539 1.00/1.00 vMB 262
469,921 469,921 00000000000000000079c8a0061b2c0dd6fc6e89e68041a6b691a56ad45dead2 2,323 1.00/1.00 vMB 428
469,920 469,920 000000000000000000911be20d9d9aa9eb4e23ee566c27b140c0dcc50e2d6072 2,276 1.00/1.00 vMB 360
469,919 469,919 00000000000000000170f06a2f8a37ca6209f29517503e537ce938584c54e627 601 1.00/1.00 vMB 244
469,918 469,918 000000000000000000c7dbe61219669ff3ca2e93b0bd8fab17280c30247159d1 828 1.00/1.00 vMB 179
469,917 469,917 0000000000000000000e04462a335889325cb0b30e41ca5edc310be721a99c29 2,254 0.99/1.00 vMB 330
469,916 469,916 0000000000000000018a2835396a97ff2f74f5b66f627bdebf763b3f4d781f94 1,054 1.00/1.00 vMB 159
469,915 469,915 000000000000000000e273c41762355a274f5350205f217e35bb932f7db65c6e 2,486 0.99/1.00 vMB 425
469,914 469,914 00000000000000000134a01fc4456ce2c1f5bf7d05975588ee6b745820b7f88f 2,319 1.00/1.00 vMB 361
469,913 469,913 000000000000000000060d9cc7596f2dd6871b03ec6453d9a4e31b042489c710 2,586 1.00/1.00 vMB 449
Previous 10 blocks ↓
Total Size: 781.82 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: 635.73 GB
    • Received: 12.32 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.