Loading Tool

Explorer IconExplorer

Memory Pool

73,993 transactions
28.85 vMB
0.07353921 BTC
Random Selection Loading Transactions
Max Size: 174.90/200 MB

Candidate Block

Mining Attempt 528160b861cd15e2e521c686f03c0d91e1008967949655c60782a2cf6f6b5362
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 20ac72e8ef8329bde618fdc7e002efa82049c0ddaba2b1b185f595fa6cf19b73
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,204
Size: 1.00 vMB
Total Fees: 0.00975143 BTC
Feerates: 100.26 > 0.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (810,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,877 104,877 000000000001eb3fc0ecfc2719f660c8be108ffa2f65666cf030722aadef35ff 6 0.00/1.00 vMB 0
104,876 104,876 0000000000006969c51e6568dd71e91c8275e458fb30314eb455c1215a2418f7 21 0.01/1.00 vMB 989
104,875 104,875 0000000000013c772b08617316256104f66e7e4e16e3d6e02fd2434beb5b20dd 3 0.00/1.00 vMB 0
104,874 104,874 00000000000236b5e2e5d0985c5f62bb9c9b3c3551978bb196c97830a4755d99 10 0.00/1.00 vMB 0
104,873 104,873 000000000002789f934c97627fa711430e98af19c35204b75eaffb78901c9d41 3 0.00/1.00 vMB 0
104,872 104,872 0000000000015ba4fe2b2ee70f67e16461f94ed9d5e2a53c8c3f5427b6b718e6 3 0.00/1.00 vMB 0
104,871 104,871 00000000000156cd4caae7804d61f301f036734b773e24fd26e10b74190f35b8 3 0.00/1.00 vMB 0
104,870 104,870 0000000000019ad5e010df57c0b2df9998c0b67b3f77fd49537444a9a44fb0b1 4 0.00/1.00 vMB 0
104,869 104,869 00000000000278bcb6073700d6a16d90c6bd69bb42e04aa00d4446d12b5e0d75 21 0.01/1.00 vMB 0
104,868 104,868 000000000002a0857a34b62985ab47b30d08ac2afb8336f48b4c822c55adb0f3 7 0.00/1.00 vMB 0
104,867 104,867 00000000000136b8d532517be09575759a20dd83d45bdbc24a93ea8a81d52f9d 4 0.00/1.00 vMB 0
104,866 104,866 000000000002ef8451c06057e2117689dd8aca67348cdfcf1a8ef96ad609c0f0 1 0.00/1.00 vMB 0
104,865 104,865 000000000001376402032c9390f1d45a9cfb53bc3bb130814d8adbef1ad0006a 3 0.00/1.00 vMB 0
104,864 104,864 000000000000fbd6dff9fa0131a50c0107ceeac1c850f4efcfeaf4bfcf376a1a 3 0.00/1.00 vMB 0
104,863 104,863 000000000002f71d66178b2487c933dcf4a97244949659dea6897b39834d4620 3 0.00/1.00 vMB 0
104,862 104,862 0000000000020080d9c5642feb03c6ec7731f4e66c13c7ab6cb85ccc0db0d73d 5 0.00/1.00 vMB 0
104,861 104,861 00000000000000ce014f0d25df59270f894ec7e131af7a12de411f0627e2474a 2 0.00/1.00 vMB 0
104,860 104,860 0000000000020c45272071649f1b1c58c61838a4121591f38556f3e4a1ba2291 3 0.00/1.00 vMB 0
104,859 104,859 000000000001d36e309757d27f9bcdf74d53f64c40a92154879ba72bcd2721c8 1 0.00/1.00 vMB 0
104,858 104,858 0000000000017a5cf12591f0fa8ce687e253007b489d9fdd82bc186e53fa01cc 1 0.00/1.00 vMB 0
104,857 104,857 0000000000021626d801e36a8fe221dc96406c7ce468fe588db10bd79aa71a10 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.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: 743.23 GB
    • Received: 18.69 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.