Loading Tool

Explorer IconExplorer

Memory Pool

77,852 transactions
29.52 vMB
0.07541027 BTC
Random Selection Loading Transactions
Max Size: 177.76/200 MB

Candidate Block

Mining Attempt 9a093ea9934c5dbf01fa8c4ea3db975f79ba43209acb6c0821b377dde1bc32ee
Version 20000000
Previous Block 000000000000000000007310ba97b3e18a431a103e45a21a459f6c2e0788936c
Merkle Root 3f994f47efb2835a05922b97daaa6c5aef77eb923b29a97426edd78814e6bbd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,570
Size: 1.00 vMB
Total Fees: 0.01108518 BTC
Feerates: 50.25 > 1.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,144 (136,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,887 778,887 000000000000000000018f9286c8fc07028fac720b9f65e23266dcb5822c0686 2,577 1.00/1.00 vMB 11
778,886 778,886 000000000000000000039b9526238c787310294de0447d58b8878dbc6074242e 3,535 1.00/1.00 vMB 16
778,885 778,885 00000000000000000000bff545760f5a174fa2af495c8e0e1227525898256bd3 2,956 1.00/1.00 vMB 14
778,884 778,884 00000000000000000002e03ccc07a19c36126d1da94974096896496ff221926d 3,131 1.00/1.00 vMB 24
778,883 778,883 000000000000000000008b75ede902dfc2ce281a4ef29ba23dd3ace82d2ae424 1,383 1.00/1.00 vMB 4
778,882 778,882 0000000000000000000127d461b9e6d70fa5dff84ef2802729e69b67589267db 1,912 1.00/1.00 vMB 12
778,881 778,881 00000000000000000003c68c56cb51d0e25a39663570d8f8fb5f03f9a0b8781c 2,143 1.00/1.00 vMB 11
778,880 778,880 00000000000000000003e17a450e340700661d034b7398de0cfcf052e3f31ccd 1,127 1.00/1.00 vMB 16
778,879 778,879 000000000000000000002f8d41aa5f6a5fdf236c9c900a4d5f2cf8c39e5b35dd 2,411 1.00/1.00 vMB 21
778,878 778,878 000000000000000000042aaba6cca464e9b0b2e336cdaf848103b867a74eee52 1,918 1.00/1.00 vMB 28
778,877 778,877 000000000000000000013ef2cb6a8636ac3aa860626d6580f3ff9eaa3889dc6c 2,440 1.00/1.00 vMB 11
778,876 778,876 000000000000000000017cb56073aaf0d14ddac5da1e770d22a38c4bddfd9feb 1,885 1.00/1.00 vMB 4
778,875 778,875 00000000000000000004c3a9bdd3d7d215867355f6c0a270d2578baebdafb588 779 1.00/1.00 vMB 8
778,874 778,874 000000000000000000022c3d48f71f8191818407fab871eb5d8ab6994e059708 1,723 1.00/1.00 vMB 12
778,873 778,873 00000000000000000005aefeec08a799316f11ee824615812405c4ed1b7d2729 2,764 1.00/1.00 vMB 16
778,872 778,872 00000000000000000000bb4b5d6284e311d9dbc2012fcff89afe5de32fedc4a9 3,109 1.00/1.00 vMB 18
778,871 778,871 0000000000000000000184be1e1e8d13fd5312eb5bb5793ae13962fc98a99d18 1,515 1.00/1.00 vMB 10
778,870 778,870 000000000000000000064147826b98be6e4a24e944e0f25e1a00765b925ae852 3,316 1.00/1.00 vMB 17
778,869 778,869 00000000000000000000f8c00ed290132b22f8099ec1db56950f3f8ededc818a 3,433 1.00/1.00 vMB 25
778,868 778,868 00000000000000000002fcbe2eb1a2078a22257c9d6ddaf272a34150adf39c81 2,833 1.00/1.00 vMB 18
778,867 778,867 0000000000000000000061f42015857c4d2df25709c907b6f4c02e6f99cb0bba 2,380 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.64 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: 672.45 GB
    • Received: 16.25 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.