Loading Tool

Explorer IconExplorer

Memory Pool

79,545 transactions
29.90 vMB
0.11387256 BTC
Random Selection Loading Transactions
Max Size: 179.51/200 MB

Candidate Block

Mining Attempt b65580ba918acec005f45393f587c73f50f3cc595373e12b8d0289439d24c469
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root dc747c60e0320d062a985c162965587ff955094b8a3f87c87ad3d2b2724997a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,013
Size: 1.00 vMB
Total Fees: 0.04776042 BTC
Feerates: 150.80 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (70,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,390 844,390 0000000000000000000051f7f4de52e61d4a5610e61908d25162ac1ad93fe30d 2,036 1.00/1.00 vMB 16
844,389 844,389 00000000000000000001a5a7ca2f55ae5b6a4b074d16bff5bcf41efdf040f4e2 4,137 1.00/1.00 vMB 8
844,388 844,388 00000000000000000000196748044dcbd26a5c25fa6ee571054ae3beed8dbb54 2,553 1.00/1.00 vMB 11
844,387 844,387 00000000000000000000645896e493cfe8c6a9841d2ae7720ce897e0ae7c974b 4 1.00/1.00 vMB 40
844,386 844,386 000000000000000000032331a0ca65d3e670cf9597b5f0b58dccad79ffa14967 4,528 1.00/1.00 vMB 17
844,385 844,385 00000000000000000002e2e26e1f8131c6103b9ca551e6d7e37e9e40cdd3f99c 4,140 1.00/1.00 vMB 12
844,384 844,384 000000000000000000030ba7f18f3a4fe105d7c8f6e6ce7ad7bbedcd3dea12d2 5,212 1.00/1.00 vMB 13
844,383 844,383 0000000000000000000196494166922c4cfc61ece170b7a0358cec1538de608b 4,967 1.00/1.00 vMB 14
844,382 844,382 00000000000000000002609f77b6a28e8fe990f2ccc8983b1ea55ad994a6533d 3,452 1.00/1.00 vMB 14
844,381 844,381 0000000000000000000314053c31dcbe6f1091ba31de2fb6b3c2885fb2d7978c 3,731 1.00/1.00 vMB 10
844,380 844,380 00000000000000000003424c55fe63f2cc2506c8097a83fa6147cf193aad7b0b 3,522 1.00/1.00 vMB 12
844,379 844,379 0000000000000000000260ea81980735b359c8329738cb7f71eb20bf02831ecf 3,725 1.00/1.00 vMB 19
844,378 844,378 00000000000000000002688965f96df0931b5d3995d1ebd44890c6495a7bb74d 7,345 1.00/1.00 vMB 7
844,377 844,377 0000000000000000000267f52c9892e9117177e0db223c48cc43239b141dc864 3,822 1.00/1.00 vMB 12
844,376 844,376 00000000000000000002bef29922e6ec58bb014f35bf7c7380f6d5d766cc2223 5,071 1.00/1.00 vMB 9
844,375 844,375 000000000000000000012526273f7fe03df2061f5f6e6d91b67c7d65d17a19aa 4,152 1.00/1.00 vMB 13
844,374 844,374 00000000000000000002d591324713c30c161311efccea49720d615738dd078e 2,703 1.00/1.00 vMB 10
844,373 844,373 0000000000000000000229aa23060dcf26f45a7e87ad1973a9d2b3251fa360fa 2,914 1.00/1.00 vMB 11
844,372 844,372 00000000000000000000676931bd6b058eed802cdcbeb82a2a140330adeb18be 3,035 1.00/1.00 vMB 16
844,371 844,371 00000000000000000000fc2be55f906d2cd96b834ac562ebf5b81765f24f4f86 3,344 1.00/1.00 vMB 19
844,370 844,370 00000000000000000000f91d45cf79c9f8ad0800fab4ecf819e6b2f1fda1f777 5,550 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.