Loading Tool

Explorer IconExplorer

Memory Pool

59,937 transactions
18.73 vMB
0.06835677 BTC
Random Selection Loading Transactions
Max Size: 118.84/200 MB

Candidate Block

Mining Attempt 3ca56f18747d584ae6da4dc0fca7b35041b3274bd5cea25a472466f59b79e979
Version 20000000
Previous Block 00000000000000000000e3ef9599fe381679aa26c3ac8251afcd45d0ac0e750b
Merkle Root 2f4910148ef23c10669343d3e3929adf85f3e54fc5898eb6e60b039e8ab73d37
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,868
Size: 1.00 vMB
Total Fees: 0.02599080 BTC
Feerates: 1,004.23 > 2.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,776 (870,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
45,172 45,172 0000000029ac5ecacbabfdd29e207768efc631db4cf9bd8648b06a23123a2462 1 0.00/1.00 vMB 0
45,171 45,171 0000000005782fe6f97864a8b8208dd04f5029962fd6783ab5c8cb9be62aaabf 1 0.00/1.00 vMB 0
45,170 45,170 0000000023a1ec2495afcf2bf66bc652e997d5acd655997dee5608345a5e29dc 1 0.00/1.00 vMB 0
45,169 45,169 000000000a3841f50bddf80858951e584875fa6c302baaf7b1f3f5b50935cde6 1 0.00/1.00 vMB 0
45,168 45,168 000000000500068c63bb4a3071f8cef395aa70f39209a92552f7041951e852b7 1 0.00/1.00 vMB 0
45,167 45,167 0000000019ec2e0fcf75cf8a10f54ece1454b243a5e2dc7d98fc4c4d87e21bec 1 0.00/1.00 vMB 0
45,166 45,166 0000000023a01ef5cc1378f05cb8563a617635f448e78b1a70267da4b64e7aff 1 0.00/1.00 vMB 0
45,165 45,165 0000000007be4ef795e81309dcf7e98f6de7a6f45e1c56bd49f285c675d0914b 1 0.00/1.00 vMB 0
45,164 45,164 0000000035ecc4cd6faf04f579a68eb482eb95169bbad28ef966393c86f8a416 1 0.00/1.00 vMB 0
45,163 45,163 0000000028c21c0954e11e870cd15a41763d522181b87932b64d7eccda240a28 1 0.00/1.00 vMB 0
45,162 45,162 000000001d18d2bea87b1b2ea599995961160f9780ae1a7b76077176c13cc66a 1 0.00/1.00 vMB 0
45,161 45,161 00000000327cf01fc0e4a27167661a98bab16142b459543704c706c44c04f6a3 1 0.00/1.00 vMB 0
45,160 45,160 000000001eb872bfeb22bef0fbea6afae0c574f236ce7ff158e3f54c1b398d8b 1 0.00/1.00 vMB 0
45,159 45,159 000000001c20f7846b2f23137974b4757c7a924d77ae87df80a93a9ef5616a5a 1 0.00/1.00 vMB 0
45,158 45,158 000000001b0e9ecc95481abb3ae9b9c77ddb904e3637adb931900f828eb88c2d 1 0.00/1.00 vMB 0
45,157 45,157 0000000008ef50c9b1affc551f2d1176d3b5507b020bf7d60234b2386317667f 1 0.00/1.00 vMB 0
45,156 45,156 000000002b5b1c56117d5e0304ba0d20ac37849e995f2feeb744f0500a09d70c 1 0.00/1.00 vMB 0
45,155 45,155 0000000010c399e3e9e4afe4a3d3247d33afd48efce2d55e947ac5c34101319d 1 0.00/1.00 vMB 0
45,154 45,154 00000000159685cb55ad816c513eaa549f56371ef76676d5af5e1737c52d7e1d 1 0.00/1.00 vMB 0
45,153 45,153 0000000031fd7fc62e91343619de6e21f8b605028dee36cdd30244f503cc5457 1 0.00/1.00 vMB 0
45,152 45,152 0000000028e3c20c708d3ea5eb2ad80ec3164fb42d8754c6b38cc4a3d05790b1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.72 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: 783.20 GB
    • Received: 21.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.