Loading Tool

Explorer IconExplorer

Memory Pool

25,395 transactions
21.54 vMB
0.05909564 BTC
Random Selection Loading Transactions
Max Size: 111.15/200 MB

Candidate Block

Mining Attempt d9178ca64f7290f7c2cdfba3d0b3bcbaf2b9082397ba48ef12c35263d0c6e100
Version 20000000
Previous Block 000000000000000000010ae78e17d12a38573b96324c2be444178890af959af9
Merkle Root 9399586f6a4b21f619c4b1e8ee1831ba74dcf19489e8d96a22411a465d5c768a
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,230
Size: 1.00 vMB
Total Fees: 0.02171021 BTC
Feerates: 197.49 > 2.18 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 918,459 (113,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,290 805,290 000000000000000000020c2ec3c6495b3daaac76d6bf7e392e42dc1d4e22e96e 6,300 1.00/1.00 vMB 6
805,289 805,289 000000000000000000007e7a1cbd3b455b578fb80744207b9cd3a3d95de986b4 2,544 1.00/1.00 vMB 13
805,288 805,288 00000000000000000000fac121d8581d0d80b1d39e9fe3492449065deeb69bad 1,813 1.00/1.00 vMB 8
805,287 805,287 00000000000000000001b7b30ca6e8cebb04216c2421e2edf57511c58effd24c 1,953 1.00/1.00 vMB 12
805,286 805,286 00000000000000000002008e1c22c567eca9b5931a271da4baf7156cd4ce91cb 2,690 1.00/1.00 vMB 17
805,285 805,285 00000000000000000003ed1d59f5fc170000d9584dbfecbd5f64a8afe399309f 2,519 1.00/1.00 vMB 12
805,284 805,284 00000000000000000000e6a5baf3cb9489eb8a407ce1acb5a8ffc892fe320c90 4,517 1.00/1.00 vMB 8
805,283 805,283 00000000000000000004460b8ec7723f60e85a99bdf21c379e31dc8d9e822df2 2,103 1.00/1.00 vMB 13
805,282 805,282 00000000000000000000a2fdd81e79e7fe0a7f3ce57679178606cd9c70bc4af6 4,890 1.00/1.00 vMB 9
805,281 805,281 00000000000000000001cd5a8c53e449ec255765000761202c77239fbd6bb6a1 3,561 1.00/1.00 vMB 8
805,280 805,280 00000000000000000003c5088e6fd2ab3df46b1914c667de8109b7febf17a786 3,356 1.00/1.00 vMB 19
805,279 805,279 00000000000000000003b38cb74b82c4f9cc766a15c6526e04a982e56bc444ca 2,701 1.00/1.00 vMB 9
805,278 805,278 00000000000000000000584136b91bd366aef5c7048311f8b238149149a98bf4 2,811 1.00/1.00 vMB 9
805,277 805,277 000000000000000000003970f79c5303714da75bd1bd60600ef3489ef48cf4e0 277 1.00/1.00 vMB 7
805,276 805,276 00000000000000000001fb92193ee44c08005731879a58c3d221e12ba937ab24 830 1.00/1.00 vMB 8
805,275 805,275 00000000000000000001ba5b985684ec80f5e7d23ed5b3e5e12acc5579cc57fe 1,556 1.00/1.00 vMB 11
805,274 805,274 0000000000000000000500c05f5d810613d3ad7eac3ed095f5708f546336772e 2,653 1.00/1.00 vMB 15
805,273 805,273 000000000000000000040d3469f44b0d8adb8976ab9f93f9d44ebc69e6fdd8d9 5,067 1.00/1.00 vMB 8
805,272 805,272 00000000000000000001c15319dc2f9f1707349b94d761c837ee502e9bb0c9a7 4,265 1.00/1.00 vMB 6
805,271 805,271 000000000000000000005eb507fe742ed785555a4bf5c7ea992c93990b353076 1,722 1.00/1.00 vMB 10
805,270 805,270 00000000000000000001f2743be3e0634a9ec8821ff8367574757f32d36a60da 4,473 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 788.36 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: 1,141.10 GB
    • Received: 42.24 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.