Loading Tool

Explorer IconExplorer

Memory Pool

72,596 transactions
28.05 vMB
0.06966301 BTC
Random Selection Loading Transactions
Max Size: 166.19/200 MB

Candidate Block

Mining Attempt 3d6f11666cbd16659ae260a73390381f984dd9d8e9b7710483d40541a57b6a2a
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 6fbff2209d97901e79d674e8a2e1eb5dd7c525f76f9e1ff7d6acb44841efad48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,815
Size: 1.00 vMB
Total Fees: 0.01299554 BTC
Feerates: 101.52 > 1.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (114,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,491 800,491 00000000000000000004e05606d4df0cc76ce80cff4d863bd2396653273103c4 3,005 1.00/1.00 vMB 13
800,490 800,490 000000000000000000000419f9d4ef7c7587500bbc1d4d5960d27526ab85cebc 3,342 1.00/1.00 vMB 22
800,489 800,489 000000000000000000021ffdda3ed5792b4d6c5f0d0f208aefbae5f58845a3fb 1,583 1.00/1.00 vMB 14
800,488 800,488 00000000000000000004e4f75e2019d1bd48e49e83f3673053c059e9f5baa027 3,154 1.00/1.00 vMB 17
800,487 800,487 0000000000000000000521d21bcc9e8be9f51582ec0dff89e65f0f1cd42b42cf 2,333 1.00/1.00 vMB 13
800,486 800,486 00000000000000000002645fd352bc274f017d8473992018dfd5326a52de2d53 1 0.00/1.00 vMB 0
800,485 800,485 00000000000000000000457d7d04d6e2b22c3bd0f65193f854e270bcd8300f4b 2,492 1.00/1.00 vMB 15
800,484 800,484 0000000000000000000442da608b23c9d311301ebe4f31691a63d46a3769ec1a 2,945 1.00/1.00 vMB 9
800,483 800,483 00000000000000000000fb0153e5dff2f54058f955bc30593659f515db140088 2,897 1.00/1.00 vMB 17
800,482 800,482 000000000000000000026d81ed6ac49ec3a3c974dd7de33322786ba3daa47a24 2,911 1.00/1.00 vMB 22
800,481 800,481 000000000000000000013c116ce19440ea1389d9b219bcd3e10013e82c822348 3,233 1.00/1.00 vMB 15
800,480 800,480 000000000000000000038fbf5582575d6c8dc7d0b8455fe5eda279d8221a7d5a 4,651 1.00/1.00 vMB 8
800,479 800,479 00000000000000000004a2c8336f0c72d285ac650ef586d24d974204a55d7cc9 2,753 1.00/1.00 vMB 14
800,478 800,478 0000000000000000000132178d7a9cdb7a47cc3239e44675114382c9e31755c4 5,833 1.00/1.00 vMB 7
800,477 800,477 00000000000000000001a7fb182e8d91ad2d384a686d31bf7f0bf8d2c68264a7 3,860 1.00/1.00 vMB 12
800,476 800,476 00000000000000000000a94853198f3609f0ce22d22b307f9f21a3a66405e0ff 3,139 1.00/1.00 vMB 7
800,475 800,475 0000000000000000000255adb288962ae87a8bf4576469150caa55c521fcd944 2,356 1.00/1.00 vMB 15
800,474 800,474 00000000000000000001d7a507e6e592988af0764947181678568e423cbbb13d 2,337 1.00/1.00 vMB 12
800,473 800,473 00000000000000000001972b21a82a368b4e0f7d2172d4ec7715b2952434933a 3,119 1.00/1.00 vMB 22
800,472 800,472 0000000000000000000500d9b0f83541b68d5179958b68a9131ecc85af0ade09 2,249 1.00/1.00 vMB 18
800,471 800,471 000000000000000000000f8613698d1182d5e3f559b578049aa46e3d0391e9f9 4,715 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.