Loading Tool

Explorer IconExplorer

Memory Pool

41,775 transactions
30.26 vMB
0.16049626 BTC
Random Selection Loading Transactions
Max Size: 152.70/200 MB

Candidate Block

Mining Attempt fe39c53e9fb5d74eadf28ae285047c2915f7d205af50ad10b9bdf33d6b5a3b62
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 152c74f6769dea21730bb3c6befe63da65b548fa06b517c7814c69724cbd106b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,574
Size: 1.00 vMB
Total Fees: 0.08929933 BTC
Feerates: 301.60 > 8.95 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (486,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,042 428,042 000000000000000003640ea0023808be72d9fc39df525189730e59f9b9d7c198 2,330 1.00/1.00 vMB 62
428,041 428,041 00000000000000000450ac6007a1fb9ea1559b4488b76eff3b93930989524a05 2,215 1.00/1.00 vMB 63
428,040 428,040 0000000000000000049268d0430639610953232ba8bca3105deda5729b34d3b6 1,478 0.99/1.00 vMB 77
428,039 428,039 00000000000000000323412f08f452cdd4bdb7bf709e1090839b962b73fd2ece 1,851 1.00/1.00 vMB 80
428,038 428,038 0000000000000000029b35c2e8d8ffea0d6b0bd4a4a3c3992011365343a3fbb3 604 0.32/1.00 vMB 51
428,037 428,037 000000000000000004f10742bb2f4fcaf8922c25b6d05f612d183c125708355c 269 0.13/1.00 vMB 47
428,036 428,036 0000000000000000006ddc75729fc2182c7b93a4a13ef7cf46de036b51cd2090 833 1.00/1.00 vMB 21
428,035 428,035 00000000000000000312916637646af71577b6bdab60cb5d89dd9f0c6d96d575 301 0.12/1.00 vMB 63
428,034 428,034 000000000000000000477a6f63800afe987eec17fbbb2c650f702bfd43ce924b 1,577 0.99/1.00 vMB 40
428,033 428,033 000000000000000001c84a6c1969e7333a2fd00c23dc4ee14abcac7d1163a9c0 532 0.98/1.00 vMB 12
428,032 428,032 0000000000000000031286b7df44983243e62cc9c0dc30039b5679542d2d9cc2 1,653 1.00/1.00 vMB 42
428,031 428,031 0000000000000000046a5e2094baf6cbeab4f6e7f0fa9287756c2fd49a5091cb 2,377 1.00/1.00 vMB 53
428,030 428,030 0000000000000000010a052a6eb754c9cee776b37d3362e317ba9a4bd0477c00 2,564 1.00/1.00 vMB 69
428,029 428,029 0000000000000000039ab49c7d17264e91147b7af74daaa2d50b843dae9d02d3 2,594 1.00/1.00 vMB 65
428,028 428,028 000000000000000001e858232cea4a85e7b7c4300acf43f5dff98b6a3b4e7c36 2,732 1.00/1.00 vMB 56
428,027 428,027 000000000000000002b852bd760eef12dc835c34ed6b9d01ce63ba487a03b78b 1,285 1.00/1.00 vMB 64
428,026 428,026 0000000000000000041d742faea24699b2f23211fa8df609bb5e045fd68b61f4 2,059 1.00/1.00 vMB 89
428,025 428,025 0000000000000000021a80beac7fcb91834d73761f4916aa9759cfc0502d515d 117 0.05/1.00 vMB 51
428,024 428,024 000000000000000002cc3329c755116ca53e3bdeb6ab505e6e8185df78a7ac4c 1,225 0.99/1.00 vMB 28
428,023 428,023 000000000000000004ad30d4bef77cb0d4c44560218a01cf02a97d7ea4866454 1,079 0.98/1.00 vMB 25
428,022 428,022 00000000000000000349dcfa35fb2369f0d410af883023545abd6da92ebc5fb7 275 0.99/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.54 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: 618.56 GB
    • Received: 11.20 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.