Loading Tool

Explorer IconExplorer

Memory Pool

43,146 transactions
30.75 vMB
0.09971695 BTC
Random Selection Loading Transactions
Max Size: 156.43/200 MB

Candidate Block

Mining Attempt e5c91d90ce439d9675b09a2d25529298b667048700ce9e1233ea95a29adfb871
Version 20000000
Previous Block 00000000000000000000ff70d2eab8ba39c62939af77ca332015a8c22a4f40a3
Merkle Root 88961737afeda40fd8281fd0a81d09e4dfb4bd8a5aba3d359b621d2d3ec979b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,425
Size: 1.00 vMB
Total Fees: 0.03797776 BTC
Feerates: 124.04 > 3.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,444 (828,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,386 86,386 0000000000239548f1c15868c1a9d180133daef99943a730d75517e272faef54 2 0.00/1.00 vMB 0
86,385 86,385 00000000000828a360cbe37f4c2ec5680709231b4807aed64e74a0c184d844fa 1 0.00/1.00 vMB 0
86,384 86,384 00000000001a848c4849f426fcd7cb8cafaeb7710dab1634908cb902bae77ac8 4 0.00/1.00 vMB 0
86,383 86,383 00000000000acd6e7ce5a4106316e27d8a85e04b50ea2b13558205631543c7b9 3 0.00/1.00 vMB 0
86,382 86,382 000000000015581a0e9273e357cb796fadd31aa9db2a9b0a4f52357a2d7c64c6 1 0.00/1.00 vMB 0
86,381 86,381 000000000008bd44df7d8272ac4332be2363df723ae4205ab01eeec931294025 1 0.00/1.00 vMB 0
86,380 86,380 000000000021ac4045c128f2c3d0a9e835e5bbd465ae7043925120bf789ddc2a 1 0.00/1.00 vMB 0
86,379 86,379 00000000002d314ff3d64ee82782872f461c6b7bf9371103f8a676c8af0b7096 2 0.00/1.00 vMB 0
86,378 86,378 0000000000241dbe2b2c3dbc1f1ba5d500953504f6d7ae44b7b8f5349ff6081d 1 0.00/1.00 vMB 0
86,377 86,377 000000000009f0119f539f17315b2ec77b2c2732e6d12b3839c115859a2a7dd8 1 0.00/1.00 vMB 0
86,376 86,376 000000000020b96e9537e307005631dc06b49c037d28ed29e3aa88ae25e7c5e3 1 0.00/1.00 vMB 0
86,375 86,375 00000000001f23a7822fb1e813523a7d6975fc119b464846273f4d587d048b27 1 0.00/1.00 vMB 0
86,374 86,374 000000000026e268b0bfc0997c9df68c4b85f695bcbdc7a823491aee73adcb2e 4 0.00/1.00 vMB 0
86,373 86,373 00000000002747f9fe34dfe0cb0b412b73fd5f50b670f2a4be142db7fee02013 3 0.00/1.00 vMB 0
86,372 86,372 00000000001f9070fe9afa1a41c3f0bc3f07cab1a15d44999f2942f81ef599a3 1 0.00/1.00 vMB 0
86,371 86,371 0000000000120ee051f309eac36b0ad58a2f7079d3c453c87ddbb759fc050fa7 1 0.00/1.00 vMB 0
86,370 86,370 00000000001a8b77da454e0fad52fca6a277ebd9d562dc8a4017135e54798e6a 1 0.00/1.00 vMB 0
86,369 86,369 0000000000021f4215dd5bda9793c40707eb200c799d2df5fd7b8cd9ea559398 1 0.00/1.00 vMB 0
86,368 86,368 00000000000548ff9c47be9bc1c4481defa19b0a40ee57599554588fd268d56f 2 0.00/1.00 vMB 0
86,367 86,367 00000000001932c7abc4a2bdd3c4292b708a1480983b5495002a669bf2156224 1 0.00/1.00 vMB 0
86,366 86,366 0000000000122fb00ba5e7135d89ca621b4399c84b3221af04f4a29b7f1e5a8b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.39 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: 603.00 GB
    • Received: 10.49 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.