Loading Tool

Explorer IconExplorer

Memory Pool

77,431 transactions
29.90 vMB
0.10526142 BTC
Random Selection Loading Transactions
Max Size: 178.66/200 MB

Candidate Block

Mining Attempt 62cd4f62636a66eefb7b294d93577970985ea73ceb59712ae2619ea785a35e2d
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root edc26df5237778a76b637d8a13a0e92903c2b82e3ee68d222a5840c6fac71469
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 891
Size: 1.00 vMB
Total Fees: 0.02282500 BTC
Feerates: 21.31 > 2.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (462,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,914 452,914 000000000000000000d8b8294b2a56339372a2e95fbec26c752819551df60634 3,410 1.00/1.00 vMB 77
452,913 452,913 000000000000000000251529f7836e516498af18a1bc0ae373d00e19d70fdde3 2,525 1.00/1.00 vMB 77
452,912 452,912 0000000000000000014b2aa444c8b8e601d5a87cd0ad3cb9385f2a90a8b9597a 2,027 1.00/1.00 vMB 107
452,911 452,911 000000000000000002818423b5c89a0402389bd7bd8e34b73bad1fc711cfa533 1,363 1.00/1.00 vMB 77
452,910 452,910 0000000000000000003d627b273d9980735d0de5787e4a2e81b783eb34c56edf 1,876 1.00/1.00 vMB 79
452,909 452,909 0000000000000000004cab774f7091b474a7179e9736f122f36918dd084c45f0 1,853 1.00/1.00 vMB 92
452,908 452,908 0000000000000000028048d510ccd3e24edd3a0b1c4013651afcc260bcb3be68 1,862 1.00/1.00 vMB 115
452,907 452,907 0000000000000000000eec111a0e644cb1142a7fa3471a1b3395d22b8f6007da 2,042 1.00/1.00 vMB 97
452,906 452,906 00000000000000000278a6c57a8f5e82a37d7c39d794e975e235e5cf64cfa3eb 2,190 1.00/1.00 vMB 105
452,905 452,905 00000000000000000069b62c63e8ff12a61005207e31b170e45b72cc3ac85963 1,910 1.00/1.00 vMB 122
452,904 452,904 000000000000000000d050d1fcdb7e58173b14b7ba944cf0545689dcc10dfe43 2,104 1.00/1.00 vMB 118
452,903 452,903 0000000000000000019fc083fda840e183c7ad87910b83a866c523d0e87cf945 673 1.00/1.00 vMB 104
452,902 452,902 0000000000000000020f5e5598282f2ea3df658e552e761e65e9295051aca033 2,594 1.00/1.00 vMB 145
452,901 452,901 000000000000000001b49b15121cb411d4fec25b156e61e4a410fb0f0f60f73a 2,478 1.00/1.00 vMB 140
452,900 452,900 000000000000000001ba782f59ed01608cafc3c26d7add7c7fa66ac662e6968f 865 0.75/1.00 vMB 118
452,899 452,899 000000000000000000401e77fad9b4ab6856f79ffda76497af9a0d513738744e 470 1.00/1.00 vMB 106
452,898 452,898 000000000000000000ff1e01ded6c8017da9ee2f6958e138024b0dd33d1b3087 2,266 1.00/1.00 vMB 119
452,897 452,897 0000000000000000008eb686d5f26fcab48c17e7de6f0d174574977e3aed91f5 3,016 1.00/1.00 vMB 131
452,896 452,896 00000000000000000267c1be4bb7d049d8f219ba8777c52703fa0e2769f1165a 2,524 1.00/1.00 vMB 128
452,895 452,895 0000000000000000028a9f0220e98eeadcac6013574208480ade7b1d1d29a8fc 1,878 1.00/1.00 vMB 155
452,894 452,894 00000000000000000267f0c7178a1d3e694498cc03c2a44454e05970f17450fb 1,085 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.87 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: 713.06 GB
    • Received: 17.29 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.