Loading Tool

Explorer IconExplorer

Memory Pool

42,245 transactions
28.94 vMB
0.06144571 BTC
Random Selection Loading Transactions
Max Size: 148.87/200 MB

Candidate Block

Mining Attempt df8bca18706d9e4096b2f2bfcc56116781a9d9c67269270d2418ce2f870f435b
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root 0ba262919b0686f5ee470ad4ad922fe26b31f41aea4dba63e89e7857a6562ca5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,610
Size: 1.00 vMB
Total Fees: 0.00495434 BTC
Feerates: 11.96 > 0.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (257,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,932 656,932 0000000000000000000c192f8a768d7c31673685b11a78d8322d3e4e1149da95 2,554 1.00/1.00 vMB 62
656,931 656,931 00000000000000000004fab0942be0045e0a77cf32857bc875a70a031c531214 2,557 1.00/1.00 vMB 80
656,930 656,930 00000000000000000000d93c0d219de4cf5a7d7d041f8f0521df6bd38588d06f 2,813 1.00/1.00 vMB 80
656,929 656,929 00000000000000000003f1e69944b15e515a0efbba25edd0d8f048dd8547efaa 2,562 1.00/1.00 vMB 51
656,928 656,928 00000000000000000000d441fb3a44ce0ffe767b886faf81e836e166f82e8f7f 2,361 1.00/1.00 vMB 27
656,927 656,927 0000000000000000000353177cf7f3855cc94babcd4e640e7a0b1530321fb56c 1,945 1.00/1.00 vMB 35
656,926 656,926 0000000000000000000ecd14d4dcdb45b830a45330cc422833f81810a16b4bf3 1,830 1.00/1.00 vMB 10
656,925 656,925 000000000000000000031a520566c201f7a2ec340c9ab539d721de36844c7a78 1,304 1.00/1.00 vMB 32
656,924 656,924 00000000000000000004b652cd1eddcae401d208a4519c563e6c07aa59feeda1 1,645 1.00/1.00 vMB 72
656,923 656,923 0000000000000000000f895862881d2bccbdd944fe6a745f961f7a2b10368ffe 2,679 1.00/1.00 vMB 4
656,922 656,922 0000000000000000000ffe1b924932fd0f89e4d713026033a457ff7f36a4941c 2,422 1.00/1.00 vMB 34
656,921 656,921 0000000000000000000176417cf58668708a3302b28b91bf18195bb4e42a871a 2,950 1.00/1.00 vMB 22
656,920 656,920 000000000000000000104499746cfd178e0bb56797a7a31b1ddc9845512fe6b6 2,780 1.00/1.00 vMB 14
656,919 656,919 00000000000000000003712d4f2ee2c4f5183123be43ac542cd12b68e4b31329 2,178 1.00/1.00 vMB 61
656,918 656,918 0000000000000000000e09e53c2b45e947f6ce89d78a988a8ac959585bd524eb 2,333 1.00/1.00 vMB 65
656,917 656,917 00000000000000000005bcf6d6bc4a25d5ee2af29b6d2fb07f6c29bb48512412 2,459 1.00/1.00 vMB 51
656,916 656,916 00000000000000000001398c7b972de7420d4efae63ef15036da625877ca4ca3 2,019 1.00/1.00 vMB 82
656,915 656,915 0000000000000000000a2f6a2e320f3609b8eeb3baf5f96d8f8f3a5683a39a3f 2,896 1.00/1.00 vMB 60
656,914 656,914 00000000000000000003eb0886ac8b10ca347d0ea14955f826e6f3212d528192 2,483 1.00/1.00 vMB 30
656,913 656,913 0000000000000000000dffc87b04eef726f72176a4dde6d69c1355cd94c63056 2,458 1.00/1.00 vMB 65
656,912 656,912 0000000000000000000aa4f16a17d5f15bcd57a0c97995e1ca2a663591ebce3a 2,374 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.72 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: 629.61 GB
    • Received: 11.93 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.