Loading Tool

Explorer IconExplorer

Memory Pool

79,043 transactions
30.04 vMB
0.12357604 BTC
Random Selection Loading Transactions
Max Size: 180.19/200 MB

Candidate Block

Mining Attempt 02b587879c15a823b58b6e966e6bfef850e9f76236252db090d13c5cb3d9e0f8
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 949c657a972259c6176f34712d8d65a7ab579fcf5f66ce8e1e60d2c12ceff37d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.03813198 BTC
Feerates: 673.02 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (87,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,577 827,577 000000000000000000007b467836333c99e9ed3b3e160a520fb750622a7330e9 1,374 1.00/1.00 vMB 23
827,576 827,576 0000000000000000000357a3757add24a6c10b5d6850d07aa92b1bbef1af3a77 2,304 1.00/1.00 vMB 29
827,575 827,575 000000000000000000017fc101295ae36dee2249be9ea800ed4c5187993f212c 2,460 1.00/1.00 vMB 31
827,574 827,574 000000000000000000037b51fe54651a947e4cb701a4abf73773cecdf67b39f1 2,397 1.00/1.00 vMB 31
827,573 827,573 000000000000000000022399f6a9b4a661ca34bb8a7b82be54d3b0fc9d38b0b3 2,228 1.00/1.00 vMB 33
827,572 827,572 000000000000000000005dba3fc2960adc5e85386ec3594466cb110b70f867b3 365 1.00/1.00 vMB 24
827,571 827,571 00000000000000000000518f12d9db0c0edcf9f4576e74d4d35268629905de24 926 1.00/1.00 vMB 24
827,570 827,570 00000000000000000000107da66116d618a8dd6d840c4d28b4ef4be4e883896a 536 1.00/1.00 vMB 24
827,569 827,569 00000000000000000002c7edfa7e0b396484695a5c3dcc8b090e551ed0d24a60 3,923 1.00/1.00 vMB 26
827,568 827,568 000000000000000000030b725ae0a3fe66910c50cba4aa740b8e16a6558b4277 3,814 1.00/1.00 vMB 32
827,567 827,567 00000000000000000000fc27bfea679a3b590e58f80ad562a4cb489bcbcb0fd4 2,481 1.00/1.00 vMB 36
827,566 827,566 00000000000000000000475ed0bc81999b7b4f284ce13c04d2300f7c04fce7dc 4,615 1.00/1.00 vMB 28
827,565 827,565 00000000000000000000a415e6d730056e38e7e2b3b31042043e7983390a8db6 5,628 1.00/1.00 vMB 26
827,564 827,564 000000000000000000020f883fd73a4293dbba85e4021a739d07d54484c6935f 3,865 1.00/1.00 vMB 30
827,563 827,563 0000000000000000000093e84bd237bbf1ec63f5c419759031a916047eabb190 4,038 1.00/1.00 vMB 30
827,562 827,562 0000000000000000000212c4a8cff6357fd465883fbd501b9734b5d8791de492 4,065 1.00/1.00 vMB 31
827,561 827,561 000000000000000000016100e2e1902f8104a0a63c76b18889815d543cc0a3d0 3,315 1.00/1.00 vMB 31
827,560 827,560 0000000000000000000014a83aae739d1b8a2c0cfd8180527a2d9caf2f2ed81a 1,383 1.00/1.00 vMB 25
827,559 827,559 00000000000000000001684111df30c488a8ee4dfdfdd9cd74e4bbd367077a6c 2,048 1.00/1.00 vMB 31
827,558 827,558 00000000000000000001f8c64fa52bda00cff6b600f9c53c546bb1e3a976d81a 4,332 1.00/1.00 vMB 27
827,557 827,557 0000000000000000000234be6ce6b4dfb100a4711fa94144cbf432b271cd46f6 3,532 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.