Loading Tool

Explorer IconExplorer

Memory Pool

38,352 transactions
31.03 vMB
0.08034871 BTC
Random Selection Loading Transactions
Max Size: 153.53/200 MB

Candidate Block

Mining Attempt 1ec655cf466e71b13ecb0e4bcd8c31f60b3d026cb1a9bf42f3c3706c467eec36
Version 20000000
Previous Block 00000000000000000000eaa8c5663816a18609f4538c61d8325f9c0ff87009dc
Merkle Root dc692e009f6cd4981cf74e3a3e887b17216126d0b070c84b46d3c4532e53b2a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,430
Size: 1.00 vMB
Total Fees: 0.01685547 BTC
Feerates: 200.71 > 1.69 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,391 (807,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,154 107,154 0000000000022342e50cef78bd4c2de1c3e91ddeaa5ab08f9a0e9a2bf0f9958b 29 0.01/1.00 vMB 102
107,153 107,153 00000000000255ca867a749c69f6f998856387191a2fd765ef0e3a78beb85cd9 8 0.00/1.00 vMB 0
107,152 107,152 00000000000027fbc2dbd6639a68625e4578a5ed0b050c6203397cc441bf656a 12 0.00/1.00 vMB 0
107,151 107,151 000000000000f55df0b4b91f8cb35b845bc58c07feb581f1bce0234f6680376a 12 0.00/1.00 vMB 0
107,150 107,150 0000000000013d08485d11abe1827d738f8e98f6dab25706543a7342c971c4fc 12 0.00/1.00 vMB 0
107,149 107,149 00000000000128c88494c1a7c460d99b2100d8691f67b11e9ffd363a4377d90f 12 0.01/1.00 vMB 0
107,148 107,148 0000000000019b02bd24eb54b2cd1f3e89739533f653045811d50aea20c7ea0b 5 0.00/1.00 vMB 0
107,147 107,147 00000000000004455c5b1591f35d09432a32ec4898f7bf04513b961a4d59d110 7 0.00/1.00 vMB 0
107,146 107,146 000000000000f2728635736082a44b912db56b0fcd988c9dbdf181bb23501f1f 77 0.02/1.00 vMB 0
107,145 107,145 000000000001efae2a5d51c808d5118e196544148fed0525726ca1b239c05c48 10 0.00/1.00 vMB 0
107,144 107,144 000000000000dfd7af8e2a4536f999628ef8c249a74b98813e4290fcc4d044a8 11 0.00/1.00 vMB 0
107,143 107,143 0000000000004f73e252fc56bfcd421df3a8b41550f3818e38f57a62d50c390b 9 0.00/1.00 vMB 355
107,142 107,142 00000000000186076e6d2bb4f47a0830bea61e16d0921130607b3d5c0ad943ed 15 0.01/1.00 vMB 0
107,141 107,141 00000000000271b20bb05702a0880d2e2ab6dd14aa14bbce5ce7e155a4216e61 12 0.00/1.00 vMB 0
107,140 107,140 000000000000ee269857b7228242d713e35036f080c7e5f3be979bebb6c54dd6 33 0.01/1.00 vMB 0
107,139 107,139 000000000000b0821bcada22ecfac2e7f46a9e1ae688f0b784ebe6decaa3f9bb 1 0.00/1.00 vMB 0
107,138 107,138 00000000000017c79b0df2ca780e30b9313afebcbb5935724f8e4ce47ccaa389 9 0.00/1.00 vMB 0
107,137 107,137 0000000000009427696d97932b57a9d39ff0839088a25eb48caf4370029414ae 6 0.00/1.00 vMB 0
107,136 107,136 000000000000ebc00c40caa33c1b286323ca6f34c0166daa8cbeac786dc222ca 2 0.00/1.00 vMB 0
107,135 107,135 00000000000230cb0826e4dec6ea1b17750c82d939acf9fc6b53c65b7543271b 2 0.00/1.00 vMB 0
107,134 107,134 0000000000026ce848e13e7c3c08ec524fdd5a4fdd6878a5815044ecea596ee6 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 598.23 GB
    • Received: 9.93 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.