Loading Tool

Explorer IconExplorer

Memory Pool

80,563 transactions
29.98 vMB
0.12189737 BTC
Random Selection Loading Transactions
Max Size: 180.39/200 MB

Candidate Block

Mining Attempt 21bfeda5cf49d4ec2e5711daf9f773fb8511ac1e40006a0e5721a13b4daad045
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root dd7cc11896b2df7967cf3a57e7dd59ae5a2cbf47f77d96f7e83227211d67afcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,618
Size: 1.00 vMB
Total Fees: 0.05042837 BTC
Feerates: 242.90 > 5.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (119,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,941 795,941 00000000000000000004ed1a463b54443bfa7dce8546aec3574edf8e0b19cefa 1,717 1.00/1.00 vMB 15
795,940 795,940 000000000000000000043966411c13b40846b207cddc2dc9ab6d1dcdc3ca5c50 2,734 1.00/1.00 vMB 30
795,939 795,939 0000000000000000000138ef41f459ebe3720b7a46d1a0efec5c1af8f9463df4 1,051 1.00/1.00 vMB 13
795,938 795,938 0000000000000000000089e7a97b98431f9af52dae84c041fff6be0a7beccc7a 2,166 1.00/1.00 vMB 15
795,937 795,937 00000000000000000003ce694ea3a2ffd08273d627dd9530907ca5eafcde6bd8 3,363 1.00/1.00 vMB 18
795,936 795,936 00000000000000000001e44cec22578a7800d43d42d594e2e5cab26cef4df41a 2,834 1.00/1.00 vMB 13
795,935 795,935 00000000000000000003cb2b00f0151916d10943bf09cbafd42511c1f99b7594 2,500 1.00/1.00 vMB 15
795,934 795,934 00000000000000000001b126ee4a5825d9e33cf7a877ec84a52933358929e804 1,478 1.00/1.00 vMB 20
795,933 795,933 00000000000000000000b60f03b3a0fe7c03d54f7faf5469addaaedfa3af5eae 2,605 1.00/1.00 vMB 30
795,932 795,932 00000000000000000004524dd3246deadda2abf9476fde0573af64d4ccf28197 2,929 1.00/1.00 vMB 17
795,931 795,931 0000000000000000000165c74d40e4a7665f73919fce7245049c92af7ea0aaba 2,024 1.00/1.00 vMB 14
795,930 795,930 00000000000000000001e30592476be30f74d7771b6fb2f90f5974cff7ebfa43 2,831 1.00/1.00 vMB 18
795,929 795,929 00000000000000000002b7777081bdff0105b99bd67382ce237824669236f9c0 2,047 1.00/1.00 vMB 13
795,928 795,928 000000000000000000004b411adfd64975bf1aa137e81e9bde6be50d6eb4438b 3,279 1.00/1.00 vMB 19
795,927 795,927 000000000000000000003d4a896f08418b8952d4a5b317e67c9aa3425eff6396 2,054 1.00/1.00 vMB 17
795,926 795,926 000000000000000000041031c8ba5af14450169cf161efdf0eab52908ffe0b67 2,173 1.00/1.00 vMB 23
795,925 795,925 0000000000000000000321ec251afb057bd7d91cba29767ae07ab7c5923b3c1f 3,147 1.00/1.00 vMB 27
795,924 795,924 000000000000000000054205132d703cf6cbbc4de4916f62d5803973a051d6c4 3,134 1.00/1.00 vMB 34
795,923 795,923 000000000000000000045b1362d962c616b9d6bd5b5e7297cf02d2c172145ea9 3,157 1.00/1.00 vMB 26
795,922 795,922 0000000000000000000259461038d37e8e25836f2fe0f8081369961cba6be123 4,747 1.00/1.00 vMB 15
795,921 795,921 000000000000000000030a77f0b2672e350b3de7e949f131b84d02b590a740ae 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.15 GB
    • Received: 16.42 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.