Loading Tool

Explorer IconExplorer

Memory Pool

86,093 transactions
32.98 vMB
0.07826090 BTC
Random Selection Loading Transactions
Max Size: 196.29/200 MB

Candidate Block

Mining Attempt c69e41f307a132bcc92813e3116146236d4b229d274840fc7e70e43b82cb9bb0
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 3e7ec01518d83991f58157c3b84582a1d67721888d923b32d9e4f75f75a22a14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,377
Size: 1.00 vMB
Total Fees: 0.01285399 BTC
Feerates: 203.60 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (851,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,015 63,015 000000000ab2a84e40f687d0139ab7d2fc9926a766b7635bd637562419d94913 1 0.00/1.00 vMB 0
63,014 63,014 0000000004b6afe382a546cc2c1e556c92ac16dccaa51fdeff95ad1e3a6a658c 1 0.00/1.00 vMB 0
63,013 63,013 000000000d163938f9ea660c4c9ce911f214d014faa501e32ff6f782a1fa51dc 1 0.00/1.00 vMB 0
63,012 63,012 0000000009f4ebd3bae72cb0a53bbadf495df17646f6f25c07f5b1d20c0a2873 1 0.00/1.00 vMB 0
63,011 63,011 0000000006bf8f3237efaf0ab35fd614c1861a1e8aed07ba05e1ebbd7641b02a 1 0.00/1.00 vMB 0
63,010 63,010 00000000092a2f466bbdc4080daa9ac67a0334b385b4b3190df530e97ba26e59 1 0.00/1.00 vMB 0
63,009 63,009 0000000009cfbc304a3c417de76fd953bfaf36716b3003e405378b36188ea69d 1 0.00/1.00 vMB 0
63,008 63,008 000000000070d3324031ee2e666256895b8f7875005fb89c1dd012f2f14d6e5e 2 0.00/1.00 vMB 0
63,007 63,007 0000000001b886d81779f1d60a105e455d001a5e2ea1f66b9352dcf57471b464 1 0.00/1.00 vMB 0
63,006 63,006 0000000002e20156a64aecec7110df7042ff6536eb1c5d633d1ac7217f5ab84e 1 0.00/1.00 vMB 0
63,005 63,005 00000000010dcff4387dc11aa71cdadac5323120f42da240284fbd0c0651e0b7 1 0.00/1.00 vMB 0
63,004 63,004 00000000049b574422aab0062a1a4cb9792d5098575e17d6558db51afb878a1b 2 0.00/1.00 vMB 0
63,003 63,003 00000000013ffe4266248b2344b8ebcb0bcfcd9eaf5c7ee0139963ee63e08ea9 1 0.00/1.00 vMB 0
63,002 63,002 00000000017f68c196844f9b19cea3167a301533e17d897c2a950c5c12ad4fab 1 0.00/1.00 vMB 0
63,001 63,001 000000000c27b31be4db0ea3d800ceedda97cfe6db4a21746d319d2a56bdb50a 1 0.00/1.00 vMB 0
63,000 63,000 000000000abcf1c5c959bfbbdf5ad13054a1c43e60e168d6ef790b8200e0891b 1 0.00/1.00 vMB 0
62,999 62,999 000000000c0c74393b7549d03cf573fc54748de767109ef5fa81ceb62933e20d 1 0.00/1.00 vMB 0
62,998 62,998 000000000120680b56fd98990e394c381a82d8019592591d9ea3f2602c231bc0 1 0.00/1.00 vMB 0
62,997 62,997 00000000068d638e6af5a23957163673aecbec4c179b87125c25e67ada3fb5d1 1 0.00/1.00 vMB 0
62,996 62,996 000000000cd3b03fb3c6ff4ada1bce5b726ae3daa52717512e9b71166a2b1ac5 1 0.00/1.00 vMB 0
62,995 62,995 000000000c714f11135cc08a3a7d5a72506b604be35b9e7d9b6d59522a79cb7e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.