Loading Tool

Explorer IconExplorer

Memory Pool

79,517 transactions
29.68 vMB
0.06836547 BTC
Random Selection Loading Transactions
Max Size: 178.68/200 MB

Candidate Block

Mining Attempt 314e5509f3aa7fb56562c2740d87e3bbc00dd54883894ae5bd0b5d23ae081886
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root b5c5ae4c71adbe8dc01997202f8576946a696ffa507398c106e6961148fa8420
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,295
Size: 1.00 vMB
Total Fees: 0.00791583 BTC
Feerates: 100.19 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (279,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,114 635,114 000000000000000000085a15104e680ad5381626f2912ae0311cc881056a9c98 2,370 1.00/1.00 vMB 46
635,113 635,113 0000000000000000000db9b1e078e507906c3bb84ad7eda7a8433f19951e6df0 2,872 1.00/1.00 vMB 58
635,112 635,112 0000000000000000000ade8e760a7cf51cd13919bdee687c922fe0b0f59e36fd 3,187 1.00/1.00 vMB 66
635,111 635,111 000000000000000000089db0a3e22b2650e67740348e811b9e8342552e7b4ba1 2,263 1.00/1.00 vMB 17
635,110 635,110 000000000000000000008d8545fee66556cb5c6f3b3cc9f6e4ece1c33ec7cb26 2,546 1.00/1.00 vMB 12
635,109 635,109 00000000000000000010750cffdfd0bf15f6b0c164a90c5cf75fa0826a6ec833 2,089 1.00/1.00 vMB 12
635,108 635,108 000000000000000000056d095ea7bb051c8c985ddb5102f6561ba303025108f5 2,292 1.00/1.00 vMB 39
635,107 635,107 000000000000000000108c8917accbdbb1388f1fa822c4d439e2f9f062e6c0f0 2,564 1.00/1.00 vMB 40
635,106 635,106 0000000000000000000d296417e4e5556bb621d779bff96b84fa826190c6d173 2,718 1.00/1.00 vMB 50
635,105 635,105 0000000000000000000ba0eff9d37e6c4575627c70dec83ca8374f00bed62625 2,053 1.00/1.00 vMB 40
635,104 635,104 00000000000000000004a5a8f1f9e06bce72ac8fd56957e2d25fdfd3e771bbfb 3,321 1.00/1.00 vMB 61
635,103 635,103 0000000000000000000776725bd780c10b3e301747171743b0a01123ff414bd7 2,821 1.00/1.00 vMB 49
635,102 635,102 0000000000000000000b7162affb94e46fcd0978bc8ac7005051136b1e51be90 2,044 1.00/1.00 vMB 11
635,101 635,101 000000000000000000116c83711702298ba3c49f923c7171466ab98c1f5451a5 2,322 1.00/1.00 vMB 18
635,100 635,100 00000000000000000008280761dcc7a77a55594a1e26a2e53135c1be0ff4ee4c 2,125 1.00/1.00 vMB 10
635,099 635,099 00000000000000000002cbb3ab97f152bfccdd42d14e591f5326e9732bc73dbc 2,478 1.00/1.00 vMB 37
635,098 635,098 0000000000000000000d6d3742a724dd6e21b9b561b3726da1df65717d46b041 2,472 1.00/1.00 vMB 17
635,097 635,097 00000000000000000008c6a88c226315733e2375fbbe35135dcb5928c1fb8e17 2,604 1.00/1.00 vMB 39
635,096 635,096 000000000000000000054724be82dc74ab390190ad29523d57dde338bdad7fd5 2,931 1.00/1.00 vMB 16
635,095 635,095 00000000000000000011c028d6abc1d15354f402c2c75ea89c1769d22a587796 2,103 1.00/1.00 vMB 37
635,094 635,094 00000000000000000008827fec6e428bd6c7f580c2fec0f69f2907e0356be06c 2,186 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.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.