Loading Tool

Explorer IconExplorer

Memory Pool

80,995 transactions
30.39 vMB
0.13365775 BTC
Random Selection Loading Transactions
Max Size: 181.92/200 MB

Candidate Block

Mining Attempt 3e63c443839fe98a385dce00b434a824cc140c4a749774d8693f0f314efcae1a
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 094cd5efdb76299f483fa1742dec397d60e532335a4a36dae3a8a1e7a1f94ad1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,636
Size: 1.00 vMB
Total Fees: 0.06153940 BTC
Feerates: 150.86 > 6.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (468,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,125 446,125 00000000000000000260b6c5c7f47cf1a6bf2fb1a9d417c650bdc759eb4b5916 2,000 0.93/1.00 vMB 85
446,124 446,124 000000000000000001a37472c57b24968e8e5038ca87b4eb1b52c1dc0f9ac742 1,192 0.79/1.00 vMB 45
446,123 446,123 000000000000000001e01ed6a04c8156bbd5fb53f7714db1d3124ffb319bcb2b 2,441 1.00/1.00 vMB 82
446,122 446,122 000000000000000000c3eea6c889b6fa82393ce8b5a482a1ba7778325fef86c8 175 0.08/1.00 vMB 82
446,121 446,121 000000000000000000e7912953543c12923fc0fd649cd200274bbcb559fa2b6f 1 0.00/1.00 vMB 0
446,120 446,120 000000000000000001ea9b5a14dae1dfa89521a22ba6922ab1bf233c2a982558 60 0.03/1.00 vMB 60
446,119 446,119 00000000000000000125fbcf1c7fb4354e355a44fee5ce587fe0734a19c9a7b2 1,785 0.90/1.00 vMB 70
446,118 446,118 0000000000000000020e0f293bd1895215cd4dc2eeedd18bfb1b1b45d4abe69b 1,383 0.65/1.00 vMB 71
446,117 446,117 000000000000000002f4005b97efc81698a5bb9609c79d4c225af113e870821e 463 1.00/1.00 vMB 15
446,116 446,116 00000000000000000087f43fc84a2b46bbc00a545b1b8a03fae8044030732c5a 393 0.35/1.00 vMB 49
446,115 446,115 00000000000000000011b5539dba18c866bdb21100902dfcb49ce4aa184887d9 1,002 0.71/1.00 vMB 53
446,114 446,114 000000000000000001a78abbac311e567bb724f8ff0118fbc57b4a0f7f4d3ce2 1,025 0.59/1.00 vMB 70
446,113 446,113 0000000000000000019b6e447f6968ae23dfd034045364aab44dcb9d5172e1d7 119 1.00/1.00 vMB 1
446,112 446,112 00000000000000000375208490d30a7372e19862579e17c3247e6a426d2f5867 182 0.20/1.00 vMB 22
446,111 446,111 0000000000000000017a1b6e6ba19e5ce1ca1708ce41f9ac0ab8517c47ea04a5 1,218 0.98/1.00 vMB 55
446,110 446,110 000000000000000002dd86a2cecebf004011bbc466ee5e3437b0a7b3dc022987 1,295 0.68/1.00 vMB 71
446,109 446,109 00000000000000000337e894754f866d3a98a94fc3f9d555be0da2423f8c93a6 464 1.00/1.00 vMB 14
446,108 446,108 000000000000000001b35d2d6bba1fe3c9637868f37f6700f521e84c7b7980ea 749 0.38/1.00 vMB 72
446,107 446,107 0000000000000000010017927692f54ddd72803f86cdac97a578f6ff94f550b4 725 0.36/1.00 vMB 73
446,106 446,106 000000000000000001696cdc00eb3ef264cac583dce8522a126d9dcd3fa86ec4 798 0.72/1.00 vMB 44
446,105 446,105 000000000000000002c2e6440967ffb7077bf6e421c942681549067d972530cd 1,023 0.98/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.