Loading Tool

Explorer IconExplorer

Memory Pool

73,437 transactions
27.25 vMB
0.06333815 BTC
Random Selection Loading Transactions
Max Size: 166.31/200 MB

Candidate Block

Mining Attempt 762ee0b6369b4b0cc4bb76f7e3f768a9f9b5c98549834ee9a0dfec234181f18c
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ec9f87c64f8c0d9252fdde323c1d474e337f80deeed7e90a9a147286b570c447
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,440
Size: 1.00 vMB
Total Fees: 0.00534680 BTC
Feerates: 73.20 > 0.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (477,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,278 438,278 0000000000000000034d868ab3a1f511cbaab4cc0c70b3006f5dddb1281a0c1e 2,462 1.00/1.00 vMB 61
438,277 438,277 0000000000000000022be58f63346181a1df863ab85498f97499eeafa6ef1f27 2,809 1.00/1.00 vMB 85
438,276 438,276 000000000000000003e6fe1a1e58567cc6b1abcd72a43ee66a253f2533cb0485 512 0.29/1.00 vMB 71
438,275 438,275 000000000000000000cf055803adb75bb895080408084565b5312808af4bdb04 41 0.02/1.00 vMB 66
438,274 438,274 00000000000000000093041a79e2ff63217a61de79129c2fad877c7f801072cd 290 0.12/1.00 vMB 54
438,273 438,273 000000000000000001e57c26e71156395cdf2ae6f2ef6d259c72967e91c362b7 595 0.21/1.00 vMB 74
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
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.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.