Loading Tool

Explorer IconExplorer

Memory Pool

77,334 transactions
29.86 vMB
0.10607059 BTC
Random Selection Loading Transactions
Max Size: 180.52/200 MB

Candidate Block

Mining Attempt a4258f08e9d72b826f088597ef3b4d87cd4a1b00738ffe7f9e1fe901185fa73f
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 7b5d4598e625f73458a2fc53b652b3313bb1a02941fdf30fb7cd0e116c839a37
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,250
Size: 1.00 vMB
Total Fees: 0.03737194 BTC
Feerates: 357.61 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (47,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
868,352 868,352 00000000000000000001ed379d0396bf1ac2f8cfd8b40348f08ba7a4990c7b9a 4,278 1.00/1.00 vMB 3
868,351 868,351 000000000000000000024f835c1001e01c7850aa6316e095a9c5e585de80acb5 4,562 1.00/1.00 vMB 4
868,350 868,350 000000000000000000024246f2ddfaf16dc766fc9ac0b32ad0483995a21afb1e 1,898 1.00/1.00 vMB 2
868,349 868,349 00000000000000000002be47d7ca2ac803e457fe4438b259161a07606372b52d 2,075 1.00/1.00 vMB 6
868,348 868,348 00000000000000000001fcd04d007735a92ca940f08cd50aa03b09bb76a6964a 2,711 1.00/1.00 vMB 6
868,347 868,347 000000000000000000003128305e873d5d24bf1bdf8c60e64c2408d3b9238fb5 2,207 1.00/1.00 vMB 8
868,346 868,346 00000000000000000000d5a8176838337d2395d3fe425b3bd4777709b725c7b0 2,162 1.00/1.00 vMB 3
868,345 868,345 00000000000000000002cc005b5683e3c0a5af5b2221afe2b85f770e7c243d60 3,090 1.00/1.00 vMB 7
868,344 868,344 000000000000000000024cc3259634363d0d752d13af1823c2f397f950b6f7ce 3,358 1.00/1.00 vMB 4
868,343 868,343 000000000000000000003676f9e267257ac4d00d65b24f1ddf427c00d6b7b7f5 2,637 1.00/1.00 vMB 4
868,342 868,342 00000000000000000000b1c50fdf3b741faf6edce6720e558f34c2b593b49fd2 2,430 1.00/1.00 vMB 2
868,341 868,341 00000000000000000001f7e936727a48ff2f4914a88eb9e09593ca95509e1a10 2,802 1.00/1.00 vMB 2
868,340 868,340 0000000000000000000181250a4b7cb705ca2cfddd20fde8a4d942c24bb1f701 2,918 1.00/1.00 vMB 5
868,339 868,339 000000000000000000022b814c809c141426e7fa2610630261a3d87fe1edd341 3,742 1.00/1.00 vMB 6
868,338 868,338 0000000000000000000045df2d186e88d44f063d340af553329fa6d05fc67666 3,359 1.00/1.00 vMB 3
868,337 868,337 0000000000000000000257ac009b87c27a9f9949c97fdbb7272a4e5a2651fdba 4,764 1.00/1.00 vMB 2
868,336 868,336 0000000000000000000233d9ad97d1caa1e738e59410203dd0b4efe97097a474 6,011 1.00/1.00 vMB 2
868,335 868,335 000000000000000000028989de47834a139cd72f7b28bd5dfd72156f986786cf 4,571 1.00/1.00 vMB 3
868,334 868,334 00000000000000000000f28004f3d6271adf6d59f686a19fcb1cf4fd61328d00 4,941 1.00/1.00 vMB 2
868,333 868,333 000000000000000000007bf3fbbad38ba7dd275906b5cca50b80111a26c84fb0 5,982 1.00/1.00 vMB 2
868,332 868,332 0000000000000000000157d43535939bb3f5d4a0a22cae3519a11a08041c24c0 3,416 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.15 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: 744.30 GB
    • Received: 18.71 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.