Loading Tool

Explorer IconExplorer

Memory Pool

46,234 transactions
26.86 vMB
0.08818249 BTC
Random Selection Loading Transactions
Max Size: 142.78/200 MB

Candidate Block

Mining Attempt a5a51cae8d3c6c11f626f0f18719862e9ed180793ebc1c3e15e41ec1215e8fea
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root dbfff81a4cf1884ec980b400a0b5e25c7c58f6c3a9ca916c9c25def5f6e1cb64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,230
Size: 1.00 vMB
Total Fees: 0.03859458 BTC
Feerates: 101.64 > 3.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (806,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,405 108,405 00000000000244728f7d1b8e25bc4767408df314afee79fc8917aa2e89db40d5 7 0.00/1.00 vMB 0
108,404 108,404 000000000001ca372677122c3fd3e1d8c76d6d750c4386aaa84d9f827a66e123 1 0.00/1.00 vMB 0
108,403 108,403 000000000001de6f4462f8e17fe399870d91539e63c96cdb1c459ad04f3c1d63 4 0.00/1.00 vMB 0
108,402 108,402 0000000000001855155f6d39668c18eb72677eb70f6fa340a3195f474fa269e6 22 0.01/1.00 vMB 0
108,401 108,401 000000000000a9ea3293f5c6f9f8ee9911650a47dca77e1a3273ccf215242d62 3 0.00/1.00 vMB 0
108,400 108,400 000000000000c19f9adc07014fa635b58b4b537386adeeab8ba6e22f7893517a 9 0.01/1.00 vMB 0
108,399 108,399 0000000000000ea8b1c8c250c1e329f3a79b33b95d7f913806a955b036708305 2 0.00/1.00 vMB 0
108,398 108,398 0000000000021cc73bc43644afb0f4d2d396227f970ef10a766c54d148030403 5 0.00/1.00 vMB 0
108,397 108,397 000000000001e17d4be4c5e44b34843d736cbaa992dfedf6d2ed3d9144960aa1 5 0.00/1.00 vMB 999
108,396 108,396 0000000000004bc6fa7c96bfd6b8c3e70cd774ad663b1d4eeb557ec38e98efbd 31 0.01/1.00 vMB 129
108,395 108,395 0000000000011a58390644e5fb38caa2a4a4e3bd8d213cddb8ba42e6142e96b9 8 0.00/1.00 vMB 0
108,394 108,394 000000000001384376582b1db67f01fa9fd678ff12af4e79960c344e7a9c044e 11 0.00/1.00 vMB 0
108,393 108,393 000000000001581d418db3afd16dc870218d92a4c461d889c625a5055a99cddb 1 0.00/1.00 vMB 0
108,392 108,392 000000000001a7bd37ef8bf8e84c8a8f55b9ff299b333556e29781a5d8276c20 3 0.00/1.00 vMB 0
108,391 108,391 00000000000063c1d877863403f38b0c57be145569b172c40ae42b453b7d5000 1 0.00/1.00 vMB 0
108,390 108,390 00000000000085098b6ca15e035dd465f88b6eabb3b159efb0fc417d72d822e8 1 0.00/1.00 vMB 0
108,389 108,389 0000000000015f63bae551b919c1c3384d942275d1fd9502819ea4b3a74be7d9 1 0.00/1.00 vMB 0
108,388 108,388 000000000000c8e08d9e115210ae80c7ecd645e3bb6a9692f2b0ad1c495ab6de 5 0.00/1.00 vMB 0
108,387 108,387 0000000000008b4266b39ad414a243528eff5b1736292aa3b9569864d6c5a808 11 0.00/1.00 vMB 0
108,386 108,386 0000000000027cd31fffddf65f8475c80ca48eae768b8eeee5bf3a6b8b5d35df 20 0.00/1.00 vMB 0
108,385 108,385 000000000000a078904a9d716762303c5abb9603e20ea821704c393631caba3d 7 0.01/1.00 vMB 0
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.81 GB
    • Received: 13.09 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.