Loading Tool

Explorer IconExplorer

Memory Pool

92,127 transactions
24.92 vMB
0.09869380 BTC
Random Selection Loading Transactions
Max Size: 166.93/200 MB

Candidate Block

Mining Attempt 84c0dceeb141c12c5bc8c36f3b05b21380e5a5ccad1d747058d7d79b6ce7eddb
Version 20000000
Previous Block 00000000000000000000c0fae7663f435fb3a3e79a4bc77bba1fa2ebc06fe645
Merkle Root 67926cf88574f98a5e27ec6fd6461615edb8ffa40933a4abcfbce73649e9a715
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,237
Size: 1.00 vMB
Total Fees: 0.03442198 BTC
Feerates: 342.60 > 3.45 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,848 (836,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
79,469 79,469 00000000000b7f5cdb74199a404fcf9813ebb8b211885f969b499469cb9c7a6d 5 0.00/1.00 vMB 0
79,468 79,468 00000000001db462fbbcc89a47e533340d6d348dea9bfb916bb3822e3fe561b9 3 0.00/1.00 vMB 0
79,467 79,467 00000000002d159bbe448c7ab57334da7e0cb53109a051b78f2605347c097cac 1 0.00/1.00 vMB 0
79,466 79,466 000000000033dc2bbbb8cf9813f8a11502565022fd7909b63e8d868a5e1ba71e 4 0.00/1.00 vMB 0
79,465 79,465 00000000005451de26de372be1878ff63a2f729c8ff328795105d04392671246 2 0.00/1.00 vMB 0
79,464 79,464 000000000015cea0a7418441bebd6e429bed2aa2a1999e15850b395cac053baf 2 0.00/1.00 vMB 0
79,463 79,463 000000000017985bf457fb25880d9001792753514a7416b6fcc365168e96909b 1 0.00/1.00 vMB 0
79,462 79,462 000000000024247a9ecbc6a2cd425aa60d27856fb9b3ab3dc914577d2ca8a27b 1 0.00/1.00 vMB 0
79,461 79,461 00000000003699807478aca9bd6df0e5c7651c2dabd4c1c92fde546ca7061f8f 5 0.00/1.00 vMB 0
79,460 79,460 00000000002fdd6dc0328b58ea4521018c7f9dde9e14c9cbf93393a545301bd2 1 0.00/1.00 vMB 0
79,459 79,459 0000000000379c15ff1c642f5216ef1664a78c6f2e7ebfcaf891b51980bacad6 3 0.00/1.00 vMB 0
79,458 79,458 00000000002ce079afeef6e08b1292b106f8803adcc65bda743f8723e94f3acc 1 0.00/1.00 vMB 0
79,457 79,457 000000000041e46c2883d0e6473c7b5cfe0e4d558adadf1f8e0a4844489a042a 1 0.00/1.00 vMB 0
79,456 79,456 00000000001e9eedf5127defd0d02623c98ccd40252178ef352965ab693c9d00 2 0.00/1.00 vMB 0
79,455 79,455 0000000000380d83a3bc26638fd862c4aa80e846b5733a8c409fed5ea6ff04b2 2 0.00/1.00 vMB 0
79,454 79,454 0000000000543ed8026ed0aa3cd89af14977e181b0a0d2f052f4e30b87cc8eec 2 0.00/1.00 vMB 0
79,453 79,453 000000000032b44fc2ddf81dc88cd4c2f7325587dfde54ef1fb92a3e23cfa360 3 0.00/1.00 vMB 0
79,452 79,452 000000000052a4e56d44760cc438e0ff9a061b610ac32a46bf15d2a6d918bb17 1 0.00/1.00 vMB 0
79,451 79,451 0000000000338a475aa5afa1ae678122175f6bb8bdf2e5d4d6107c8a038725ee 1 0.00/1.00 vMB 0
79,450 79,450 000000000032f851537358c43e3f8400ac89c596c70fe56a9c90d44ccea71063 2 0.00/1.00 vMB 0
79,449 79,449 00000000002f2792ba9a3a4bbec2bb518288456c389e5d5a2effdf538ce4b0a2 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.84 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: 793.02 GB
    • Received: 21.95 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.