Loading Tool

Explorer IconExplorer

Memory Pool

43,737 transactions
32.96 vMB
0.10880791 BTC
Random Selection Loading Transactions
Max Size: 165.01/200 MB

Candidate Block

Mining Attempt b00bc2a7fe648bae9a2f6fa6d7c9e47c2e8818c4ee78c070b8d3b4085913a190
Version 20000000
Previous Block 000000000000000000009f85fa72f4553859938c75b1d621a1c892db2cc2e810
Merkle Root 49c3c71ca77d4f9884bd53a07c9cd6fe2198427019a2282a3e2fe5783e93d84f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,512
Size: 1.00 vMB
Total Fees: 0.03079913 BTC
Feerates: 77.76 > 3.09 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,375 (795,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,190 119,190 00000000000037809352b9c49d25c6a58015276f5ab79e437370cc9ebd01d01c 12 0.00/1.00 vMB 817
119,189 119,189 0000000000003a91667b60528325782693971646d1b88daa8ea99ef1b3999564 20 0.01/1.00 vMB 601
119,188 119,188 000000000000a1af492cd0eb965730b7e874cf70559c06bc4286ffb9c2d936b4 8 0.00/1.00 vMB 294
119,187 119,187 0000000000005def89f122e2caf2e6a91499b224844e3e7f9428559a45827514 31 0.01/1.00 vMB 1,033
119,186 119,186 0000000000009ceadd027801451239ee5327072a134bffbdf693c11f1dd4cbf1 36 0.01/1.00 vMB 490
119,185 119,185 0000000000009c113d0f3be00e8058064369d60fe67248d731bf7173a82766b6 13 0.00/1.00 vMB 855
119,184 119,184 000000000000adfe3053c8d02f531ed6ca0a9519cc404951acfc0c55a00e67ee 30 0.02/1.00 vMB 207
119,183 119,183 0000000000000c8d6412f80c8ca45a858d20f00477a6c5979f68cacbc14fe58c 12 0.00/1.00 vMB 0
119,182 119,182 00000000000077029623cd09b0eeb48bdf65c365572e67219bf03efbfdf10629 2 0.00/1.00 vMB 3,875
119,181 119,181 0000000000008805f34b02ccc83adfd10b68edafbeb90d431b0fb6e89becd5e5 10 0.00/1.00 vMB 340
119,180 119,180 00000000000039700a8660300e48b2b5ce47b73326abeabd4a094a98ca1bc95d 11 0.00/1.00 vMB 344
119,179 119,179 0000000000007b0d1a871253ab540faab00efd7d23fc6a6d6efd4da4428c8870 7 0.00/1.00 vMB 674
119,178 119,178 0000000000004f945aa88c6df919726b85693c5522f30b3e0bc632eb2d1baf25 8 0.00/1.00 vMB 0
119,177 119,177 00000000000002f65510dd51f9e99606f637e555168b5d3c9fd16e4dd8a97a9f 8 0.00/1.00 vMB 333
119,176 119,176 0000000000009d00feed5e33a008c553d37f5fc9bad52d3da896ea078d2f78f1 2 0.00/1.00 vMB 0
119,175 119,175 000000000000148b8884cb049bacd811315cb9741b94c4895af83a2661d40dab 30 0.01/1.00 vMB 469
119,174 119,174 000000000000a9d59527b6974bfccf46b56a56e4fffa3228dd0832e76bafdee5 1 0.00/1.00 vMB 0
119,173 119,173 000000000000a5714c477c8c9aafc6daeb3272d5a2a8e4d08234d144bcef3624 20 0.01/1.00 vMB 1,127
119,172 119,172 0000000000008641e3682038dc515e73b5962ee1ea99ff7a091048d3b466a192 11 0.00/1.00 vMB 0
119,171 119,171 000000000000441885884c742742fc9b6ab0c938686adf0d43bdbc7f7ee64112 11 0.00/1.00 vMB 0
119,170 119,170 0000000000009af4a58160e68c6a0eee145d980c247060117e9aacab5489cc2b 17 0.01/1.00 vMB 729
Previous 10 blocks ↓
Total Size: 781.27 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: 596.76 GB
    • Received: 9.80 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.