Loading Tool

Explorer IconExplorer

Memory Pool

74,757 transactions
29.47 vMB
0.08165205 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt d615c93a5fa9abcf4325b1aa8e936e51a9f67ddab92df790e127a48e169ac442
Version 20000000
Previous Block 0000000000000000000115b51ba7335de0a726fb6da2e48e87efe4db32d52752
Merkle Root 007c170120430e79e464c521ba3f6c794e6ceef2b5566f43b8abd73cba2d2652
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,782
Size: 1.00 vMB
Total Fees: 0.01458714 BTC
Feerates: 61.00 > 1.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,447 (717,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,563 197,563 0000000000000646df0ac017b608e1a88d80ca7dfa9becad4575cdad96b6e188 127 0.05/1.00 vMB 100
197,562 197,562 00000000000004567d16bb291ceb1511533fb9100d1ece2a8bfd6e48257726d6 325 0.18/1.00 vMB 104
197,561 197,561 00000000000001af9ce78875934974778b37968e74fe91a8e422fa9703ddd86f 70 0.05/1.00 vMB 575
197,560 197,560 000000000000012e04b287a5f2ff8173b0190bf763ddd4f9c4f1c9e25c4e8fa9 54 0.03/1.00 vMB 41
197,559 197,559 00000000000004a6f7377d29eae253143e77957ca20bb240bf6ef575341cac4c 530 0.22/1.00 vMB 257
197,558 197,558 000000000000040c93749ef07beb5659a72ef19caa0d8e8ef4f80ffd0f4238b6 1,024 0.38/1.00 vMB 231
197,557 197,557 000000000000040afa3232b4a6acddeb9c3e9e391e8d8538b0b72c0d7bc4b6d1 256 0.15/1.00 vMB 34
197,556 197,556 000000000000033d28c586c100560ae085a283a016591a4aab0d4b22e708ac14 230 0.09/1.00 vMB 164
197,555 197,555 0000000000000290bd8774bf188feef7425c6ccae5168caddbcabd91eb198801 425 0.16/1.00 vMB 157
197,554 197,554 000000000000014c4a32befc8592716b9286614c322688ce555ab6eeeabe4cb0 187 0.08/1.00 vMB 101
197,553 197,553 0000000000000260ecac95867df700afae0db869eacc465a14a590f7a03a03fc 690 0.25/1.00 vMB 163
197,552 197,552 0000000000000570f9cfd7908fc834a10faa8edcbb9455ab22f387e3ed1c625f 559 0.25/1.00 vMB 135
197,551 197,551 0000000000000301d3e912f0256431a974b4b4825f2cb3e9fbf75a4837cf1b9e 221 0.08/1.00 vMB 172
197,550 197,550 000000000000040b2853ab2e5366547f71e235512232b2da58f3cc9b2f1c9c5f 512 0.21/1.00 vMB 17
197,549 197,549 000000000000006a81e84c7e00988bc94a6b788b7103da1bdc24a38717f7401d 422 0.19/1.00 vMB 169
197,548 197,548 00000000000005047b1a1bea0c3b02b34c27b087f27ba14ad47a3a3263f6ede2 197 0.06/1.00 vMB 89
197,547 197,547 00000000000006cb3dc5ddc23d12951b4aef34683e5e00735468710f9a7e1ac1 545 0.20/1.00 vMB 392
197,546 197,546 000000000000011a37f1349e69961578f2daa941ac293f194662369965b79880 10 0.00/1.00 vMB 165
197,545 197,545 000000000000065714f71fefccecf18db53579b2a397c84f92e159197a015538 241 0.09/1.00 vMB 158
197,544 197,544 00000000000003e15d05eb2eba712982e828085dddeaa0844b44a4b3e2b1e1a6 122 0.04/1.00 vMB 105
197,543 197,543 00000000000003081fc7e0b0815985c842c3973ef583c0e56f24a6a769b7ea13 44 0.01/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 783.17 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: 749.57 GB
    • Received: 18.82 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.