Loading Tool

Explorer IconExplorer

Memory Pool

51,197 transactions
28.82 vMB
0.07647974 BTC
Random Selection Loading Transactions
Max Size: 155.01/200 MB

Candidate Block

Mining Attempt a7fdf05a556b8871d1505ab472f42f5c0358f4269908d112b17da4b788a8a84f
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 4e322d8ae9a4c6827a011c6a75499a9a27a2fefbfb577e457927fefac41a9b11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,519
Size: 1.00 vMB
Total Fees: 0.02072234 BTC
Feerates: 122.12 > 2.08 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (737,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,899 176,899 00000000000001ea7bbe7ce054e9000494eb519606e6867319ffc3397e9092b5 11 0.00/1.00 vMB 0
176,898 176,898 00000000000009e0f01bb97261f05c02ae1569a3025cda5714dddfeab92bec09 51 0.03/1.00 vMB 76
176,897 176,897 000000000000011f0afaa2e6468ac87c013bb3c870f44323449b908a9bbd4561 118 0.04/1.00 vMB 143
176,896 176,896 0000000000000061870d3b1e2f13be024c4ec3ed73efc9a5ed07dbc2139aa91c 120 0.04/1.00 vMB 105
176,895 176,895 000000000000013c9241ff69a81feead6092e0580fc0b06d427bcc686d09f93c 16 0.01/1.00 vMB 52
176,894 176,894 00000000000002200457da4eaaa92411e76f398e1821f1e2fd6e9f8b922828cc 168 0.05/1.00 vMB 62
176,893 176,893 0000000000000a6e4190adec99132988af66a8bc3badcf1604ec0a7b98a93064 11 0.00/1.00 vMB 0
176,892 176,892 0000000000000330dad01e2412bad080a26428c0da0c7b09d598989d5e68c462 12 0.00/1.00 vMB 71
176,891 176,891 0000000000000409c43f941e88fc257010d069aedfadb3b49a3c7afcd1b629b9 20 0.01/1.00 vMB 98
176,890 176,890 000000000000014dd402b631d403fa2f9010df5938eedcd054093b5c70b9108e 43 0.01/1.00 vMB 21
176,889 176,889 00000000000001bb0b27c64b4688cf01ba5fabbdf6ae78613333a204bed5a785 28 0.02/1.00 vMB 39
176,888 176,888 0000000000000a7dc23dfa8bbfbb5b23e925ec35b5febe20b4158e5aad2b2879 41 0.03/1.00 vMB 72
176,887 176,887 0000000000000476ad5de3a7b84359dc37284bd616d4d3a11f208697b792b268 4 0.00/1.00 vMB 72
176,886 176,886 00000000000002dcc5677dcc402ef6d62eeb04fc17f9fceb233448b7eeb3c0cb 39 0.02/1.00 vMB 212
176,885 176,885 0000000000000691465c4fb46db67552973fa2bb5964fae211b3c45fb8cb97ba 12 0.01/1.00 vMB 69
176,884 176,884 00000000000003aa2212411e4baf27b10f4c75be7d95cb5ae707cdbec90569a4 12 0.00/1.00 vMB 129
176,883 176,883 00000000000009f58420ae3ab3c8d8f156be5c739b8c1bbf358621bd1549c4be 11 0.00/1.00 vMB 241
176,882 176,882 0000000000000456159a1fb6ea7f09bc7ed343c7f2ea79c8f8bdf5a29d85325f 107 0.03/1.00 vMB 36
176,881 176,881 000000000000063f86af986e3d957a9d02b47a03fb5b89d73d066766d501b4a8 34 0.02/1.00 vMB 98
176,880 176,880 000000000000060af5baa2fec980516ebc39c3c91b6d101d085f1df324ddcd1b 43 0.03/1.00 vMB 528
176,879 176,879 00000000000008579f9860a968b3e341e14d95843ac57af9b3727c0223e7fee5 58 0.04/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 649.84 GB
    • Received: 13.22 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.