Loading Tool

Explorer IconExplorer

Memory Pool

42,479 transactions
30.24 vMB
0.07381700 BTC
Random Selection Loading Transactions
Max Size: 153.96/200 MB

Candidate Block

Mining Attempt f8d83a8232728316e4fbaedbdc509f0e4c5a34c38ffb7cce1ffca86af9b40106
Version 20000000
Previous Block 00000000000000000001da95720d95f2e479285085836fa441dc2489a9436621
Merkle Root cea465e5fe1b8c9f4d8cf9cde47fd641aa551c31bb28f376a293b08f5985cdfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,805
Size: 1.00 vMB
Total Fees: 0.01339033 BTC
Feerates: 150.75 > 1.34 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,585 (292,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,195 622,195 0000000000000000000864f6e59e9d33420b7048ce836f3239515e80c4409efe 2,312 1.00/1.00 vMB 94
622,194 622,194 0000000000000000000ee8d1882f76a4514441ea5cf8078a4f47a161c6e47cbf 2,664 1.00/1.00 vMB 93
622,193 622,193 000000000000000000108b6fa873ccdde837201357cd1bb69c774d05beca5d3c 2,041 1.00/1.00 vMB 19
622,192 622,192 0000000000000000001089a19d776072a70c784ba231a29bc66d7a56838fc175 2,811 1.00/1.00 vMB 21
622,191 622,191 000000000000000000032d13f76dd0ebf1da846e8169e595ef15c79d92c10097 3,069 1.00/1.00 vMB 69
622,190 622,190 0000000000000000000c3e951a92f9b58a6f80cd2507f206813448249ba3bafb 2,482 1.00/1.00 vMB 91
622,189 622,189 0000000000000000000a1fcadf899a232dfab9367dfac1da64c09c74f419d6f1 907 1.00/1.00 vMB 92
622,188 622,188 00000000000000000010bdbe15f3a5aa6346e8a3908f4ef9e98886b355383214 2,143 1.00/1.00 vMB 88
622,187 622,187 00000000000000000007777803f96517b55557831c9884c9da78d6310622a5f6 2,580 1.00/1.00 vMB 21
622,186 622,186 000000000000000000090743c7ca9ebc0f825b6534b2574020fcf2f69974efc8 3,129 1.00/1.00 vMB 88
622,185 622,185 00000000000000000001f6e17c305f5f7fa6549e48d655f821833b33b7e535c4 2,191 1.00/1.00 vMB 27
622,184 622,184 00000000000000000007611c761a8468509ff5a442ddb6ab84fd7dc33ce26f82 1,892 1.00/1.00 vMB 10
622,183 622,183 0000000000000000000a1749842e3d28dd54d611bd5f3b58080e0f1bdba08c47 2,510 1.00/1.00 vMB 17
622,182 622,182 0000000000000000000b6c331a20582baea89df5ad7ecab48c891ee3d61e8fa0 1,115 1.00/1.00 vMB 94
622,181 622,181 0000000000000000000132d0fd655d947a872f8a2c30990e3564451dda2274b6 1,734 1.00/1.00 vMB 86
622,180 622,180 00000000000000000000ac10a2603c2f90665d9c33bef772d1ebb44c0c00e3f8 2,875 1.00/1.00 vMB 23
622,179 622,179 00000000000000000005a0840cd3f181d1f7dbdca0dc877882fdf4ff4ac247c9 2,616 1.00/1.00 vMB 22
622,178 622,178 000000000000000000015957b9f87b85430d4e20c1c7f154b4cf47996793e681 1,940 1.00/1.00 vMB 55
622,177 622,177 00000000000000000003de7d68f7f2085cb8233dd51f61c2fd94b4e676a26d73 1,960 1.00/1.00 vMB 74
622,176 622,176 0000000000000000000319b3e1d7e54d77b331f6c3c8fa10b8056f0f3be37aaf 1,180 1.00/1.00 vMB 93
622,175 622,175 00000000000000000002f942913ef00b1fd4a2e15495bae28caa8d9ac8e5bcf7 2,235 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 781.66 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: 627.25 GB
    • Received: 11.73 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.