Loading Tool

Explorer IconExplorer

Memory Pool

61,477 transactions
35.14 vMB
0.11020350 BTC
Random Selection Loading Transactions
Max Size: 186.04/200 MB

Candidate Block

Mining Attempt 0eb830f593f7e0b30285a00ece458f12f0375c21d2f9856add14e4a9b59e73a0
Version 20000000
Previous Block 0000000000000000000193cf6124fafcde4bea4e3849501cd177b3e255e38e24
Merkle Root 1db2993730716eb5f6811920aa873d1463b813a06d6c7f708351c79b9a8f4a21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.03780786 BTC
Feerates: 301.05 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,401 (822,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,336 92,336 00000000000562da0dc8d49d963ced3ef08a3b1f9a86842feec9af574d4fcb83 3 0.00/1.00 vMB 0
92,335 92,335 0000000000024477dc28c4748d96148f6bd441b0d44e372ef1810d6433f2f82e 1 0.00/1.00 vMB 0
92,334 92,334 000000000001535a21e42ce7958f2b017a4611aa914bc9c66df3980b95f49a36 1 0.00/1.00 vMB 0
92,333 92,333 00000000000b0678bf4c668b7a0c7bfc42b4e386e6c03f7f73c68df4af2b4e6a 1 0.00/1.00 vMB 0
92,332 92,332 000000000006326e060b0386d9a39fa59fa3f787795216ca24e75ff5da924113 1 0.00/1.00 vMB 0
92,331 92,331 00000000000d2fa8fa9ad15311f013d6c137125e29ebc24e49d0527dfe20d613 1 0.00/1.00 vMB 0
92,330 92,330 00000000000a7c9bfd9b4fcda8920438f7ee5ffa104dd8c8920b2e8dcbe61251 2 0.00/1.00 vMB 0
92,329 92,329 00000000000361102b3b53dcfe4bd2fb973dedae8390db5fca6b906c55355f9c 1 0.00/1.00 vMB 0
92,328 92,328 0000000000096fc89eee11b200930653ade02f07316c054c51de56cc35e97f44 1 0.00/1.00 vMB 0
92,327 92,327 0000000000046e768c41ccdcd0f7648465100134fdaecb7d7c3b1549a3ec706f 1 0.00/1.00 vMB 0
92,326 92,326 000000000000c155c81bbe94c337028e3206f63e4ef762891d6fe0a39b297e3d 1 0.00/1.00 vMB 0
92,325 92,325 00000000000ddf7895efe6aaec203d3b88a6587a132f08f4896c4e391cfe99fa 3 0.00/1.00 vMB 0
92,324 92,324 000000000006badbb06db138e706ca0b945792fec680f930a0e5b4cda49d999e 2 0.00/1.00 vMB 0
92,323 92,323 00000000000346da7af1992963ab792e3c19c14dccc59b660108b869bb9bd007 1 0.00/1.00 vMB 0
92,322 92,322 000000000002cd848d85b3ee55c24c21b24f5b5e5ab6fefc0bb3d87851c1cd73 2 0.00/1.00 vMB 0
92,321 92,321 00000000000d856bd3a3d3d3cadf6add91d842346c8c6ec1d0e2fd15f88d7da5 4 0.00/1.00 vMB 0
92,320 92,320 00000000000a08a7d6e83b850c011c21dd5f89d039e66461ca22154805aba624 1 0.00/1.00 vMB 0
92,319 92,319 000000000009bdf41ec877079c4136591abc8c6a79e276dc2b6c1cd0a26db4fd 1 0.00/1.00 vMB 0
92,318 92,318 000000000000e78a481036e0f0e70d3d5ce21831a16cbefcb006d6a73c7a2b69 1 0.00/1.00 vMB 0
92,317 92,317 0000000000098077d21eebfd88158e5a1113855903add4bde9d230173f4542d0 3 0.00/1.00 vMB 0
92,316 92,316 00000000000152e3341e926bd6b3a54cee071742e7b50e651f7bd8eca6a56834 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.31 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: 599.83 GB
    • Received: 10.04 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.