Loading Tool

Explorer IconExplorer

Memory Pool

38,755 transactions
26.46 vMB
0.06602172 BTC
Random Selection Loading Transactions
Max Size: 136.37/200 MB

Candidate Block

Mining Attempt 60537233ff3e48ae5310c925580ddae5ed26000c17e733197280ea0e39ef5f69
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 53ddb87766ca104b72c7d2adee1387da56f38700d9c2c090218fc3dbe5667eb2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.01666718 BTC
Feerates: 199.22 > 1.67 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (342,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,564 572,564 000000000000000000110e12804fc101f8130d43e3f4d3c00fd98a32ee22d662 2,125 0.93/1.00 vMB 12
572,563 572,563 00000000000000000019593d68bdf2c0ffa630a7858b59b886e3f0ae2c6bdf2e 3,176 1.00/1.00 vMB 19
572,562 572,562 0000000000000000000c4672357b56de7fce7d930a36f7405254b5dc1a78aa16 3,020 1.00/1.00 vMB 43
572,561 572,561 0000000000000000002a17a617c9b45b3d3295b222f51f3c577729d42b8b5991 1,033 1.00/1.00 vMB 4
572,560 572,560 0000000000000000002a890a38d52f931819cfaa66c169847df9e12f30a608d4 884 1.00/1.00 vMB 5
572,559 572,559 0000000000000000001e2873101b9602bcb1f604638f0c96e0efd06882947139 2,169 1.00/1.00 vMB 8
572,558 572,558 000000000000000000053d34c71b0aa44445330357c1c163c8a4f92993ee56cd 2,330 1.00/1.00 vMB 19
572,557 572,557 000000000000000000272ae5ede0268a0479faf8e08912cc735facc3fade9726 2,103 1.00/1.00 vMB 14
572,556 572,556 00000000000000000005f3261ff44f4bcee2d9b1eaeb506841ba902ead7e2da4 3,203 1.00/1.00 vMB 19
572,555 572,555 0000000000000000000e1973a9a3f81240dd9795b25a5518405b8665fe975e27 3,134 1.00/1.00 vMB 46
572,554 572,554 00000000000000000015b768da67802179faf8db360cf3dc8fb0eab3f84c70e7 2,820 1.00/1.00 vMB 22
572,553 572,553 0000000000000000000b8aea7a7e5711374d9acec73ba063a68adaad42b7b9db 2,886 1.00/1.00 vMB 13
572,552 572,552 000000000000000000228caca791bd5afb686a82ae96e45d8c2cdb72025a0ddd 2,121 1.00/1.00 vMB 6
572,551 572,551 00000000000000000024b33daab0b4e556204f486b6f5baa52c19d55f573ee00 2,632 1.00/1.00 vMB 10
572,550 572,550 000000000000000000115d7c43fcc30d0e39a06278fe5ee515acbcccedcfdfad 2,659 1.00/1.00 vMB 4
572,549 572,549 0000000000000000000a8874397fe99dfcfa6901da718d2a03629fe41d1f8d55 2,895 1.00/1.00 vMB 54
572,548 572,548 0000000000000000002bbfad86f2681369e6e0b43cd2ac8c1ec9f8834e0a3157 2,880 1.00/1.00 vMB 24
572,547 572,547 0000000000000000001713702a8220105eb6eb3aafc7511039770f3dc11ae830 2,560 1.00/1.00 vMB 23
572,546 572,546 00000000000000000006b5fa9bf5bae7248eefe2acf589e13e6451e5fdb663a9 3,369 1.00/1.00 vMB 26
572,545 572,545 0000000000000000001e016fa347d783ab85bd432ec81208302954ab947c6bf8 3,136 1.00/1.00 vMB 38
572,544 572,544 00000000000000000004b26b4dcf718a920a7ab5d2a47b8fe31aec4314c41122 2,164 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 635.30 GB
    • Received: 12.30 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.