Loading Tool

Explorer IconExplorer

Memory Pool

76,555 transactions
33.62 vMB
0.13083629 BTC
Random Selection Loading Transactions
Max Size: 188.05/200 MB

Candidate Block

Mining Attempt fc701e5fdbdb71b69b13a5d7530d7db37e25b37ae1cccd81093a1c4efb6ae9bf
Version 20000000
Previous Block 0000000000000000000149a20e5737c11062574f96dd685c21043aa3b1b102c8
Merkle Root dc00b5371e37b6a058fc6bc81afd16d05b797fa3fd7443de60cc240e60f55562
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,920
Size: 1.00 vMB
Total Fees: 0.02176190 BTC
Feerates: 445.78 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,419 (109,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,250 806,250 000000000000000000026fedd727c691cf07e13e792b5e47d8c0ca10d71b529c 3,630 1.00/1.00 vMB 17
806,249 806,249 00000000000000000000746cd68fb9ff36e06615c94b115bc3a7545d8f377e2e 7,766 1.00/1.00 vMB 11
806,248 806,248 00000000000000000003c534d1ec2018efb25562f78031f9ec5abc46849e4aaa 6,980 1.00/1.00 vMB 11
806,247 806,247 000000000000000000018188a3e37992a2564b33e49da0d9fa86b28742b5c349 1,467 1.00/1.00 vMB 12
806,246 806,246 0000000000000000000167c2760a672d4ceeece338f83a7157604a6b91b137b0 5,815 1.00/1.00 vMB 13
806,245 806,245 00000000000000000003db141f8974bdcc889e3942f76c13e460e10583bd826b 5,384 1.00/1.00 vMB 15
806,244 806,244 000000000000000000043f71d3ffc1d4716490e33c78bffde582512c8a5a22ac 2,959 1.00/1.00 vMB 14
806,243 806,243 000000000000000000041c651794f12dbc25868c1672d7b4f8d8757e37229156 2,962 1.00/1.00 vMB 16
806,242 806,242 000000000000000000005af4c2f80a184fcc94e4c59898b40a07c13dfe1113a6 3,215 1.00/1.00 vMB 18
806,241 806,241 00000000000000000004749dcd54322e7c956f9cb3c02482ffbd97723595df7e 2,129 1.00/1.00 vMB 16
806,240 806,240 00000000000000000001d45a77dead3a80bc198d3cbd717dea2eae19d242dccb 2,734 1.00/1.00 vMB 22
806,239 806,239 00000000000000000001c17ef6ccb4401725b1900daeb546050509c49efa531d 1,983 1.00/1.00 vMB 21
806,238 806,238 000000000000000000014ab7edf8d58dcea728b4514a14a7950324da5875c603 4,193 1.00/1.00 vMB 15
806,237 806,237 000000000000000000046d0800b7a96c535cac401e6c523e1cbbb1dc0637ab00 6,885 1.00/1.00 vMB 11
806,236 806,236 0000000000000000000162a726ee7b82247397c2fdb368c7fa11d2f5240ad6cf 6,157 1.00/1.00 vMB 12
806,235 806,235 000000000000000000050a7e56a732665484508781a58fb0a73a2d200597af65 3,511 1.00/1.00 vMB 21
806,234 806,234 00000000000000000003794297d0801b07a26ae117f50a8ab7f66153e7beafa1 3,105 1.00/1.00 vMB 21
806,233 806,233 00000000000000000001c0d011d4f9e37a4f74da7e9c28293bec9cde8e8bd7ef 3,149 1.00/1.00 vMB 13
806,232 806,232 00000000000000000003c610174c2a7976c2c92b5f1ded8a86c34f53edabcaf8 2,988 1.00/1.00 vMB 12
806,231 806,231 0000000000000000000259c284a531840bc53d96307873b5a2e3cc33953b8d78 3,606 1.00/1.00 vMB 17
806,230 806,230 00000000000000000004d46e253448d5b3e8b60c0b53ff241082c20e73178281 2,844 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.12 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: 736.47 GB
    • Received: 18.58 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.