Loading Tool

Explorer IconExplorer

Memory Pool

80,751 transactions
30.05 vMB
0.12530477 BTC
Random Selection Loading Transactions
Max Size: 180.75/200 MB

Candidate Block

Mining Attempt 8fb989f40c2a25afe92348f71b4cd5c9f4a1226a890ee328d3e8673ab6da24f4
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root ae2664126920a69eff6a5aa8a156af9f92b406c0cd29b8d93ea43ae64a5e4d4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,688
Size: 1.00 vMB
Total Fees: 0.05163542 BTC
Feerates: 242.90 > 5.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (341,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,564 573,564 0000000000000000001a93dee6ab555573447e121cef777e0f55e0538813021e 3,286 1.00/1.00 vMB 38
573,563 573,563 00000000000000000019fd97ff202fbaacedc650009f9dda337b9b47f77a9c7a 3,298 1.00/1.00 vMB 19
573,562 573,562 00000000000000000027964a89c5a01fe08ef7895eb81879e3f08e0ef3e34720 3,094 1.00/1.00 vMB 9
573,561 573,561 0000000000000000000d72b45dfbc715bd1cc3320ff003afa9e382b5da844e75 3,157 1.00/1.00 vMB 29
573,560 573,560 00000000000000000012a590ec5908c12e0ea307ea4e6e650f145c2a6fdfe236 3,220 1.00/1.00 vMB 18
573,559 573,559 000000000000000000283d83709f9f8fab784697dbec65975892a83bfced3213 2,681 1.00/1.00 vMB 48
573,558 573,558 00000000000000000026d9d98742bb9fa80281813d16794b8745321ead255c66 3,178 1.00/1.00 vMB 51
573,557 573,557 0000000000000000002be1066b091f15ba359f00a05d0b86b2a2ba48742f6985 3,168 1.00/1.00 vMB 29
573,556 573,556 0000000000000000001e7378194a4aa490e3e4b7950aa6d5eb9d551ce57742f4 2,968 1.00/1.00 vMB 45
573,555 573,555 000000000000000000189631b641b6633b6b96683a3d693379498521bf59b1dd 3,107 1.00/1.00 vMB 50
573,554 573,554 000000000000000000158cc13f069ba92989218576562d198c3b8d4fc17081a7 3,383 1.00/1.00 vMB 21
573,553 573,553 000000000000000000003e4d74e346e9a318e605ca38d7b9818c3cf703c1b95f 3,311 1.00/1.00 vMB 42
573,552 573,552 00000000000000000004f723050f41cdce70688e4a6bf3341fef423b34a4d6cc 3,344 1.00/1.00 vMB 33
573,551 573,551 0000000000000000000c7e76f8857b5ea9b712d9c0e3f8d09d7beccbbf71ccfb 2,897 1.00/1.00 vMB 42
573,550 573,550 000000000000000000075cde515908e84fdabfc09b8a842c4e46157b9555a60c 3,189 1.00/1.00 vMB 28
573,549 573,549 0000000000000000001dc5df02cf679701957dc8b64513ac29b3c4c482d4002a 3,186 1.00/1.00 vMB 37
573,548 573,548 000000000000000000128d79a7257163a3147aad385ad8391309495feba0ddd3 1,770 1.00/1.00 vMB 51
573,547 573,547 000000000000000000127e0b6ae52a42466a1d2472e123af3176f8d1aaf096af 541 0.18/1.00 vMB 50
573,546 573,546 000000000000000000044185fbf0a8fdebbd1851c709507bbd1ef1cd2897add8 1,012 0.30/1.00 vMB 34
573,545 573,545 0000000000000000000f3ca0bcb0684ca2cf16f494da5ed1156d19426682b929 527 0.16/1.00 vMB 36
573,544 573,544 000000000000000000032f74ca4b236bff4fe6d057200c1c817f2bd56dcc422c 1,369 0.43/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.67 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: 673.16 GB
    • Received: 16.42 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.