Loading Tool

Explorer IconExplorer

Memory Pool

78,936 transactions
29.54 vMB
0.07114465 BTC
Random Selection Loading Transactions
Max Size: 177.56/200 MB

Candidate Block

Mining Attempt 69dab028dbf6c704ad5d7d4133a4357dad6471829b6b00f2795c9935d643d7b9
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root a1cf51386866cea16bce87a85b4bb4820f9110a19d0e9d765d294c8cf799b681
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,687
Size: 1.00 vMB
Total Fees: 0.01115516 BTC
Feerates: 150.93 > 1.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (499,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,960 415,960 0000000000000000034084e9a957d58804cf87685cbf9adc6b445137140f8a2c 150 0.06/1.00 vMB 53
415,959 415,959 000000000000000000662a7685a6fc9f1e6225e367254f0e6a87de91f064bc9e 1,012 1.00/1.00 vMB 21
415,958 415,958 0000000000000000017f19439891f565d46ce0e3aa92278f9d1d125d2d31074e 1,362 1.00/1.00 vMB 34
415,957 415,957 00000000000000000228ff05d66cc6e135cc4c64dc777ed3a557de462e882a08 1,934 0.99/1.00 vMB 34
415,956 415,956 0000000000000000047f75050d3e8a7c4e181615e3856c0a025636e4b841a870 2,944 1.00/1.00 vMB 79
415,955 415,955 000000000000000003d466923677bf4ed433fbdbc09cf1ca77439cf5c0019451 2,421 1.00/1.00 vMB 54
415,954 415,954 0000000000000000037a52590a3e9c988281c391e91b9df494f363ee5473a86f 1,040 1.00/1.00 vMB 29
415,953 415,953 00000000000000000006521f75b63fcef476e812a8d5c6bee943310cb99c8cc3 1,331 0.99/1.00 vMB 38
415,952 415,952 000000000000000001d3b998aba1045851eabd96245e4f9b561e536651c5b7c5 1,695 1.00/1.00 vMB 46
415,951 415,951 0000000000000000053a56f914a9eca00555e5fc8b9ce24d65d3cec77844b26a 2,023 1.00/1.00 vMB 37
415,950 415,950 0000000000000000044ae2991f36875f233df76cfc695d30bd75cdb137cb8c08 2,147 0.99/1.00 vMB 72
415,949 415,949 0000000000000000005da51b0de142d23ba4a4343fde2ed2df70d9e33e814ecb 1,494 1.00/1.00 vMB 29
415,948 415,948 00000000000000000239885caa0ec330acd8958c1edf13676a66fb2024a85ea8 2,261 1.00/1.00 vMB 54
415,947 415,947 00000000000000000307e7945f34aa02f82f92e4962c8aa247f4d305efd1c86d 2,032 1.00/1.00 vMB 48
415,946 415,946 000000000000000004c27f9e4b77f9082fcbc3b3530e64f928aea9f3da951bcc 2,240 1.00/1.00 vMB 40
415,945 415,945 000000000000000004c839a46de442bd0e07c1ca906c42ea77550da0fa454c98 3,222 1.00/1.00 vMB 92
415,944 415,944 0000000000000000051dc8f7cb82a24fc05daed91946518327a3d019ae87c6ef 1,818 1.00/1.00 vMB 45
415,943 415,943 000000000000000003e133e78dc3ae5771f842f22087e1b7703cf632fd6791e0 1,112 1.00/1.00 vMB 37
415,942 415,942 000000000000000003a675c1222a3176c7fe26b24798d911d66174605acb8fd9 2,106 1.00/1.00 vMB 54
415,941 415,941 000000000000000001520272f5a766e4f4c9c07ff993fcd322e9be00c2a8cd3b 1,292 1.00/1.00 vMB 40
415,940 415,940 000000000000000002518d13fd5afafba21e8d0a5d99412fcf6e4e250713ad17 2,623 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.