Loading Tool

Explorer IconExplorer

Memory Pool

80,389 transactions
30.88 vMB
0.08999135 BTC
Random Selection Loading Transactions
Max Size: 186.74/200 MB

Candidate Block

Mining Attempt 18ef4f347b16ef3605a6c0881b945e31906df293cae03d4c35b8eeb6371c534a
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 48a07df3372acfa9ff1933bbc45e38e41f81444467ffcfb04891ef2aebf530bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,179
Size: 1.00 vMB
Total Fees: 0.02366581 BTC
Feerates: 110.56 > 2.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (462,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
452,893 452,893 0000000000000000010571610b0955871e1a2d641c4f2fc0d39db9559955f83b 914 1.00/1.00 vMB 141
452,892 452,892 000000000000000001dbb94eaed7b89bf6229b09d849f02cd3f7985da5aa2593 1,869 1.00/1.00 vMB 172
452,891 452,891 0000000000000000025462538734348ee0cab6edb3d7943afcce202ec845e772 2,372 1.00/1.00 vMB 162
452,890 452,890 0000000000000000022227631d5ed9826955a633f72c009053f388847671673a 1,597 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.71 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: 699.11 GB
    • Received: 16.59 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.