Loading Tool

Explorer IconExplorer

Memory Pool

42,838 transactions
29.12 vMB
0.07666401 BTC
Random Selection Loading Transactions
Max Size: 149.79/200 MB

Candidate Block

Mining Attempt da43c9d441d12df63ff2eff4cc108ff94b71a4be0045ba90bf73373e64d234fb
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 1b644f78513e9e8adbd491812044e2eff77200e7cf3afd78ef21a335bf319245
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,772
Size: 1.00 vMB
Total Fees: 0.01974932 BTC
Feerates: 150.75 > 1.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (732,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,963 181,963 0000000000000273de1008b6c0a7d0e2bc8ea080fe15827d813fed0ccf3c6e0f 87 0.04/1.00 vMB 68
181,962 181,962 0000000000000854b3d8327f06ccc9e0c07302a236bd887858e26557744f46c8 352 0.15/1.00 vMB 114
181,961 181,961 000000000000001afb645334224ea79fc75758a0df6afd276a9d1eabf1d59f30 124 0.04/1.00 vMB 72
181,960 181,960 00000000000009866707544707a974f868803e0d58960f2247a0141995817e9d 85 0.05/1.00 vMB 77
181,959 181,959 0000000000000a02f08deb33f210ab1f885766efca68602305afa4bfdce0008b 399 0.15/1.00 vMB 134
181,958 181,958 000000000000017e2e0fe885aa92c4fbf9c07a3c500b2c549ddee655a8be24e8 88 0.03/1.00 vMB 146
181,957 181,957 00000000000002a245c9e62a7b2fb17cd965bade1f6fd19fa6e7261c6a8ac5a3 78 0.04/1.00 vMB 77
181,956 181,956 00000000000004f72dd3b1d02279d0ebd1292b1f39abcf4e48ced6a956d4a2bf 238 0.10/1.00 vMB 127
181,955 181,955 000000000000076cb96a098c343c3ce6458108af61aabebf1e7b8993cd18d859 31 0.01/1.00 vMB 0
181,954 181,954 0000000000000a6512939387352a99afef34e30dd73fcbfef7878a754269f59d 281 0.18/1.00 vMB 133
181,953 181,953 00000000000000a6d19f765912857bbd00bed1d1f252f28941fdce78e18912e3 85 0.04/1.00 vMB 183
181,952 181,952 00000000000009a6b86e7e050d204a4ad9d5b2774df50f1cb0842c1a02f44614 180 0.08/1.00 vMB 120
181,951 181,951 0000000000000666b6b591982100a9e0fb9247dc63b49934956b0ca2a0e26e3b 94 0.03/1.00 vMB 174
181,950 181,950 00000000000007094d45a26aa9e5da532fa73257fbd6844aef6ca95d48710ea9 151 0.04/1.00 vMB 31
181,949 181,949 00000000000006f261f9ff3d9456e6f8b70b62c47087dc607ebabfbfca8282dd 256 0.14/1.00 vMB 138
181,948 181,948 00000000000004090c3ffcc3e3fa307b6cbd9c892974c9ac5906841d2e3992a4 143 0.05/1.00 vMB 125
181,947 181,947 00000000000004f4e13037d61022ad66e20e973984abba36a29f18ae25b70bfb 27 0.01/1.00 vMB 98
181,946 181,946 000000000000076e9f99e8be349355aa94a8e32cc28364d7b8cfcbd3e1baa965 321 0.15/1.00 vMB 125
181,945 181,945 000000000000096cfba2c918a7e4c649dccbc4bc742c5e54d936925babcf7a07 399 0.18/1.00 vMB 145
181,944 181,944 000000000000073a032d6692e031c8d4f2c869ffc5941e7eb0c489efb7e7623e 54 0.03/1.00 vMB 84
181,943 181,943 000000000000060c1fe19b1d7ff8985720f5995c2f3a937d974d1ec3e538fdb5 98 0.03/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 781.70 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: 629.19 GB
    • Received: 11.88 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.