Loading Tool

Explorer IconExplorer

Memory Pool

45,552 transactions
28.50 vMB
0.07093826 BTC
Random Selection Loading Transactions
Max Size: 151.36/200 MB

Candidate Block

Mining Attempt cea816cc5488e97341698ff9026dcad3a2bd1b64e53ddfa28a8db9c6b1cdbc08
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root b78a30ca2a19af480dda91c2e9a4736dd22d1369692c073b9b46d908e34b00c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,880
Size: 1.00 vMB
Total Fees: 0.01698156 BTC
Feerates: 361.66 > 1.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (345,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,134 569,134 0000000000000000001422791f8127a35f701123e72b68f47a3652b86440cf5d 3,038 1.00/1.00 vMB 25
569,133 569,133 00000000000000000000cfaa58151c1bbfe61df9ebe2d1b301ea41c6117060cc 2,695 1.00/1.00 vMB 21
569,132 569,132 00000000000000000005926ad0e518b49269ac2c6029c02a907e5e65c43a3fbf 1,300 1.00/1.00 vMB 35
569,131 569,131 0000000000000000000733898550b4bed886172af48ce2bf790164d86122598c 1,693 1.00/1.00 vMB 49
569,130 569,130 00000000000000000026e3ed4b9a76ecb694b8fa38301b2461ddac5f8473fbc5 3,213 1.00/1.00 vMB 10
569,129 569,129 000000000000000000157c129421ab5f3f0787cbe03b6284b845a688b48fe196 2,662 1.00/1.00 vMB 30
569,128 569,128 000000000000000000077d258cf6efb0b4b54298f7f26a68f381464f4b9b51f7 2,979 1.00/1.00 vMB 22
569,127 569,127 0000000000000000000de3a690dd2ed93d743a2ada96d2c60b39268f4e3ced1d 2,816 1.00/1.00 vMB 33
569,126 569,126 000000000000000000298b67e1f28715d217c6ec5f1b4474c16880d4f57c5291 2,968 1.00/1.00 vMB 43
569,125 569,125 0000000000000000002b26ad43d02fd965686a5a85e24325130e49369fd8f29b 2,731 1.00/1.00 vMB 36
569,124 569,124 0000000000000000000d9f8716f5dc665776cd5a785bab202feb0c382d76ef4d 1,798 1.00/1.00 vMB 31
569,123 569,123 0000000000000000001c85ed6ecc93e8cbd45ac3f6199a7ca81568b801e874f4 2,102 1.00/1.00 vMB 41
569,122 569,122 00000000000000000014eb6fc00dbba5c4311eab2615a5f70017c4cb9d41c779 2,985 1.00/1.00 vMB 44
569,121 569,121 0000000000000000000c4ce1a28f3c5f2953e1ddf40269541e7e666b5876f2ce 3,359 1.00/1.00 vMB 5
569,120 569,120 0000000000000000000bcf0c6e5a2cf833e8f058106031fb5e8c3de395ed28ec 2,912 1.00/1.00 vMB 28
569,119 569,119 00000000000000000000414e2e5094945ccd29f3ae97466dc727b06581bf6775 2,608 1.00/1.00 vMB 18
569,118 569,118 00000000000000000014a548e3bf1fba3df7313db8eb4a15e98850fc2fd42588 2,954 1.00/1.00 vMB 28
569,117 569,117 00000000000000000024939940f656e014414881ddc89ecab3acac719850ebf9 2,584 1.00/1.00 vMB 34
569,116 569,116 0000000000000000000061996ea3e143c3861971718cba16ef0458a4430ae8d5 2,638 1.00/1.00 vMB 44
569,115 569,115 00000000000000000007d08c7619732a45e6c0f8617c89b3c1421d3a9bc07e2c 2,666 1.00/1.00 vMB 37
569,114 569,114 000000000000000000175263a189cffb39840447a78579a32cadba50f45c7f34 3,058 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.