Loading Tool

Explorer IconExplorer

Memory Pool

79,136 transactions
30.22 vMB
0.12104077 BTC
Random Selection Loading Transactions
Max Size: 179.84/200 MB

Candidate Block

Mining Attempt 9160e0bd9825e8058a1b1904f98c98d4de199d020e4a21b4d883e66bf540fb9b
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root daac2ef999ec5160f0d4c66e24958b5516295e64b8b3111b84cfe0c2a3e15c39
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,231
Size: 1.00 vMB
Total Fees: 0.02964421 BTC
Feerates: 109.82 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (247,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,532 667,532 0000000000000000000244e7adf8f48077f0faf244bf01b1b867d250e3e3ab1b 2,328 1.00/1.00 vMB 99
667,531 667,531 00000000000000000009d92697b6c2bb2f808e713aeb3b67b472de8cc58d7ec7 1,615 1.00/1.00 vMB 103
667,530 667,530 000000000000000000073b31b3d38ab0d5245e71bd82197bc9cf58846e4fed0b 1,164 1.00/1.00 vMB 14
667,529 667,529 0000000000000000000108540e437a1f30c94c51c4a1dde2ee12eb995753026d 1,942 1.00/1.00 vMB 55
667,528 667,528 000000000000000000000b8911b195239106b916bdea4e39aa75364287ce9fc4 1,268 1.00/1.00 vMB 48
667,527 667,527 000000000000000000047efd6b5d7bd74bf60e4a8c8f2cc76e967ed3811cdf17 2,652 1.00/1.00 vMB 76
667,526 667,526 00000000000000000005f2a1b30f037e6ac72b447596f12e8adbaea4fc332303 1,105 1.00/1.00 vMB 22
667,525 667,525 0000000000000000000019937e9503e87d108a32f1231b2fa469e1fdf14c6677 1,417 1.00/1.00 vMB 14
667,524 667,524 00000000000000000004bc4c1a7dd68833437b929cf95a7f7e432aaa1f5871e0 2,279 1.00/1.00 vMB 20
667,523 667,523 0000000000000000000485edbac01ac234a39b34dc4574a6679cf2dbed1b4955 2,235 1.00/1.00 vMB 56
667,522 667,522 0000000000000000000a48e495332632ac5e82ef5183ac49cec9bd32faba1959 2,134 1.00/1.00 vMB 23
667,521 667,521 000000000000000000036170114483dd61dc555e10dd7dea4b8e1ec8b2f0467d 2,481 1.00/1.00 vMB 65
667,520 667,520 00000000000000000005dd1b412556969956c84e47dd5f8fe1450a23e7523641 2,134 1.00/1.00 vMB 111
667,519 667,519 000000000000000000060fbf8f8a95ae30d14275b3bdd2b6c4e4f0757136488e 2,062 1.00/1.00 vMB 49
667,518 667,518 0000000000000000000c02c32e7bde717c29e1230b67c738a014ed1320c7dec4 2,382 1.00/1.00 vMB 10
667,517 667,517 000000000000000000093ac891b0686cf15d2b680bdf5bbbf606c676079efe15 2,538 1.00/1.00 vMB 43
667,516 667,516 0000000000000000000aef67562e40606421ac717de9fa1b58e50b9f5b2f8445 1,227 1.00/1.00 vMB 65
667,515 667,515 0000000000000000000ba423ca73fb5fab22a1e775839cecf0dab8cbb3c97680 2,780 1.00/1.00 vMB 96
667,514 667,514 00000000000000000002afcfc398467fb8a0fa60d3add62c28d1b6e4c2c649bc 2,728 1.00/1.00 vMB 91
667,513 667,513 00000000000000000002e3beb3d2b6e9142e25bf05e14d66077ed8e58d666fa9 196 1.00/1.00 vMB 4
667,512 667,512 00000000000000000000e4b838735ac9a6b64f89a29cbbc5cfa28caeae74bd91 1,047 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.91 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: 714.20 GB
    • Received: 17.52 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.