Loading Tool

Explorer IconExplorer

Memory Pool

41,924 transactions
27.61 vMB
0.07105712 BTC
Random Selection Loading Transactions
Max Size: 142.90/200 MB

Candidate Block

Mining Attempt d5e000442ca0fbfc170ef9ef4ad77079b8b28b2962c8e872e50c4ecef0a55ed0
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root b0ceb6a956514d1dc562c2bae4d0f14942096dd0ef2769f6178dc73545e690f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.01629165 BTC
Feerates: 100.53 > 1.63 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (222,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,205 692,205 00000000000000000006af3132ae7e718adc5f598480e8bbefd198047dba2eac 2,377 1.00/1.00 vMB 33
692,204 692,204 00000000000000000005e90c207ecd6c41ffbd8c1efbc371dd479ba651a9b6a9 2,785 1.00/1.00 vMB 12
692,203 692,203 0000000000000000001376237438cf0130598cb5bd655be0fc6aecb1657fb030 2,233 1.00/1.00 vMB 11
692,202 692,202 00000000000000000002e75c2e8ebf8b55d6035be3b5c4c398e4069d86140759 2,572 1.00/1.00 vMB 27
692,201 692,201 00000000000000000002de9386f51fa2ee7f2f66ab202c1de0b019102d50c28c 2,834 1.00/1.00 vMB 9
692,200 692,200 0000000000000000000107331de56a1abcc1459ad6d40a287dc2c19ca66b17ca 2,855 1.00/1.00 vMB 22
692,199 692,199 0000000000000000000f1b7393035bac2e80b2ea711ea447daa8b84f30a48f53 3,112 1.00/1.00 vMB 9
692,198 692,198 0000000000000000000dc9e866f6544290209beeea420106c73593b7775e0472 1,938 1.00/1.00 vMB 15
692,197 692,197 00000000000000000013f65a866344fa0e453f86f4884faa9416c83718e8bb51 1,285 0.56/1.00 vMB 12
692,196 692,196 000000000000000000066faa23b677eae015ee6b188dd02ba9b24e296e018c0c 31 0.01/1.00 vMB 5
692,195 692,195 0000000000000000000c580c84148bf988e3156a0033d4aa6ab8ecc9a6eedb48 330 0.11/1.00 vMB 11
692,194 692,194 00000000000000000001d30f270f97f198e7198c50d905eeb8a66149e81360c1 2,307 0.75/1.00 vMB 17
692,193 692,193 0000000000000000000908e7ff1e0db72ead3d64e1714770a0569076a066464c 1,795 0.89/1.00 vMB 15
692,192 692,192 0000000000000000000a7956daf069b286dbadb1bc34aaab1d43d22da761e011 2,594 0.99/1.00 vMB 19
692,191 692,191 00000000000000000010b25dfcaf04ef4d67218f341af447493a291851a8d1a9 2,223 1.00/1.00 vMB 9
692,190 692,190 0000000000000000000d7f70089fa6b4bbbd9961b2efb7aa49363e5822526d1f 1,681 1.00/1.00 vMB 9
692,189 692,189 000000000000000000058f08bc0abac7e5b44e188c4c30a6b20103424a3d7d80 2,453 1.00/1.00 vMB 19
692,188 692,188 0000000000000000000cb8373cd754944479c23e15304bc0011248b4c37ce929 504 0.20/1.00 vMB 22
692,187 692,187 000000000000000000086f48ff5a758dfd9a2ecb4b8f4cf1ac7597b4ada3334b 996 0.36/1.00 vMB 14
692,186 692,186 00000000000000000002ade60726513c3b4b3295fefb67ac76b9bc21d0a00651 1,435 1.00/1.00 vMB 7
692,185 692,185 0000000000000000000f45afe3ecf68282c54b23299fe8be943f54bfd534b844 2,847 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.