Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,063 transactions (0.40 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,852 000000000000000000022b910000000000000000000000000000000000000000 0.40 vMB 1,063 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,851 (50,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,448 861,448 00000000000000000001b1c4173f635d32a08c106e300996d4ce8731cbf1533c 1.99 MB 2,050 3
861,447 861,447 0000000000000000000076e8d8f63e4939b48a65779348e2ddd98ef6103cef80 1.78 MB 2,730 7
861,446 861,446 0000000000000000000044a7e5981b42a1ee6acbf992e075b1262b8cad83d24f 1.64 MB 3,108 7
861,445 861,445 00000000000000000001cc94445a5cbf9923664f295b7b4cf9074a6eea30e5bc 1.73 MB 3,584 4
861,444 861,444 00000000000000000002a3ddf98e9e9f9cbba768951988f0930e998a56badc8b 1.53 MB 2,512 6
861,443 861,443 000000000000000000008cb8afcfd4ebb0dea1a6059ebf3fd8415e2ae4f0296a 1.95 MB 2,011 5
861,442 861,442 000000000000000000012f32e49e34ecc459f4866263858ae0edc3f91aef8c73 1.82 MB 2,613 8
861,441 861,441 00000000000000000002b02159b24b3bf408b2020632ee55db3c9aa38a74a399 1.81 MB 3,328 6
861,440 861,440 0000000000000000000197e61623ccf091f43c1e4e2d9de6b9f4771eb75f96a6 1.72 MB 1,678 6
861,439 861,439 00000000000000000002764fde6f3b8dfa931a19c1cb6202a7ddd4fa5d7ae6b5 1.57 MB 3,428 10
861,438 861,438 00000000000000000000d98d093f9a04811e83cbf88caa9e830cd79065b7c373 1.65 MB 7,781 2
861,437 861,437 00000000000000000002b19d5d055d86cdbffbc7bdc19a5e40f9c6dfa485be8c 1.77 MB 6,732 2
861,436 861,436 000000000000000000016039d3e180b0c7b53afc52fa6d4810b89310a9cf6c77 1.59 MB 4,028 4
861,435 861,435 0000000000000000000099ffaf60355199719661d65d815e7500e8f4038c4710 1.68 MB 5,303 4
861,434 861,434 0000000000000000000233266671944bd0817cdf8483cf997a664b8533529315 1.70 MB 6,450 3
861,433 861,433 00000000000000000000599998255258b2ac3777a959b7f0549823daf40e1197 1.68 MB 7,327 2
861,432 861,432 000000000000000000015b03ff759385a533090960e649435a3a23a5e8d9b3ec 1.64 MB 7,292 2
861,431 861,431 000000000000000000002919edb80c67701d7381d88ff5bf10a2f2a89cf8bff1 1.91 MB 5,551 3
861,430 861,430 00000000000000000002cf93a7ec823f84a62363011c58826cfbf75d0e6b9fb7 1.66 MB 7,826 2
861,429 861,429 00000000000000000000c06a300dc9935c7fd971fe1dc43125f55c31b9dbd061 1.61 MB 4,438 4
861,428 861,428 0000000000000000000196e0d83490143c61ef44abd2d5b6a58c89cdb586ad6d 1.65 MB 6,702 2
Previous 10 blocks ↓
Total Size: 776.82 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,469.08 GB sent, 132.61 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.