Loading Tool

Explorer IconExplorer

Memory Pool

77,279 transactions
29.22 vMB
0.08312633 BTC
Random Selection Loading Transactions
Max Size: 178.33/200 MB

Candidate Block

Mining Attempt cc53bb50b49d985833826b21138d4318eea833c5470a22107b4bb1758bfc59de
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root b2d4b5380ce6d70c0c2bb48ffe1eedac733bbe5a469ae66f6e6b450fc8fd69ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,882
Size: 1.00 vMB
Total Fees: 0.01914815 BTC
Feerates: 301.35 > 1.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (499,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,709 415,709 000000000000000004a54e5e0254574b68a7c19f42837b742e34e493a15e58d2 432 0.23/1.00 vMB 23
415,708 415,708 000000000000000005479f852b9060040635c2c03cb6784b990340fad2eee8f0 2,578 1.00/1.00 vMB 56
415,707 415,707 000000000000000000500de005bdac1a088fc7a557a93480efde716fb98bf4ed 474 0.18/1.00 vMB 44
415,706 415,706 0000000000000000050b17902a088975c944d6a412421c0eb6e1a7d1fec8597b 2,258 0.96/1.00 vMB 42
415,705 415,705 000000000000000000ec74da6d27119f5d1b4795f9fee591b6cacb7e7e83d2e0 1,305 0.86/1.00 vMB 29
415,704 415,704 000000000000000002b1857912e20ddbd1941607292809d227c5dbe76f21382c 1,787 0.86/1.00 vMB 37
415,703 415,703 0000000000000000035f55d40838bf060c1fc89f8ab4bab98aa0f6c3a3f76f49 1,533 1.00/1.00 vMB 28
415,702 415,702 000000000000000002ba5b64667cf3ddded62a8dccf9b99eaf086db0e55b4eb0 2,795 1.00/1.00 vMB 48
415,701 415,701 0000000000000000012689b939268fd256b71781b9cfd5e1b9a588de8f5ec8d2 487 1.00/1.00 vMB 143
415,700 415,700 0000000000000000049ea8ebd42b46a20301e09c9104174054ecbd727cc3aeee 1,335 0.79/1.00 vMB 38
415,699 415,699 00000000000000000329070955a6c93aa45ecc29d47bffdefbb81f0ad9b9c9d1 1,268 0.81/1.00 vMB 31
415,698 415,698 0000000000000000003925004e24daa9a5bff18fe937c402c75d216eca8ef8ea 739 1.00/1.00 vMB 17
415,697 415,697 0000000000000000028f759810bb87eb107c6c3e86041388056805b4781b0ed7 2,592 1.00/1.00 vMB 52
415,696 415,696 00000000000000000473cc1eba7e969f3f3053ee4d59c9efe30e992bd46aad70 2,355 1.00/1.00 vMB 44
415,695 415,695 000000000000000003210d55e071a6365ff42d51f1083c1419af9148a3375ac3 1,249 0.96/1.00 vMB 28
415,694 415,694 0000000000000000059880262738c5350f1305c984aebbfce34018c434035488 1,472 0.99/1.00 vMB 25
415,693 415,693 00000000000000000519051f6dba80f8146595b715d5b82d45bcfdbf654bf417 2,444 1.00/1.00 vMB 58
415,692 415,692 00000000000000000495c1b48e4a6ef09e466792f6ea73d382c92748c81777a6 1,463 1.00/1.00 vMB 23
415,691 415,691 00000000000000000519b1f6d92e69c07676b1f526ae76966c7ab19f89418526 2,143 1.00/1.00 vMB 35
415,690 415,690 000000000000000000c2afe1b53cbf37ebd131672ec4d160fd6122a8b2a2d905 2,227 1.00/1.00 vMB 42
415,689 415,689 00000000000000000069dba2a07b5a242f540387825a99c37a378ee30ebde8c7 3,200 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.