Loading Tool

Explorer IconExplorer

Memory Pool

74,607 transactions
29.66 vMB
0.09570902 BTC
Random Selection Loading Transactions
Max Size: 172.20/200 MB

Candidate Block

Mining Attempt 0a1bd5d4819c257c93490c47f1ade9be7c24da516abc6581dbd6b6e9f35c48f6
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 08ff5ffe842e0a23a32d72b09711368f71d9ee5c259bc79e2488f3176a44cc8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,821
Size: 1.00 vMB
Total Fees: 0.02655379 BTC
Feerates: 150.36 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (109,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,371 805,371 0000000000000000000120a6f2d16ff4debfb4f2737f27eddf0c49efafdd5e74 3,323 1.00/1.00 vMB 19
805,370 805,370 000000000000000000026d39a4716d3bc5d6d36b292a6e99ad924b64961c1ffd 2,607 1.00/1.00 vMB 19
805,369 805,369 00000000000000000003fb2abadc2a8c78ff09200f35a9fb72db6d3f80e6e5ea 4,252 1.00/1.00 vMB 8
805,368 805,368 000000000000000000047bb00dae55247c3941e70120ef365b7c81f345b1aa71 3,870 1.00/1.00 vMB 14
805,367 805,367 00000000000000000002bad5792ee08488a73bd64c973f5f9fbc94a8ef758136 3,234 1.00/1.00 vMB 9
805,366 805,366 000000000000000000029b82b317818c05fcef00dd6804cff8c869bba98ab5a2 3,679 1.00/1.00 vMB 9
805,365 805,365 00000000000000000002723dda7c750ef201a9d18b4b23500bc50913a768dbc5 1,828 1.00/1.00 vMB 11
805,364 805,364 00000000000000000003610b87f0a94ad4145b483bd5dfd9c1771624f361dc61 2,713 1.00/1.00 vMB 16
805,363 805,363 000000000000000000042a3acb21f3a9122f0c1657fb0e4369c8794aeb76c2b2 1,768 1.00/1.00 vMB 11
805,362 805,362 00000000000000000003eecaf578d68fe76a9ad289d781210d8dca455de946e2 1,944 1.00/1.00 vMB 15
805,361 805,361 0000000000000000000176ddd0dde3c502206943b4d487a549d150a8af386b7e 904 1.00/1.00 vMB 8
805,360 805,360 0000000000000000000336b38b18df15054061892af6fc104eaebb5a902803d0 1,862 1.00/1.00 vMB 13
805,359 805,359 0000000000000000000438f092773917209bdb928c119079edf5c548eda024c3 3,247 1.00/1.00 vMB 24
805,358 805,358 00000000000000000003e11a098c4577a4f98912644c62441264d5c12c5b9293 1,900 1.00/1.00 vMB 15
805,357 805,357 0000000000000000000412a26a01c77bb4ff9694f113311f8d5d8c8bbc31d7a1 1,786 1.00/1.00 vMB 10
805,356 805,356 0000000000000000000129df48135dde5c167150f1aaf7563b5d7a30e095b9f7 3,406 1.00/1.00 vMB 21
805,355 805,355 0000000000000000000332116bcbffcd95dc302f7c7c7030234e0c21dc37563e 2,226 1.00/1.00 vMB 9
805,354 805,354 00000000000000000001981cfa8a27af4c15cb0577547c87e2057198d036a62a 3,720 1.00/1.00 vMB 18
805,353 805,353 000000000000000000000cfb06f7f115676d7aaae76c00df0fed306bcbc24847 3,293 1.00/1.00 vMB 28
805,352 805,352 0000000000000000000397fe77e67366de1aa692a7846610061590bf746cb1c3 2,613 1.00/1.00 vMB 17
805,351 805,351 000000000000000000007b8d63f2b3ac5cfe7fc77248062c581f74167c28cf3a 2,230 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.