Loading Tool

Explorer IconExplorer

Memory Pool

50,734 transactions
29.05 vMB
0.07374542 BTC
Random Selection Loading Transactions
Max Size: 156.90/200 MB

Candidate Block

Mining Attempt 52ea7e63d4e95f2dd3f9a9895a6da9aa151266feb5b089fad76cda5e7e36895c
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 1c3a5787b7bfe39fb694df3cfa224b2182ff00bd85eb27b4bafb4f2c6344aaa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,124
Size: 1.00 vMB
Total Fees: 0.01824424 BTC
Feerates: 173.90 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (251,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,126 663,126 000000000000000000006eb5a1760411b2dacc81cfc89614e6cf115c41c8d683 2,251 1.00/1.00 vMB 45
663,125 663,125 000000000000000000083c5aa92400767bf5d89db0e4223e6c17fb5e6465f8ee 2,099 1.00/1.00 vMB 31
663,124 663,124 000000000000000000038412ca2758da51b4109d5743fb3804e0fbcc1d6f523c 1,860 1.00/1.00 vMB 31
663,123 663,123 00000000000000000003ff18c0db789fe196aaef94bc4aa67a4826ab6a5685ae 2,540 1.00/1.00 vMB 76
663,122 663,122 00000000000000000008a988947c1e5a5003ba9911ecf1ec3a416cc752e7d513 1,673 1.00/1.00 vMB 18
663,121 663,121 00000000000000000004685a6a198406a228d51bf40e3a26cbab1f0da9fbb872 2,455 1.00/1.00 vMB 20
663,120 663,120 0000000000000000000713478ad83a8aa9c62f3198e2c23a19312129d71c4807 2,316 1.00/1.00 vMB 16
663,119 663,119 00000000000000000004bc5c7f1fccc909fae4b605b155370ce87a88496843a4 2,529 1.00/1.00 vMB 8
663,118 663,118 0000000000000000000e4db33d619c415e087775f107977f2d4c85259e5f518d 2,084 1.00/1.00 vMB 47
663,117 663,117 00000000000000000000b8a55e4fe91813bd9d21ecd56e23ef2c47983b2fcc43 2,177 1.00/1.00 vMB 49
663,116 663,116 0000000000000000000b13f825a45b7a144c6a2dd8a862d96425db5e607e8ffd 2,729 1.00/1.00 vMB 120
663,115 663,115 000000000000000000013d5212cdf94f75640543ca3c67372e0902d4addf1434 1,638 1.00/1.00 vMB 120
663,114 663,114 000000000000000000019a3f3d6ac0d98958468744c45f60d602ee430476709a 2,796 1.00/1.00 vMB 40
663,113 663,113 000000000000000000023467bc54ffd7694af5cccb3c7ace80f4bceccf372f1f 2,921 1.00/1.00 vMB 71
663,112 663,112 0000000000000000000a44a0de7c7600b2822b9a82c2569e4c75294d5b409ba8 2,842 1.00/1.00 vMB 40
663,111 663,111 000000000000000000073eedfbd6e63ca9434ece5b1871669e64fbe8b8600f5f 2,406 1.00/1.00 vMB 39
663,110 663,110 0000000000000000000df908d5de06297c2607eba1c59922f59a8f8e4729302a 2,549 1.00/1.00 vMB 70
663,109 663,109 00000000000000000002e9cfc2f422c13cb9b145b18ca420ef73819b6fc9bc63 3,067 1.00/1.00 vMB 112
663,108 663,108 0000000000000000000ccce4ceb0afb3ab4bdfe05d38046119e3baa0a4e997e7 2,012 1.00/1.00 vMB 99
663,107 663,107 00000000000000000000ffce86514fbd006634a05a8e7e16fbd0cfd0037fef3f 2,420 1.00/1.00 vMB 134
663,106 663,106 00000000000000000007791b9c484f1a60448293f0becf036220233f34187efe 2,826 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.