Loading Tool

Explorer IconExplorer

Memory Pool

66,949 transactions
25.65 vMB
0.05750928 BTC
Random Selection Loading Transactions
Max Size: 154.48/200 MB

Candidate Block

Mining Attempt e358159b6f8a79cd6ba23743b9089e1d843c92a2797c35c5189d8ab778456d95
Version 20000000
Previous Block 00000000000000000000ee89f6cbc66563560e1f6a0cc9c02c7b6ce602d4ff0a
Merkle Root e66e577eb33f395faa5544acb8a27a0ef04b6b704902c56e85b0f202ddb7983b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 525
Size: 1.00 vMB
Total Fees: 0.00337585 BTC
Feerates: 12.82 > 0.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,531 (878,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,956 36,956 00000000af5e67492cbcebc008b8253d1a4b995bdda90ac23c56b67fbd773ffa 1 0.00/1.00 vMB 0
36,955 36,955 000000008c715ab561528a361c7756254cac9b992ac161ae97eb1c5176480bea 1 0.00/1.00 vMB 0
36,954 36,954 0000000039cd16e5e20cb90a9772e8273fa716ce455b9a01abf8db2b56fdbdb1 1 0.00/1.00 vMB 0
36,953 36,953 000000004350a6220bcda7a63bd148ae93df6d7c276f9bdacbf09aace9c689bd 1 0.00/1.00 vMB 0
36,952 36,952 000000007d5bbb541c77c5ce3c21b9867d65fa3af666c9024000ed0a9f77a09c 1 0.00/1.00 vMB 0
36,951 36,951 0000000081ec398f1c79c4023e32a6647c015dbda45fd49a0c6d5dc997fa5609 1 0.00/1.00 vMB 0
36,950 36,950 000000001b550ce5aa7464c5ce9621b74a9044459896d2b53ae483869182f4ab 1 0.00/1.00 vMB 0
36,949 36,949 00000000bc24a03f2daebebb35ac965b67ab51d9b0981ba33dadcc5bb6c33e75 1 0.00/1.00 vMB 0
36,948 36,948 0000000063b45d02e66d05fd9e3e8973c14ee238558cd26504e5bb3f3de6931d 1 0.00/1.00 vMB 0
36,947 36,947 000000002051c8436abb23bed892176bf7b2569902a74740f87a3a5075f9c9ed 1 0.00/1.00 vMB 0
36,946 36,946 00000000a7ed730c50f8b47d0a70ef57e58f0cd405b94645ca82f7023ad0fb12 1 0.00/1.00 vMB 0
36,945 36,945 000000006884d1f974ea756d80bd3d817386d2a89b67f92203c3d670c40f67e1 1 0.00/1.00 vMB 0
36,944 36,944 00000000affc733982e0a905d97790ccff5a905e8f78f70e13403e4399553003 1 0.00/1.00 vMB 0
36,943 36,943 000000003b93c5ea72f506897ba765c32599f917d5b36cccaa47a415f9e7d542 1 0.00/1.00 vMB 0
36,942 36,942 00000000b3e8f23bab40fa45102e472781f359c16d8d226ce5776b993ff47a09 1 0.00/1.00 vMB 0
36,941 36,941 0000000084cd60d8d82dbed956c91e2544e42e7ffd27b36535166f8badf13812 1 0.00/1.00 vMB 0
36,940 36,940 000000005bb55128606b3fc17cbe018f3ae6e050d46914ed8a76921825491656 1 0.00/1.00 vMB 0
36,939 36,939 0000000077030ada89adf9c5ada77bb5ac5cc9a49cb35f6cc9452c0b01b12007 1 0.00/1.00 vMB 0
36,938 36,938 000000004cca43a599ffe14d1d72fd7860592cf2a6c0467efbdd7ad8c247622e 1 0.00/1.00 vMB 0
36,937 36,937 000000008aee5f9ceb2f8df055cb5b8be5c676d6951fef4b8da079ff81b73578 1 0.00/1.00 vMB 0
36,936 36,936 00000000186680a070c69e1917fc5fc6aa1a9549501653309c8c5098a6cc068c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.32 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: 767.26 GB
    • Received: 19.39 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.