Loading Tool

Explorer IconExplorer

Memory Pool

80,843 transactions
29.49 vMB
0.10180528 BTC
Random Selection Loading Transactions
Max Size: 179.61/200 MB

Candidate Block

Mining Attempt 76fa0c05dc3cfa7be8c0a168e84c217c91829c53c89e33e74f78d832327c3905
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 9562a54b4767d05bbb5d6dbd1bb2286b679d8d92be7f9705a8195a00bd68e16e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.03977153 BTC
Feerates: 146.36 > 3.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (108,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,725 806,725 00000000000000000003d8f529b934d4b8b3378d91b1761c8527dcfbbfa7dcdb 1,798 1.00/1.00 vMB 30
806,724 806,724 00000000000000000000a873ae96a0f5088305b3d1d4b21f690b05361f4eac85 4,938 1.00/1.00 vMB 17
806,723 806,723 00000000000000000002c90d1ac52b35e4323d580383b0827314ccff38e4d8f5 5,667 1.00/1.00 vMB 16
806,722 806,722 00000000000000000004588d15d33873ec163aa2510aed75fd66b26c32b301b1 4,442 1.00/1.00 vMB 16
806,721 806,721 000000000000000000052ab6d87d2564b96b73a19d1f41a8f205f98c09c37217 914 1.00/1.00 vMB 27
806,720 806,720 000000000000000000009bd19867ea0f5fbe30cfc45907bedd02a0dd9a2907bc 5,963 1.00/1.00 vMB 17
806,719 806,719 00000000000000000004e93a4fc2fdce2eb872a37ba751385d07c7e1f9b0e6ec 2,327 1.00/1.00 vMB 16
806,718 806,718 0000000000000000000119a21a2e58855ffc52ea6df05b4277231b5feb391469 3,136 1.00/1.00 vMB 21
806,717 806,717 000000000000000000009ba72c6ecd75526a1e473e291da18f7ad0a50c6e8733 1,708 1.00/1.00 vMB 25
806,716 806,716 000000000000000000016337e52d11c69ba3cafdcb1ce37115bf7bd761571be0 2,631 1.00/1.00 vMB 23
806,715 806,715 00000000000000000000cb4737edb353cdac55a614a6e8519d962fd081a6bbcd 3,663 1.00/1.00 vMB 22
806,714 806,714 000000000000000000042a3dd64cd15f9a0964409d6dca56e1d3a05ff9f98ee7 2,790 1.00/1.00 vMB 19
806,713 806,713 0000000000000000000119c98b6381bab4d38ec3628c06764801c1d0b2d829ca 2,589 1.00/1.00 vMB 23
806,712 806,712 00000000000000000003c4e9cf3a6c2c5142ca8c5468c358a54c3f32f09025c4 3,516 1.00/1.00 vMB 36
806,711 806,711 000000000000000000034da381dbb2c31f54d36cde772ee326e7cef0b57a69a4 4,706 1.00/1.00 vMB 16
806,710 806,710 00000000000000000003739bb59bc184bade5c35fbe4010b6155f524a47f6fa2 3,267 1.00/1.00 vMB 16
806,709 806,709 000000000000000000050f32d8f2732548ce90eb9a9d641df27084513b9cf7ff 3,141 1.00/1.00 vMB 27
806,708 806,708 00000000000000000003709bcc801b026b2bac6b21845e0b785c18abeb42a573 2,278 1.00/1.00 vMB 21
806,707 806,707 00000000000000000002fa3c675821cf215fd6b96818ed6301289e59a22c57eb 1,840 1.00/1.00 vMB 21
806,706 806,706 000000000000000000019567a43b863ec524a722161f86fe78bcfc4e50b31f5a 4,260 1.00/1.00 vMB 18
806,705 806,705 000000000000000000005268a2598f6c1997736d8251b16b765927801fffc053 4,967 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.