Loading Tool

Explorer IconExplorer

Memory Pool

73,772 transactions
28.59 vMB
0.07539105 BTC
Random Selection Loading Transactions
Max Size: 169.15/200 MB

Candidate Block

Mining Attempt 4f1d3d6e947faa4dba8c9ab6f0d313eaefeea5d5cc46838f8ba6ec6ad222364b
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 9f5e1e5b0188960d4ccfbbece05f3596dc9938bd979c687db5d4a72f018c5dfd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.01798436 BTC
Feerates: 61.00 > 1.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (355,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,792 559,792 00000000000000000012265c466a2c95245efa10d0db765db8d6d1fce364bdf1 2,440 1.00/1.00 vMB 7
559,791 559,791 00000000000000000008187d52bcff80a81a193b1ee06c5a65121a41e042bef1 1,937 1.00/1.00 vMB 9
559,790 559,790 0000000000000000001ce04c7565de8107ac21e38c4ef25ffe29202dce91b3ca 3,415 1.00/1.00 vMB 29
559,789 559,789 0000000000000000001f4594003d48be47d5984eecee1b9b2a0e8b7d57802057 2,027 1.00/1.00 vMB 25
559,788 559,788 0000000000000000001114de8d0c3315c24a85156532e23035d50b22a56d09ca 1,764 1.00/1.00 vMB 16
559,787 559,787 00000000000000000006e66a2c9bd0e3aed597fe9dd9022cdbafc51e9ff60975 1,073 1.00/1.00 vMB 18
559,786 559,786 0000000000000000001f41195cf31d11a6a4996883ada720951ea1f0ba01c7ab 1,331 1.00/1.00 vMB 19
559,785 559,785 000000000000000000008f808ae1e50b2848fc6a31eccc8321c7fc14cda3f6e9 2,994 1.00/1.00 vMB 25
559,784 559,784 0000000000000000002f3431b33714793d1fa3590d5e9779c13e65ca68c432a9 800 1.00/1.00 vMB 8
559,783 559,783 0000000000000000002607748a5387c1e8b4a90926697e5758daaefc254a67a3 2,704 1.00/1.00 vMB 23
559,782 559,782 0000000000000000002d686de25b0f49be52a7fd2104a1261959b1e8575b59ca 1,627 1.00/1.00 vMB 28
559,781 559,781 0000000000000000001b32759bd93297f4972acbc099a52c35313af9223a86b4 1,268 1.00/1.00 vMB 13
559,780 559,780 00000000000000000015664c3da31139c21454dc73a33208aafec137caec9be4 2,460 1.00/1.00 vMB 20
559,779 559,779 00000000000000000026b30a4f4dcede98e258da75041cab9b9c6059a0ea1fbe 2,017 1.00/1.00 vMB 18
559,778 559,778 00000000000000000014d6918e56d4ca6d879060be343cf796bed8da938c10ef 1,071 1.00/1.00 vMB 13
559,777 559,777 0000000000000000002799a028df4e7cdc5e70872e0f98e7c97e7526debf56a8 999 1.00/1.00 vMB 15
559,776 559,776 0000000000000000002babae20f6a24a7f986925c59b4b5f5ed39e7176aa126e 2,775 1.00/1.00 vMB 11
559,775 559,775 0000000000000000000de56c4e64ca7131b23acd8ab9678a21e2a7410f6bb4f1 1,771 1.00/1.00 vMB 15
559,774 559,774 0000000000000000000541ad71ff930e31a1458f9c385d5158b455c3b29e30a9 1,703 1.00/1.00 vMB 15
559,773 559,773 00000000000000000004992294787dde44a0f03e3e9f17aa920df5d465a36090 2,098 1.00/1.00 vMB 19
559,772 559,772 00000000000000000024a25347f0642d605df1e4e1e7b5d0d16610eedd45df88 2,703 1.00/1.00 vMB 18
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.19 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.