Loading Tool

Explorer IconExplorer

Memory Pool

82,955 transactions
31.22 vMB
0.11201496 BTC
Random Selection Loading Transactions
Max Size: 189.60/200 MB

Candidate Block

Mining Attempt a39d729cb115b0f264abc4e731f7663c907676690c86544d2d27884fa622b4a6
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root c8cb362c0fc77cf494eaeca5a7e3ae5e6d7f22887c19dc1dffe900227b1cdcca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,987
Size: 1.00 vMB
Total Fees: 0.03587325 BTC
Feerates: 200.89 > 3.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (457,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,802 457,802 0000000000000000003c449976b8ad317ef799bc6adbe72aada53bd2c2c8d665 1,109 1.00/1.00 vMB 90
457,801 457,801 00000000000000000133c7ddaf0d8af7493226411fd34c32f5756dd77fe1584f 2,199 1.00/1.00 vMB 152
457,800 457,800 0000000000000000016ed67fed5ae90249bde10f8d90e980bef1768ac0d94858 2,453 1.00/1.00 vMB 214
457,799 457,799 00000000000000000184a03b7fead78d037e58bf69c852b6ee63cf7b6b83e707 1,893 1.00/1.00 vMB 219
457,798 457,798 0000000000000000020fa0c203972e3187a708bcaf34ebfc5b5ff9301866f6f5 996 1.00/1.00 vMB 174
457,797 457,797 000000000000000001cc6ea19e3d13d3cf37b9b59db1d61128e8de8293edbfb7 1,763 1.00/1.00 vMB 115
457,796 457,796 000000000000000000ac45120f0f4841fca89ad645361da4fd89adfbc18ea6af 2,347 1.00/1.00 vMB 191
457,795 457,795 000000000000000000550cbcfeabad2f5f280897ed87c0aefc2527bd3b2a6197 2,286 1.00/1.00 vMB 150
457,794 457,794 0000000000000000004c7d96d8b266181518acc5c4bb2b953726b46960256b9c 2,130 1.00/1.00 vMB 159
457,793 457,793 0000000000000000010c5ad8a5d31de4e5eae95b58b15631f8bf591d184eb7d2 1,920 1.00/1.00 vMB 180
457,792 457,792 000000000000000000cfd3dcdc7549d41c1df9d5f1d95060fe7be67d8e70da73 2,433 1.00/1.00 vMB 196
457,791 457,791 000000000000000000d0452edcb2efc87dc7984a9c85d9d1cbf558b9a447ee1f 1,454 0.66/1.00 vMB 143
457,790 457,790 00000000000000000011e99ce12a39d9930eff6b512070b86063004da7242574 1,096 1.00/1.00 vMB 89
457,789 457,789 00000000000000000152b06e0bf133439bcc9995c5ab40b152f70be083fe6147 369 1.00/1.00 vMB 9
457,788 457,788 000000000000000000a004fd3da8f8f52cf3c2018718573354606849fd6dc020 1,920 1.00/1.00 vMB 139
457,787 457,787 0000000000000000007021c1b332fe71e5ace73abe40c65b2f44483a341de8a2 1,917 1.00/1.00 vMB 125
457,786 457,786 000000000000000000952ff73b11d2e4b5a12893212400c9797c66995debbfe4 2,187 1.00/1.00 vMB 203
457,785 457,785 0000000000000000019f7104e10cb3c604ad769591399182e985da2b66f430a4 541 0.39/1.00 vMB 74
457,784 457,784 0000000000000000005654f04cf1059db9eaeaf88e9a57a11a0aae523b687b67 1 0.00/1.00 vMB 0
457,783 457,783 000000000000000000b8014be3293c24951cb7f12c683c05f40acf163646a379 2,098 1.00/1.00 vMB 135
457,782 457,782 0000000000000000014b0c9de59921b8a6f0a9795d340b6cb72a2bed8dd74f57 1,838 1.00/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.