Loading Tool

Explorer IconExplorer

Memory Pool

77,445 transactions
29.09 vMB
0.10099913 BTC
Random Selection Loading Transactions
Max Size: 175.07/200 MB

Candidate Block

Mining Attempt bbaf18fccdee1d452b58aac971adf1110ece32224e8e700899b02f1197ab1c98
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 78625c098f72f39c3e0845abb992688aa77b54a9b1d96ec04b0207418e21f4b5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,540
Size: 1.00 vMB
Total Fees: 0.02693524 BTC
Feerates: 453.09 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (912,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,302 3,302 00000000522607f1c46c1cc2f537863f0cf2ba7af30a6fe52c56b274d64f6390 1 0.00/1.00 vMB 0
3,301 3,301 000000001a2b99010ab59e07281c075ffdde342a1564ba1419036c30e4dff0f5 1 0.00/1.00 vMB 0
3,300 3,300 00000000e5a427932794530bbadc6a9a6c354f030da4cd9b5765d866b51502fd 1 0.00/1.00 vMB 0
3,299 3,299 00000000310ac14a0f1fc6adfbdddfecd334a884315fa4373a80b9e46b3e7704 1 0.00/1.00 vMB 0
3,298 3,298 0000000009b872c83e6911694e0af5989fa0c8fd958f1d741629da4c32d53001 1 0.00/1.00 vMB 0
3,297 3,297 0000000031348600da1c5b2dadd17d6c37c6ebdfa8a4780d10648701a7a0be16 1 0.00/1.00 vMB 0
3,296 3,296 000000005e77d434e55f6e6cbde60cd5b829fba71b09859232e7dc7198884e40 1 0.00/1.00 vMB 0
3,295 3,295 00000000758942f38a5522308f14268ba7aa05802af5a86f99c88bef84380421 1 0.00/1.00 vMB 0
3,294 3,294 000000003c1cf3c7ce9d708f00fd77e80c5e736aaa351606575e44c638677b44 1 0.00/1.00 vMB 0
3,293 3,293 00000000f93a3117431247c4f24c86cf2085a29117076491dabe022c9d2cb69c 1 0.00/1.00 vMB 0
3,292 3,292 000000000e4523a52ec47847eb7bd92e9d2d2c535decd665807b577e62999b1e 1 0.00/1.00 vMB 0
3,291 3,291 0000000010abb476c7bac26a22b8907f0299fa6a1486238b61b47d0370b6259d 1 0.00/1.00 vMB 0
3,290 3,290 0000000032450768c775c1ba0d5a64939d77b304553d46919061eac43a3d077f 1 0.00/1.00 vMB 0
3,289 3,289 00000000f96d0a7c59d04b7847ca1c0d64e1b04cd4b582b519dd5e3370116701 1 0.00/1.00 vMB 0
3,288 3,288 0000000036dbc6ad310deeaa24e1a840f4a19da9a01e6cf95092862de20228c2 1 0.00/1.00 vMB 0
3,287 3,287 00000000460ddf4975bb46903298de10afc2b44d7e1cffec0ccfbcc04902ce2d 1 0.00/1.00 vMB 0
3,286 3,286 00000000f10906b2ba9bc24818a505636a81767da51f266deb79ea06297aebdf 1 0.00/1.00 vMB 0
3,285 3,285 00000000b995aedc9be48fdfe76499c79c9db2b6515e72c10483cf573aa325af 1 0.00/1.00 vMB 0
3,284 3,284 00000000390b31bb5fa93549aa99b5e86f877b4d07b725fd350f9c9481a31eb5 1 0.00/1.00 vMB 0
3,283 3,283 000000008cd94d166f06496bd1b706ac2ee225cad04386fac39f7ee8d66f79b8 1 0.00/1.00 vMB 0
3,282 3,282 00000000813a8b18394a8b96d47f53c9e417107aaab692a408659a881e3c1f4d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.