Loading Tool

Explorer IconExplorer

Memory Pool

76,143 transactions
30.13 vMB
0.10043981 BTC
Random Selection Loading Transactions
Max Size: 179.76/200 MB

Candidate Block

Mining Attempt dddaac4f6dd7be97ced2a74a78f0405b1ec51a36fdc8af1a2c96f12b180f8d6c
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root 631378f6eb2cf3a12e5ffee96ca208b03983087b31aef60171cb91ebdc6bd989
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,814
Size: 1.00 vMB
Total Fees: 0.02542987 BTC
Feerates: 100.00 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (630,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
284,970 284,970 00000000000000004b80580ace7147c960ea0c0a0a24bdf9aa1126a53268a271 478 0.24/1.00 vMB 39
284,969 284,969 0000000000000000026c7e5041763ff3ea2acbb5fff3025239d240c166ef3a7e 197 0.10/1.00 vMB 44
284,968 284,968 0000000000000000f4d49fe31a2d8e2626649f9e14c5e7b324ec3f46e8c218e3 636 0.32/1.00 vMB 38
284,967 284,967 000000000000000057d8662686878dbeb3927c6956ffcab29bbe8492bd593c1c 686 0.31/1.00 vMB 40
284,966 284,966 00000000000000016d1465dd54bf735c235acf4a37ffd10ec0d97726a1141d8f 750 0.68/1.00 vMB 22
284,965 284,965 0000000000000001790ab046ec2d7db3faadf9bde6e36f8e63a8cfdcc34c2290 504 0.74/1.00 vMB 16
284,964 284,964 0000000000000000083f38f984f23fcb9a0736c2127120698c0d6b89b2cc06ac 183 0.05/1.00 vMB 78
284,963 284,963 00000000000000005c3aa081cb1ba9017cc82705b6942f30f82cdd9d2c078757 390 0.19/1.00 vMB 33
284,962 284,962 0000000000000000751ed7fece683a4a63b2655175f6e9b3feaed363d4dcc5ca 340 0.21/1.00 vMB 33
284,961 284,961 0000000000000001808b50a9c4cdd67f08ea68814b39bdd7c87fcb551e1766e0 222 0.16/1.00 vMB 22
284,960 284,960 0000000000000000f759036ef9770748c56a41368f986ee51b8d7148d0b77dbc 989 0.54/1.00 vMB 31
284,959 284,959 00000000000000019b993dd42018d70b72f20cb8fa207fc682fbf96e4f939f5d 104 0.07/1.00 vMB 24
284,958 284,958 00000000000000003b66e1ab2c2579f5ea896f1f06fa36e1f5d3bdb528bd2760 174 0.12/1.00 vMB 26
284,957 284,957 00000000000000019669621d1d2a6d9895ad1e5054a3a5b33ce3bc1ce0dceaac 411 0.25/1.00 vMB 21
284,956 284,956 00000000000000015612fe1cd87a7f4eca0744378f1810479fe3cc95edae89e7 188 0.05/1.00 vMB 81
284,955 284,955 0000000000000000f9256f0a6f3c6ac1b660dc754401d2c8ce9e0d27ad390222 731 0.32/1.00 vMB 35
284,954 284,954 0000000000000000f0af034b4ce61ba69f1b41cde9d800a322cd3287b71a948e 199 0.11/1.00 vMB 30
284,953 284,953 00000000000000011d4d68de18e50e6d8d4256a4796f8c379b52c7972bf01a44 208 0.15/1.00 vMB 28
284,952 284,952 00000000000000019636c624465e2943f9f1ddee9006240f92ea766cc1a08109 157 0.09/1.00 vMB 29
284,951 284,951 0000000000000000938b899029315a0d532620617212582d836630fbe742ad77 76 0.03/1.00 vMB 38
284,950 284,950 00000000000000013344ab7ec01f5f18e6990c8d463c5ee91e114db4c0a39f71 793 0.28/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 783.17 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: 749.36 GB
    • Received: 18.82 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.