Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,095 transactions (0.35 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,327 000000000000000000022b910000000000000000000000000000000000000000 0.34 vMB 1,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (203,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
708,042 708,042 0000000000000000000661591b3e9f8c04f6a911367f08b9d5da8a3bf8e1fd16 1.07 MB 1,462 8
708,041 708,041 0000000000000000000347193541e542ea100f6c8ecaa700768c05c71b27ab57 1.46 MB 3,266 12
708,040 708,040 000000000000000000049c47f18996ac09cc47421e255838776c14b87e0a4c79 1.51 MB 2,757 13
708,039 708,039 0000000000000000000aa35cf5a73382152424e26cfddb8650b3fe4e716128cd 1.55 MB 2,354 6
708,038 708,038 000000000000000000042eeaa734ac6ea365a7d9653b95701af43b7f5c391c3a 1.52 MB 3,082 5
708,037 708,037 00000000000000000002a61933899858e54d19bf0983d23f4aab04c463a4c08d 1.49 MB 2,081 11
708,036 708,036 00000000000000000000b2337d6f1f5f283eec7b485d852a5a330082d691d99f 1.61 MB 2,744 46
708,035 708,035 0000000000000000000844a65fb350ce3c5d65becef23ba6afad495715a16c11 1.47 MB 3,172 16
708,034 708,034 000000000000000000001eca4f0639559ef97778ad8b4f3c200b8dec32bcf60a 1.21 MB 1,381 5
708,033 708,033 000000000000000000076822d290e20c7616614ba4c3e6559be51107dc0d51e8 1.06 MB 276 6
708,032 708,032 0000000000000000000bd9c8e7da9e857ce3a705609962d7a66650d1f4aa2f34 1.50 MB 2,755 10
708,031 708,031 0000000000000000000b2a61b3753b36808bd6c6cdc3d55136b0287395371573 1.76 MB 1,938 25
708,030 708,030 00000000000000000006708d43df4e02603735015c0ea3d8e680573c47b4699e 1.41 MB 2,148 10
708,029 708,029 000000000000000000061a893c33c4b217e6956f0d61d3e49dc683c06d1923c1 1.52 MB 2,894 5
708,028 708,028 00000000000000000007876c5789c209a3bd34651fc6baf7c873a6c608f4cf22 1.50 MB 2,195 11
708,027 708,027 00000000000000000001ec17d8ade64d5497c37eeb2aa9dc0339a4ae18ae6910 1.34 MB 2,352 11
708,026 708,026 00000000000000000008279503b94c18f612ce0054b6b093649a26094c337757 1.61 MB 2,043 14
708,025 708,025 0000000000000000000cfa0079b51f8423b46eec80cb8b444dda56720f51a72c 1.39 MB 2,107 16
708,024 708,024 0000000000000000000125edf734ea9977ec6d0ec9b070a34c6eed99906a01cb 1.52 MB 3,118 9
708,023 708,023 0000000000000000000c2f92e0e9e455e25b722986b9aab1cf556e3eafe62bc8 1.54 MB 2,753 15
708,022 708,022 00000000000000000009bd899396f9dcc228ab7606def91e4dc233c616dd352c 0.49 MB 939 10
Previous 10 blocks ↓
Total Size: 775.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,399.74 GB sent, 128.06 GB received

Notes

  • This page updates every 5 seconds.
  • 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.