Loading Tool

Explorer IconExplorer

Memory Pool

71,773 transactions
27.76 vMB
0.06146138 BTC
Random Selection Loading Transactions
Max Size: 164.64/200 MB

Candidate Block

Mining Attempt 09109ef0a306f08b748a70f2135afd7c671f2b8847612be5d2798cb2166cffaf
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 389feb0285b6544351793df07a834b9e7d4c7bc4dbd374ecf464355d9945a2dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,893
Size: 1.00 vMB
Total Fees: 0.00618470 BTC
Feerates: 101.52 > 0.62 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (313,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,331 601,331 0000000000000000001281888bc3f21125e29e9f01b9d217f83935ad32d45684 1,917 0.51/1.00 vMB 15
601,330 601,330 0000000000000000000406f4320ad8bcb8071027a30349012db7e65be172d86c 2,537 1.00/1.00 vMB 29
601,329 601,329 0000000000000000000d8274e2ed1a09718cd894c8b0f665c4f671b632c3c2d5 2,420 1.00/1.00 vMB 34
601,328 601,328 00000000000000000011b9501a2f5736d8c79c1cec1d4dd9bc945e26cd0d88c4 2,377 1.00/1.00 vMB 33
601,327 601,327 0000000000000000000685dca18da9bbc2e8ec6eaee39ed33b68d9560482dc1c 1,480 0.82/1.00 vMB 21
601,326 601,326 0000000000000000001235e6ef89fe1cb34f64f531837bb9d8e8972de08cc196 1,667 0.60/1.00 vMB 30
601,325 601,325 0000000000000000000ab294f6489df5ddd9b5cf9dba4d5772a14e82aa61f9bb 3,140 1.00/1.00 vMB 27
601,324 601,324 00000000000000000004561c80e7bbffdc2b42c7654cdbd3da2eb8ed15a436df 2,708 1.00/1.00 vMB 25
601,323 601,323 000000000000000000035cba54544e5f787f998c018ed6bba926a857358ca44f 2,628 1.00/1.00 vMB 20
601,322 601,322 0000000000000000000f4dea62093941a2153a30041a8b318b9bae5f9afd3f99 2,929 1.00/1.00 vMB 36
601,321 601,321 000000000000000000094e2205cc2dcd6578154ac9efabeeff4230d4bfc88de1 2,614 1.00/1.00 vMB 45
601,320 601,320 00000000000000000003ccb83a5f42fe4b47ae031dc0082f1fe72c398f7337ca 1,677 1.00/1.00 vMB 37
601,319 601,319 0000000000000000000fd7e902b5298b8327894bb87131af6f9a72f4a600bb6e 2,005 1.00/1.00 vMB 29
601,318 601,318 00000000000000000004ba95bc947f17bcfcbd06aa65010f59f03fbc858084fb 2,671 1.00/1.00 vMB 47
601,317 601,317 000000000000000000018c26d0331b6cd2f8296e6bedafad96605f20f3207f86 3,061 0.88/1.00 vMB 20
601,316 601,316 00000000000000000013e004c6508fdbf7628fd163d6ea7c94f3029174f4a7a5 2,320 1.00/1.00 vMB 35
601,315 601,315 00000000000000000002623ddc94f2efc9b9b9ea8d1dd35415447db3acc560a2 2,177 0.77/1.00 vMB 13
601,314 601,314 00000000000000000006aa6b948379514ba26caf0c1d29d12ec00dee25421958 3,020 1.00/1.00 vMB 27
601,313 601,313 00000000000000000013cf0cf813a265d726265bdca25d090c3aae8ca5160c13 3,437 1.00/1.00 vMB 26
601,312 601,312 0000000000000000000f600b28791d7c30b33e4dcdad0a8c67a1762b3719ae02 3,292 1.00/1.00 vMB 15
601,311 601,311 0000000000000000000ce7ea33747fd1d4381ad1c2a4238a4a8ddae385a988e4 2,774 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.45 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: 667.43 GB
    • Received: 15.25 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.