Loading Tool

Explorer IconExplorer

Memory Pool

42,240 transactions
26.15 vMB
0.05191436 BTC
Random Selection Loading Transactions
Max Size: 137.33/200 MB

Candidate Block

Mining Attempt e74d5254678752a54353ecdcce5ab267ac53fdbecdb5652ea107ecfda55c4e09
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 982a136f69008d6c269fc3663be7f461a66e33deff19a019a624c4b9cf253e7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,627
Size: 1.00 vMB
Total Fees: 0.00407803 BTC
Feerates: 40.21 > 0.41 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (83,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,127 831,127 00000000000000000002ad41552245db418887f193af18d9e0166b819f313802 2,311 1.00/1.00 vMB 18
831,126 831,126 00000000000000000002d127b479b305bba5a18559319e4279300c8d6f4eea4d 2,746 1.00/1.00 vMB 18
831,125 831,125 000000000000000000015b814bfb29330e2860a78fd8001dcbfa82884e3d2457 2,807 1.00/1.00 vMB 24
831,124 831,124 00000000000000000000edfe523d5e2993781d2305f51218ebfc236a250792d6 1,004 1.00/1.00 vMB 14
831,123 831,123 00000000000000000002f6c81c7211eb7a02e95ba9e5b0bfc3d445edadfebc44 1,378 1.00/1.00 vMB 14
831,122 831,122 00000000000000000002a6425124f3b4223915a402c202730421f51eb95995bf 1,970 1.00/1.00 vMB 12
831,121 831,121 00000000000000000001cec4880b720c08f6f6ed8895eb5472f581474ca08ac7 3,087 1.00/1.00 vMB 24
831,120 831,120 00000000000000000000f9ee8a57f337ed3fff8bb1876e51ed56b9ed79166a12 2,194 1.00/1.00 vMB 13
831,119 831,119 000000000000000000018810921cfa29b069bdcc761f54a38d77e648bd88cb2f 3,413 1.00/1.00 vMB 20
831,118 831,118 00000000000000000000cc6963bf5a427262cc9d24f8d2303e895823d1a1664e 3,373 1.00/1.00 vMB 16
831,117 831,117 00000000000000000002b6cd2dc38e3b3ed7f86e304ad85ec77834fa951627fd 2,271 1.00/1.00 vMB 13
831,116 831,116 0000000000000000000062f69691a2a6353c28ece78da1e29b2bd12cad8a0577 2,188 1.00/1.00 vMB 14
831,115 831,115 000000000000000000030fb80d91b7094e7df4ec020b832f87b8d37f320959b2 2,584 1.00/1.00 vMB 18
831,114 831,114 00000000000000000001a20ce7d94295f71df6467c58afefc977ed7801488336 3,569 1.00/1.00 vMB 19
831,113 831,113 000000000000000000011f2f4771177572202c84c04c698eee68d5d27870fc9e 3,325 1.00/1.00 vMB 30
831,112 831,112 00000000000000000002a9f5dffc054b6bf8de7e694c51b958c71e1fc387246b 2,984 1.00/1.00 vMB 21
831,111 831,111 00000000000000000003237c16f6197ef3358dd5a6d8cf3a5f5710b1d51ed9b1 3,597 1.00/1.00 vMB 33
831,110 831,110 0000000000000000000309bd2254858461d0126dac0d6394df5dc63f0b23c865 3,025 1.00/1.00 vMB 16
831,109 831,109 000000000000000000025e6a6efb357c1acf27506ae863df0bc82035e7719864 2,985 1.00/1.00 vMB 22
831,108 831,108 00000000000000000002c612571e7a4c5d0bbc22ae11f81719a50b1ed16e53f8 2,500 1.00/1.00 vMB 18
831,107 831,107 00000000000000000000c8c8a0c35b3011c4eb0acca3078d1b07a7116a799ef4 3,557 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.