Loading Tool

Explorer IconExplorer

Memory Pool

86,777 transactions
32.51 vMB
0.14569942 BTC
Random Selection Loading Transactions
Max Size: 198.45/200 MB

Candidate Block

Mining Attempt 1030ea5d5de666abef6bab13cd2c7325341eccdc0b6b406a89e2978b5208fe87
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 91f7b283cddfb0501259fa95da2d31adb451473d0cd9b2a28cc8443bb8f2b44f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,387
Size: 1.00 vMB
Total Fees: 0.05515683 BTC
Feerates: 301.60 > 5.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (418,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,918 496,918 0000000000000000001ba45587818851bb5d7fb116b497842b8eb19346563c13 2,990 1.00/1.00 vMB 186
496,917 496,917 000000000000000000c659ad1af3a3cd03f1448b9a36ac35ea3c2c7a952293e8 2,267 1.00/1.00 vMB 203
496,916 496,916 000000000000000000428bde470f9a2dd16a17b22457b1d63a2a6ddca86f0190 1,564 1.00/1.00 vMB 155
496,915 496,915 000000000000000000c9ce63f9e6d136fe4a806fbd03e6de72bd30a27cc634d9 2,320 1.00/1.00 vMB 147
496,914 496,914 000000000000000000646a96f4d4eb58821f735231111128cd7f79442765f0cc 2,844 1.00/1.00 vMB 176
496,913 496,913 0000000000000000005b83bb54e7ba6fece8258bcebad1e75a578bc9723da477 2,189 1.00/1.00 vMB 196
496,912 496,912 00000000000000000042e1b58cbd0a338720246ada21beb35bf82c2eafac26a4 2,530 1.00/1.00 vMB 198
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
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.