Loading Tool

Explorer IconExplorer

Memory Pool

43,629 transactions
27.05 vMB
0.08294375 BTC
Random Selection Loading Transactions
Max Size: 141.56/200 MB

Candidate Block

Mining Attempt 3bffeb671b9d25d6e5eabfee83cdcd7d43d2f454bafc74847fc89732d26ab28a
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root ae08b16344c616807a37a4cf5ae44a6e570b6af31659ba9124dc820f9488e6b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,127
Size: 1.00 vMB
Total Fees: 0.03119529 BTC
Feerates: 150.93 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (332,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,248 582,248 000000000000000000054b8e5414337a4fbbb4ccc9bad588281e5b9c50ca7994 1,849 1.00/1.00 vMB 35
582,247 582,247 000000000000000000041a59998d332fddc3bc7708cb63170c4ab260ed908c4f 2,811 1.00/1.00 vMB 69
582,246 582,246 00000000000000000018b67f84d87bcf7748ec0fe427fcd9aa7d5e27f9e08490 2,408 1.00/1.00 vMB 76
582,245 582,245 000000000000000000149bbfe1ef1de03e1a066644da3a09e2b0609760001269 1,082 1.00/1.00 vMB 19
582,244 582,244 000000000000000000130559322685e36f3dbdc5109d75e66bbd6794b1ea3327 553 1.00/1.00 vMB 13
582,243 582,243 0000000000000000001ab7ab96a48eea49d153d442d25ee026285d5bd4c68ba7 1,757 1.00/1.00 vMB 49
582,242 582,242 0000000000000000001407889e64986db74b99b77b9f47b5351b6fc14e479a18 1,931 1.00/1.00 vMB 34
582,241 582,241 00000000000000000009eeeea85e1e109c4a931b66d0c66129ffa0ad80b0f889 2,281 1.00/1.00 vMB 40
582,240 582,240 0000000000000000000f43e15a61f1fd05dbd5c4a7afcb5dae3e31573b03bedb 1,891 1.00/1.00 vMB 34
582,239 582,239 0000000000000000001ad69d9e8fb9c82eb9e2bad9c2375f3371fbbd84984f3c 2,006 1.00/1.00 vMB 47
582,238 582,238 00000000000000000003bd15310fefafe15cf43a2f09ae02609b6f87dca90668 2,972 1.00/1.00 vMB 66
582,237 582,237 00000000000000000023ae76f0e942f9fefa74657427dc448d3293c5a40798d1 2,737 1.00/1.00 vMB 93
582,236 582,236 000000000000000000005b454b0d781c7ca805abe066ce0fb10cd961d08b5fc7 2,935 1.00/1.00 vMB 100
582,235 582,235 00000000000000000007f2b1bfe3ba5e8e75219a1efb76787a27ac79d5742168 2,336 1.00/1.00 vMB 55
582,234 582,234 000000000000000000083047037dd6fa3539878e22bfa5a1d256071cc37dccaf 2,649 1.00/1.00 vMB 90
582,233 582,233 00000000000000000010f1cb22e3216d23e5c7e62e7af5b0af35021b6f9c32e3 2,288 1.00/1.00 vMB 33
582,232 582,232 000000000000000000048cc40eb6d22bc21981262c9eab479cf8efa30c5834af 2,615 1.00/1.00 vMB 73
582,231 582,231 00000000000000000005294050bd9d6bd74558d99892b82f24899fb4fc79619c 2,389 1.00/1.00 vMB 63
582,230 582,230 000000000000000000054a27f333a503d1058dea971739046fde0947341957d9 2,590 1.00/1.00 vMB 73
582,229 582,229 000000000000000000119dc09c7842edb2e6e74ed00c1cce8ea9b51a3943b0ae 2,464 1.00/1.00 vMB 58
582,228 582,228 0000000000000000000d6cc9568f362f86bb070456a9eb42e235a087d48c956e 2,317 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.