Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,763 transactions (0.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,091 000000000000000000022cb30000000000000000000000000000000000000000 0.52 vMB 1,749 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,090 (874,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,681 35,681 0000000029f07f69fea0aa6487c451b20dc1fb49f3e53d642d55d91736d1cba3 0.00 MB 1 0
35,680 35,680 0000000010ff71750baba75487be21cf4c2a523146cbb1aea1066a130223860f 0.00 MB 1 0
35,679 35,679 000000005288fe9d48925b6a6c6b55f5d531e132d8bb31828d46825689ff433b 0.00 MB 1 0
35,678 35,678 00000000a45be02ddaf31ba8d9f4f57f3c14d3b203dd0f8749afdd73334b78e0 0.00 MB 1 0
35,677 35,677 00000000a5912259704827cbd7f8eb6dbbe00b49625984eab956011f97301d33 0.00 MB 1 0
35,676 35,676 00000000bf49d9c06c28b299adb3a45ee3ed0590065da170175cbdb43e48473e 0.00 MB 1 0
35,675 35,675 0000000057118ee585fc5f977354b63f5ddb662c39a6c139adbe4e773dd04b18 0.00 MB 1 0
35,674 35,674 000000005dd0b5ae4c5f873bc12f901868e9dd30d955ff6bec8f18be71ced4ad 0.00 MB 1 0
35,673 35,673 0000000053bf025f6c0596a8fea786457e34331eac2e5729ce1ec1fe1e544e2e 0.00 MB 1 0
35,672 35,672 0000000069d9a041cafafacf4e5c0c8623b74555aef422a3a62d3d9882b64470 0.00 MB 1 0
35,671 35,671 00000000b1478f549938b1a7ab1d81c76ae3eea8733debca8e94b72848315fb5 0.00 MB 1 0
35,670 35,670 00000000a3b38af5d9b6fe48b9caf7cd267e7e6d130e37627fbee7aa40ec33cd 0.00 MB 1 0
35,669 35,669 000000008d611b133b2a8a6473b1e927901ac5078fc1673fd851a40c5e0a5e4f 0.00 MB 1 0
35,668 35,668 0000000091072986ec07438232b8fcecceb54b17f98986066c1603b40457f74a 0.00 MB 1 0
35,667 35,667 000000000f968940ff83ad084e84514f9556971858bd89d2e378ae04070dd770 0.00 MB 1 0
35,666 35,666 00000000385fb6e0ef00a42a8fc96c2ea8eb2d70a477c04eb53635e03811ced6 0.00 MB 1 0
35,665 35,665 000000006876c55532100a56d4aaff43a30198bb9b1e7064a6029738a81ecc33 0.00 MB 1 0
35,664 35,664 0000000031d33f99f7ea72384d36037e945fb7ca044fddb3e872cd56d438568b 0.00 MB 1 0
35,663 35,663 0000000053cd9f5026ffe109bdb3618ddeb45c897efdf8430ca00e9f6089333c 0.00 MB 1 0
35,662 35,662 0000000044deed219f684bf5f6f088790d8194ee962c141f91bb0e562cd4d824 0.00 MB 1 0
35,661 35,661 0000000047ab3956d096101d322234a79e087da4fed1dedaebcfc1f8683ad19d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.56 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,187.92 GB sent, 116.27 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.