Loading Tool

Explorer IconExplorer

Memory Pool

48,573 transactions
21.11 vMB
0.06082008 BTC
Random Selection Loading Transactions
Max Size: 120.93/200 MB

Candidate Block

Mining Attempt dca99839a028e44f7c14999cbf82eab807750963736f110ac69d750050534811
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root f14326a1a2eaedb7b1c0f9d5c3c064c73abfbeb6bb2f914a3b80f5efea62a1da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,700
Size: 1.00 vMB
Total Fees: 0.01826516 BTC
Feerates: 502.67 > 1.83 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (740,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,105 173,105 000000000000060ffd21ea820f783b023ccc52cc98371aceb01e9a28b9fb6bf2 64 0.03/1.00 vMB 137
173,104 173,104 00000000000007255a2e5ce59dde9f9168be9dfdc01d13747180f11307e52f93 1 0.00/1.00 vMB 0
173,103 173,103 00000000000003eeb2fc7e338758c50441fbd55c6fd8e008e51cd3cf8770392e 49 0.02/1.00 vMB 79
173,102 173,102 00000000000009f6cf6840578941cfba969279bb400754f1f2faa594b0c55efb 1 0.00/1.00 vMB 0
173,101 173,101 000000000000045e73b2d5718a3ce02f24498216a0ec26ce1b37c6cbe0f85dea 14 0.01/1.00 vMB 14
173,100 173,100 0000000000000695965e21674c545ee0744b6bad840e5648ee2690c87240b28f 13 0.01/1.00 vMB 33
173,099 173,099 0000000000000b16a20139f0853d2c9b2fe0a707bedbdaf3075b23ae0da1ee15 14 0.01/1.00 vMB 190
173,098 173,098 00000000000006b3ad0791f5a6aa8f746c3b2a4e60892a05fd75941a8e4b6cdf 1 0.00/1.00 vMB 0
173,097 173,097 0000000000000ae3c037645d69af0fd72260cc3367706681a89d8dcf8383d8b4 1 0.00/1.00 vMB 0
173,096 173,096 000000000000074c7a2f792b9985d2b039377df008a7ef97970e9861420b0d9a 12 0.01/1.00 vMB 211
173,095 173,095 000000000000081f0e1f5b66e2063ebebc65ed097ac14eaa7d0db5f16c4883df 70 0.02/1.00 vMB 144
173,094 173,094 000000000000084a69351dd035c8c5917e2b8eef8df02f3f0c4be61fcde7c636 10 0.00/1.00 vMB 0
173,093 173,093 0000000000000a61c137606a3915ffa4c23ab677360d33314a2b8f18f271fd5a 20 0.01/1.00 vMB 183
173,092 173,092 00000000000008920b4306c8aa88e0794b3cbe2e2b5582c6bcb42b6c5ae9a4f9 11 0.00/1.00 vMB 35
173,091 173,091 000000000000057f27095bc8504b3f75a51bad681c93916e742d4e2fe1a21cef 22 0.01/1.00 vMB 53
173,090 173,090 0000000000000070216bbe10b0077f11aaf381739def06b98ba031712778df13 48 0.02/1.00 vMB 187
173,089 173,089 00000000000000c529f6823fd7827918ecf825ec99883bf4a6cde67def848aa3 15 0.01/1.00 vMB 29
173,088 173,088 0000000000000a5761f8ae74fa2f44d992e2985e1fca83e9a9cc57c1f93b5f1d 7 0.00/1.00 vMB 134
173,087 173,087 000000000000069cabca052ec50628fd3b7f080a5f8017a47bff4ba7def4312d 61 0.02/1.00 vMB 118
173,086 173,086 00000000000007be22701bf661fb73928d6feffd78b83716917aa2b37faa5761 37 0.02/1.00 vMB 20
173,085 173,085 000000000000094936f69e38d3e02ae43bfde264b20db59feb304b0992a71253 105 0.06/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 780.64 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: 550.23 GB
    • Received: 6.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.