Loading Tool

Explorer IconExplorer

Memory Pool

25,791 transactions
27.12 vMB
0.06162164 BTC
Random Selection Loading Transactions
Max Size: 129.56/200 MB

Candidate Block

Mining Attempt de096d4f7a8121bbc96e8f22caed0c5814c703c89850c5bf0ce0e5731e7ebe2d
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 58316ede5858269a93742c504b9e43c827ccb6c77001a7556607d0dc9a141a6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,617
Size: 1.00 vMB
Total Fees: 0.01055998 BTC
Feerates: 150.93 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (822,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,376 92,376 0000000000038ef7f6a3b64f32994b5902289c0d46cbd4a86afc83b19f767c21 2 0.00/1.00 vMB 0
92,375 92,375 0000000000063ae1ffe1b2c5430969c46c2e9d34a2d6673de8006d758afcc11a 3 0.01/1.00 vMB 0
92,374 92,374 00000000000186a9a416a00cd9b5558f6d49329a329cb0509ee6a393b0f176da 1 0.00/1.00 vMB 0
92,373 92,373 0000000000037090e52a6dd8b9d9594f399cf146b1ddaa81b8ce498738fe560e 1 0.00/1.00 vMB 0
92,372 92,372 000000000002d6bd7f26a665ef2ec6233691de2ea7b0cb3915bfaf97d43c0be2 3 0.00/1.00 vMB 0
92,371 92,371 000000000001242d86a3aa59bc46bb246b548d85a56f84e2afe56ec8c4d29ad7 2 0.00/1.00 vMB 0
92,370 92,370 000000000007cf08e70c1a107024616450440c69053a7af482b4662c2a6e7032 1 0.00/1.00 vMB 0
92,369 92,369 000000000008e26a5d96c90324be4c0bd5dca9fef2d4c39c05483608913bd5b4 2 0.00/1.00 vMB 0
92,368 92,368 00000000000a2e3ccbfe19db78b55c1ea8e758ac0d4e9672f95b213096fa2dba 1 0.00/1.00 vMB 0
92,367 92,367 000000000003334f28914411e55c789e2da2617ddbfd5004506ddea31244ad24 2 0.00/1.00 vMB 0
92,366 92,366 00000000000e44e8f203a8ef09827c6df544f2c7fced7daf7f2e7d5d05d174eb 1 0.00/1.00 vMB 0
92,365 92,365 00000000000db2bf1c6694cc243587cdb940bc519571e4ac5336bd44275aee74 2 0.00/1.00 vMB 0
92,364 92,364 00000000000448e1183d7647e3aa822c86934c2e01974cdb59c1f83e377d1b6b 1 0.00/1.00 vMB 0
92,363 92,363 00000000000979d6ae7104b556c56f865088a4c8441429ef3ee591adf84e3e2b 4 0.00/1.00 vMB 0
92,362 92,362 0000000000002758d0a1cb45d1c41afb71541de9b8bf7f7b40b2504b9695382d 1 0.00/1.00 vMB 0
92,361 92,361 00000000000dae8ff4ad2ce5977764400ae4b539e701ad5b677ed2a230bf193f 2 0.00/1.00 vMB 0
92,360 92,360 00000000000b3ef045dfff8efa48778ca6d23ab8518bcd3b01e8b98e6f66fe6f 1 0.00/1.00 vMB 0
92,359 92,359 000000000002a5ca7b71ec2a3fcde600074daf204a50776967fa81177bee5927 2 0.00/1.00 vMB 0
92,358 92,358 0000000000068b724ae5b01146bf5789d679791ca65c1bf61ae36e386e4c3c54 2 0.00/1.00 vMB 0
92,357 92,357 000000000000367b839d27b635c1b1c1736dd1287a7cb858ef8a6b95019a2f65 1 0.00/1.00 vMB 0
92,356 92,356 0000000000030d4c20b08d6c21b42349996cbfb6e5c57a014063666d1d43376c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.46 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: 611.04 GB
    • Received: 10.79 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.