Loading Tool

Explorer IconExplorer

Memory Pool

78,862 transactions
29.20 vMB
0.12009865 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt 48b44c1832b32c1c44f7cd46c734376b95a2f52b4823a543565f8e805672317f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 3a0af9d2681bee559992e275f4d1659faa3a150d5de30bc56084d45b4ccd3a6c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.04359082 BTC
Feerates: 150.80 > 4.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (418,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,911 496,911 000000000000000000a945458d8e5d074bb4de8336c332e98b9885c896b1f692 2,456 1.00/1.00 vMB 194
496,910 496,910 000000000000000000627b4517332f20961f3d1e7186e241ae525f3b96e79a68 2,433 1.00/1.00 vMB 201
496,909 496,909 00000000000000000059e643010eba02b5d47d6d8f7da99a1696ad96dfe511e3 2,735 1.00/1.00 vMB 230
496,908 496,908 00000000000000000032745b337d2150484f356bc49bcb1db90f65569aa6e1ad 2,304 1.00/1.00 vMB 194
496,907 496,907 000000000000000000852b50605dbbdf4bc13cee5ac672bd52474e31efcf957c 2,774 1.00/1.00 vMB 150
496,906 496,906 0000000000000000006ff96c3091e81be03dfe55a39ce779ed14849bacf0f37c 2,375 1.00/1.00 vMB 142
496,905 496,905 0000000000000000008affa69991a0eea4c6a32a17b61436f62c485090569f18 2,950 1.00/1.00 vMB 172
496,904 496,904 000000000000000000ae12d6fef43bcc51d760ea5e6ceaf0d308f637d3cf54ad 2,367 1.00/1.00 vMB 158
496,903 496,903 00000000000000000074d33bad8f52f887c3692beb87f356ee9ea35e12d78edb 2,612 1.00/1.00 vMB 195
496,902 496,902 00000000000000000023ac45dafbc1b0ce31ef856a6a8e414bce41d0e459d350 2,746 1.00/1.00 vMB 213
496,901 496,901 0000000000000000005654b9583e326f3c3dca587b431178233a1bd019f1188e 2,852 1.00/1.00 vMB 176
496,900 496,900 000000000000000000862f936c57d9c4df596fa50408017511c763f66677ccad 2,840 1.00/1.00 vMB 174
496,899 496,899 0000000000000000003d3caf869377f506db2c3336b8506ec3977c409ca2d8cf 2,440 1.00/1.00 vMB 175
496,898 496,898 0000000000000000008dcc0d3f596543afbdd34f7f7e50d2d62b3039d76ae6bd 2,235 1.00/1.00 vMB 160
496,897 496,897 000000000000000000c848c8af9fe67116023b9899bae8c5bf6bc1dce10f1db0 2,808 1.00/1.00 vMB 193
496,896 496,896 00000000000000000046ba6be0d96135420a542c8e2dfa66f4f20af226f8cd36 2,750 1.00/1.00 vMB 173
496,895 496,895 0000000000000000009cff68b16d9cab70d7c87fdc764e17378f315af32a0cec 2,412 1.00/1.00 vMB 195
496,894 496,894 00000000000000000043719136721f3f9d8c5384f22ff0d3ba197c253dace092 2,724 1.00/1.00 vMB 194
496,893 496,893 0000000000000000006e37f8a45782416b0321e08959a36f13f3f728af38ff3a 2,401 1.00/1.00 vMB 199
496,892 496,892 0000000000000000005c875a376b572c14e0cdfb6b97b2a228726118a0d8eac9 2,556 1.00/1.00 vMB 234
496,891 496,891 0000000000000000000ff620b356aee48d62b4d37e218dc8ef62ea7d59c53e19 1,724 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.