Loading Tool

Explorer IconExplorer

Memory Pool

79,349 transactions
30.11 vMB
0.08501195 BTC
Random Selection Loading Transactions
Max Size: 183.44/200 MB

Candidate Block

Mining Attempt a605035a58e1cdcc246b12d1d4469532b85896c89c824bbca76c9918e5489a58
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root a8f949565d1c788b31a64fae4089783569ba612dd07b21cdf884f597fd0274f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,867
Size: 1.00 vMB
Total Fees: 0.01789934 BTC
Feerates: 300.83 > 1.79 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (452,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,485 462,485 0000000000000000007bb743499c3f1acae7ac351b65a3bfffcf53786fc11bef 2,304 1.00/1.00 vMB 169
462,484 462,484 000000000000000000ac1f7337a95a84b7094449dee4093feaba00559b24b76e 2,712 1.00/1.00 vMB 197
462,483 462,483 000000000000000000e6d3a5fcb5302a36d9e448fe5e1d33adc826b90f61f931 1,976 1.00/1.00 vMB 128
462,482 462,482 0000000000000000006088c8b47c5672936715933380549bcafdf58e15f814ad 1,265 1.00/1.00 vMB 134
462,481 462,481 0000000000000000003a671589a8eccc524d8b4118a95a880b8787f4e1b042ba 2,472 1.00/1.00 vMB 126
462,480 462,480 0000000000000000006a6f2ccb954e83f2ba3678c67cd415ded8432b4dab3e65 3,425 1.00/1.00 vMB 128
462,479 462,479 0000000000000000015d89fd3f8169cf90a8249ebef48355e1e84f4aa40bd1e8 1,898 1.00/1.00 vMB 154
462,478 462,478 000000000000000001d23d06a74cfc8f136bbfa4efc568b108a78a8f520493a3 121 0.05/1.00 vMB 186
462,477 462,477 00000000000000000129f3f3650e1c16b29d8e81d9b4461dc757eba1a2e8be35 2,235 1.00/1.00 vMB 131
462,476 462,476 0000000000000000012ca16b036ff4982342d89ab342d1defe3845ceb476295b 2,224 1.00/1.00 vMB 181
462,475 462,475 000000000000000000f6240bf86798859177f05d79106a038fa3b987d73591dd 2,442 1.00/1.00 vMB 240
462,474 462,474 0000000000000000002b3a0b16dd9d318cec3ead24923f4a79a5b435f667f3a5 2,088 0.93/1.00 vMB 130
462,473 462,473 00000000000000000135a99791715520d648f70ba0f83afd75894c2b02b76dfb 2,740 1.00/1.00 vMB 194
462,472 462,472 000000000000000001162b8b34cf6164b3850061f88bd27161174f68f18a8520 2,116 1.00/1.00 vMB 183
462,471 462,471 000000000000000001fec719b3c14025758bbf58e644ea6d67b1d32046010d81 1,458 1.00/1.00 vMB 166
462,470 462,470 000000000000000000dc7aaa71207f81343ea21e49817f58f9d00b6a3fe89975 1,638 1.00/1.00 vMB 195
462,469 462,469 0000000000000000006398a04cfd6b5391f0e03a19cbd4fd0e3e04d423a05a8c 2,197 1.00/1.00 vMB 148
462,468 462,468 000000000000000000d03cadca68bbea7c0318a7e807b88aebe73f356ceb6936 2,274 1.00/1.00 vMB 206
462,467 462,467 00000000000000000126fd575309a6f67f2a2f530a84490e9f8f87334161aafb 2,654 1.00/1.00 vMB 192
462,466 462,466 000000000000000000ab9b9edc8f6ad8118d533a5794fcac0b3fafa3cde90c52 2,520 1.00/1.00 vMB 172
462,465 462,465 000000000000000000f7ea22952175b5755c6d1fbf3de4e2cde91bcc161b554e 2,330 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.