Loading Tool

Explorer IconExplorer

Memory Pool

43,871 transactions
31.22 vMB
0.09129940 BTC
Random Selection Loading Transactions
Max Size: 158.76/200 MB

Candidate Block

Mining Attempt a5754f88ae698fef0add04a7902b88bfdc7e88febb38f059879d68b373ae6ea0
Version 20000000
Previous Block 0000000000000000000039578e0758b011a8202b2680b2e212cb5f8d99ffa68c
Merkle Root 4df9c6cf785e08f863ffe639ceb35761adbfc43e100a77e681ba5053f8762b3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,794
Size: 1.00 vMB
Total Fees: 0.02807016 BTC
Feerates: 100.53 > 2.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,446 (856,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,234 58,234 0000000010d44cb0ce4de3fa304b471edca917170dc38e123932b7e321253afa 1 0.00/1.00 vMB 0
58,233 58,233 0000000009b1afa612b3dccbd82fe16b32a6009f773a4b1e64e60f965ec5bf3b 1 0.00/1.00 vMB 0
58,232 58,232 000000000839188ba6276fb9d9b6fa97b5c8e0e723a54f3fa235d809e59a7793 1 0.00/1.00 vMB 0
58,231 58,231 00000000004d13b6ba8b12ba9d6dd2b2dd74b2658de80608bf978107cbdde011 1 0.00/1.00 vMB 0
58,230 58,230 000000000feccd37ebdee08a1f4da2426ffd67600976e02114bd55aadfadcc51 1 0.00/1.00 vMB 0
58,229 58,229 000000000ca6a774e85b5504e072b0b832b09fd3234f683db33fa6b17d00e321 2 0.00/1.00 vMB 0
58,228 58,228 00000000143a22e38913e6f40a1e7a18549b6556cc2377446ff532752ef6cf02 1 0.00/1.00 vMB 0
58,227 58,227 00000000031bbd37341333a020dce0f51144fb057ed63e33090909dd45318504 1 0.00/1.00 vMB 0
58,226 58,226 000000000a42945de394d6159eb29530be59e8a2a3576a8810ea2870cc98204a 1 0.00/1.00 vMB 0
58,225 58,225 000000000bf6d55397d5c5e8753f3302bf2ce200366ad3fa7f7d6146a994d0dc 1 0.00/1.00 vMB 0
58,224 58,224 000000000684477319d3b934558524a5d31c014bba331e0aa17053897fae434d 1 0.00/1.00 vMB 0
58,223 58,223 0000000009fdeaf32759ba8be33faeec3bbcabd1fb1449f52bd4b48ae812f187 1 0.00/1.00 vMB 0
58,222 58,222 0000000010ffacba5a3d00f361ad12ec2165575af6a5effc9d2a608413199594 1 0.00/1.00 vMB 0
58,221 58,221 00000000110312d45703f0f457cf879e151081f3c69308b252ae69d515f2266a 1 0.00/1.00 vMB 0
58,220 58,220 000000000b58b6c1b4a41b10e823c06c82884c12ebdf273b10f15289bfc432b0 1 0.00/1.00 vMB 0
58,219 58,219 000000000c48b264644f7e3615ae3552b4f33721e74fc36002e3c656d593ba6c 1 0.00/1.00 vMB 0
58,218 58,218 00000000132ddb4b33195c121307050a6a3405060cc6beeea927d377d4d7e4e6 1 0.00/1.00 vMB 0
58,217 58,217 000000000f128a59afe0c7f69625bdc4468a6b7adf2513f17f639b2bec8aea9d 1 0.00/1.00 vMB 0
58,216 58,216 000000000af096fa92db0c4a88caf3fab7c0795bcd43f666f2e752c3df3d576d 1 0.00/1.00 vMB 0
58,215 58,215 0000000009f2a5d7942e987d096cd2701deb08162a56cfaf59ac0dc8a076312f 1 0.00/1.00 vMB 0
58,214 58,214 000000000780b93727cb4ce0463e669a8bec25fa6cfa41c466b7d111ef17c101 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.40 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: 603.82 GB
    • Received: 10.51 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.