Loading Tool

Explorer IconExplorer

Memory Pool

83,563 transactions
31.19 vMB
0.09065773 BTC
Random Selection Loading Transactions
Max Size: 190.69/200 MB

Candidate Block

Mining Attempt 591437e11b04fa592fa2cf08c091ddef7ce2838cf6c4211f245d1cee13589cfe
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 54e2567465734d6a00ce67e3a98348e40697f023463ca887c84635b3e9c69f35
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,832
Size: 1.00 vMB
Total Fees: 0.02012412 BTC
Feerates: 299.43 > 2.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (15,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
900,272 900,272 00000000000000000001fc039194e31a317361e14a5209523440a88bb98346d0 1,639 0.46/1.00 vMB 1
900,271 900,271 00000000000000000000f6dcacf815d192f4b62ec9680692e035b52f947417bc 2,465 0.70/1.00 vMB 1
900,270 900,270 0000000000000000000024cbf7db7073fb5221ae6b60570828e6b78b116ac398 1,537 0.64/1.00 vMB 1
900,269 900,269 000000000000000000021ea58ab9401e95e5b79db86d1de8d0a834b046d47c7d 2,048 1.00/1.00 vMB 3
900,268 900,268 00000000000000000001198a6ad53f6362670167568f8e973af45c8379e8a0f2 1,105 0.51/1.00 vMB 2
900,267 900,267 000000000000000000016b54bd70aea7fbf2024947d9923fe67c2732650eb036 607 0.30/1.00 vMB 2
900,266 900,266 00000000000000000000ee4778974b29cadfc4948b519a1904d44f693547d08e 138 0.03/1.00 vMB 3
900,265 900,265 00000000000000000001a0262872cb45c4b2370f80cd15b5f40ab355502e0f99 1,259 0.54/1.00 vMB 2
900,264 900,264 00000000000000000000d9007b35680b0c5e6a5f04703526c12f8fdd699eeecb 2,258 1.00/1.00 vMB 2
900,263 900,263 000000000000000000008b1251c08d25e2b508cd4a1b89ffabd03296d9dd1cfc 349 0.09/1.00 vMB 3
900,262 900,262 00000000000000000001613acabcd698abc82d706b7cae79b82377500ba4a101 637 0.38/1.00 vMB 1
900,261 900,261 00000000000000000001d343c313b4b87765336243934106c786b80360a923f8 449 0.21/1.00 vMB 2
900,260 900,260 000000000000000000010fc2b0d392667f7fa933ce592ce8e0a097ada52c8c68 393 0.11/1.00 vMB 3
900,259 900,259 000000000000000000016d473e900367068343e9982e650068a57f0c702b02c0 708 0.35/1.00 vMB 2
900,258 900,258 000000000000000000021d0a687299b2dd224292ef909e01d7c6709b205e7477 1,187 0.50/1.00 vMB 2
900,257 900,257 0000000000000000000014a487db1ae505b777acded8a5d18df1498644e918fa 979 0.40/1.00 vMB 1
900,256 900,256 00000000000000000000d9ef3cd9895ab6674515b4630d1f6bf7cbdd706359d1 2,334 1.00/1.00 vMB 2
900,255 900,255 0000000000000000000102c501ccf112546737784bb4dd0f6f66894e9b94fd37 240 0.07/1.00 vMB 4
900,254 900,254 000000000000000000019671dc5fb1396a7c7c2316364d2dc4afb5e8cbaa8435 1,626 0.67/1.00 vMB 2
900,253 900,253 00000000000000000001385b40e7c5214724131762ebccc888589e0a18d08656 301 0.07/1.00 vMB 2
900,252 900,252 000000000000000000013f9fc12d87c577db6c08189ad467ba6518a2520cc031 1,608 0.79/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.99 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: 717.35 GB
    • Received: 17.85 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.