Loading Tool

Explorer IconExplorer

Memory Pool

83,609 transactions
31.82 vMB
0.13154027 BTC
Random Selection Loading Transactions
Max Size: 191.99/200 MB

Candidate Block

Mining Attempt dfb54819f380acf2c8bb8b7a9f0045f38f90659e07f8cda661b69b651f0a5cbd
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root e7815dc0dd3c805e174d881f953d596365ee5f465e4edcf46ed807aec170eaf0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,177
Size: 1.00 vMB
Total Fees: 0.04403770 BTC
Feerates: 803.65 > 4.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (477,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,272 438,272 0000000000000000021130f65b0b43956a1b49af3fcc2bc5ae24a979d79d9830 690 0.30/1.00 vMB 56
438,271 438,271 000000000000000002cdd569e3bb08b88ac7b4c016e1e771ce89b08a223b7d35 24 0.01/1.00 vMB 133
438,270 438,270 000000000000000000134c59d500b92934162f576be23d7e11c15c924fc2d487 424 0.75/1.00 vMB 15
438,269 438,269 00000000000000000282f11e0d9ffffb42a8d84c8beaa7f51e1af161bd8ff604 684 0.50/1.00 vMB 66
438,268 438,268 000000000000000001891044abe8727e8d3f8215a238af4910d7dd07f2aa5a60 2,010 0.96/1.00 vMB 49
438,267 438,267 0000000000000000002844d9c49845e176224e15c9c8bd53ce62362e9959a5b1 58 0.02/1.00 vMB 215
438,266 438,266 00000000000000000425b97d553a2475eb52dcbd3ab83f0b3c9747ea3a8e07af 2,450 1.00/1.00 vMB 77
438,265 438,265 0000000000000000040c4594eee7a21c9a6f10e8f8d47b9262944f95213bbe03 411 0.74/1.00 vMB 14
438,264 438,264 000000000000000002602b03f67fe961e662d1d9a11ce1a0fcb3f834017dfce1 820 0.39/1.00 vMB 61
438,263 438,263 000000000000000003f954d3f0a6572de9e073a4bd5696b74e08c5eb3fdd526b 1,590 1.00/1.00 vMB 39
438,262 438,262 000000000000000002a0d00db0af509bcf7dea4033c781ae4741733319fbf4c5 2,238 0.98/1.00 vMB 62
438,261 438,261 00000000000000000263485d95d3270b4caf83aaca0cb058ec0fff5ab9ba9a8a 1,566 0.67/1.00 vMB 63
438,260 438,260 0000000000000000009c2654d3c01e96c2d522afd8635d883843a1c0386c815b 179 0.44/1.00 vMB 9
438,259 438,259 000000000000000001e22cfe5eea29272a64b34cb309d462314ee9e863166974 1,723 1.00/1.00 vMB 50
438,258 438,258 00000000000000000395420fbb6505b3d80291263a5b4e3046ef3e852622966e 2,342 1.00/1.00 vMB 51
438,257 438,257 0000000000000000005ff88fefe165c3426d66a1f21541674d747cf00d1e7121 2,265 1.00/1.00 vMB 71
438,256 438,256 000000000000000003fb622544c22c9c261ff8fad4b61f903923e4afd7e51902 2,687 1.00/1.00 vMB 91
438,255 438,255 000000000000000000655ae47fc79bb5a1d805aa11973dcf6a8813187cdaf063 2,265 1.00/1.00 vMB 49
438,254 438,254 00000000000000000006cdcd03d09c212f7fecf19770a3e701da57dc72b0faf6 2,513 1.00/1.00 vMB 76
438,253 438,253 00000000000000000014af94ba68ec1d919ab4c10012e9b88e2901fadaa04775 2,537 1.00/1.00 vMB 48
438,252 438,252 00000000000000000135392730d3e616a95614cb59071d93f8e4b8e481f24b88 2,515 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 783.00 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: 718.69 GB
    • Received: 17.94 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.