Loading Tool

Explorer IconExplorer

Memory Pool

42,976 transactions
28.46 vMB
0.06424944 BTC
Random Selection Loading Transactions
Max Size: 146.94/200 MB

Candidate Block

Mining Attempt 35b8d4931c015fc15b99b32ce7d08a07a20ab6ee3534802165983ef7210744fe
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root e4b5b7a97ab29ff268eab9b3ffbeef1dd372777f0c3e9bf7d703ce85edb06e59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,038
Size: 1.00 vMB
Total Fees: 0.00925395 BTC
Feerates: 100.00 > 0.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (380,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,107 534,107 000000000000000000060b39fe0bf8230fb0b8d405cdc5dc2f0250d265d100f9 2,742 1.00/1.00 vMB 23
534,106 534,106 0000000000000000000972454a8f0553eaae550dccfc0abd7c9be41e5b0f3078 2,786 1.00/1.00 vMB 44
534,105 534,105 0000000000000000001f3a92d465dee5bac1774163c058283ded524b757fe841 665 1.00/1.00 vMB 19
534,104 534,104 000000000000000000105e7895f9bd15b42e6707abb7b5adb30c708f594d40bf 2,567 1.00/1.00 vMB 22
534,103 534,103 0000000000000000000a021fe9e2ce8b241973d39ce3713fcb584452c9d69884 1,831 1.00/1.00 vMB 6
534,102 534,102 0000000000000000001343ee81dc17108a40c6d700c68e44ba14b535ca4bdcc9 2,494 1.00/1.00 vMB 11
534,101 534,101 000000000000000000173829bc3e4d6c716f30619aaceb7d89fa58d1724b8c0a 2,430 1.00/1.00 vMB 27
534,100 534,100 00000000000000000032b3ebcadaf1b653bd1fa454132d0bd379d74fc7c3227f 1,653 1.00/1.00 vMB 7
534,099 534,099 0000000000000000000b4907eaa05beb7176f615e8bed9ccf8f74735d71e7ca3 1,124 1.00/1.00 vMB 16
534,098 534,098 0000000000000000000fd1f70f78142fc059a10e5118ffbfcc060e16614bf78f 764 0.46/1.00 vMB 29
534,097 534,097 00000000000000000003afe2a3b58406e84f34bfd8322b7a5e46765a070b03a6 2,625 1.00/1.00 vMB 42
534,096 534,096 00000000000000000003b6a4d4e5e54d892a1838575ea0f941938f6413699512 531 1.00/1.00 vMB 9
534,095 534,095 000000000000000000355882ebd469e097b3654859b671f145611a274e2c56bf 2,283 1.00/1.00 vMB 15
534,094 534,094 00000000000000000028aea9aafaf166155af830c8d0b9c247d29bc0aecef953 1,307 1.00/1.00 vMB 12
534,093 534,093 0000000000000000002f5683fc1171ed8e98fa06666e203eff3834a1579deec8 1,119 1.00/1.00 vMB 44
534,092 534,092 0000000000000000002e65adc8b3cb974fe45605a0bfd48cc30e35535ae481ed 690 1.00/1.00 vMB 59
534,091 534,091 00000000000000000008fac99c6240e02e1fef6d99eabbb4e643f9898936a51d 1 0.00/1.00 vMB 0
534,090 534,090 0000000000000000001f2de41face66a88f7bf13606e62eadb3e6e498497bdeb 327 1.00/1.00 vMB 103
534,089 534,089 00000000000000000032c28dd43368d2838c68a83a700ca9a595a8c1b9410b0e 1,072 0.73/1.00 vMB 12
534,088 534,088 0000000000000000002b660b1ab2d5c4481116149bd39b40deddeea8c7181d85 1,523 0.87/1.00 vMB 15
534,087 534,087 0000000000000000000e27e9c6378b4f01fd273a0a9ad06045be14a6166d3c49 1,738 0.91/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 11.99 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.