Memory Pool Memory Pool Refreshing

27,575 transactions
27.84 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,535 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,935 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,534 (54,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,737 808,737 0000000000000000000387f015ac2a894660abd0d1169ea66ca99ef34fc06d03 1.28 MB 1,927 36
808,736 808,736 0000000000000000000162da621d73062b0843fbdac8852d24892f72f5c41034 1.41 MB 2,666 42
808,735 808,735 000000000000000000015697bc71cd81cc32babfe93c4b08157c5ca9094c8a3d 1.13 MB 886 37
808,734 808,734 00000000000000000004d831b62dc4547594b55148c84f3c32d8c6773c70d3d2 1.45 MB 2,482 39
808,733 808,733 000000000000000000044774f82388c62b8760c31e825bf7f2b0df5cf64e8bd5 1.57 MB 2,935 50
808,732 808,732 0000000000000000000073d1c7d5cb5ba01621b887ed7dec2542504d170fccbb 1.07 MB 546 37
808,731 808,731 00000000000000000002cb2f670e4bca57d4d997c25e5091e161baf6ebcff37d 1.11 MB 499 37
808,730 808,730 00000000000000000002f9d847d353e67a42e48ed909658176a75e3300c24695 1.34 MB 1,829 40
808,729 808,729 00000000000000000003be734fc6a87d7b06b567433798383ca0439a3ae3988f 1.90 MB 1,696 38
808,728 808,728 000000000000000000007d6ff571fdc0e10b0946f6cd67aedb1bd7f2a3720728 1.78 MB 2,089 46
808,727 808,727 00000000000000000003b0fe1a4d7f161f07991cff3b878a09ff361785db2c45 1.67 MB 2,836 45
808,726 808,726 00000000000000000004e0c48d6d3fe7e96a1b1165785414c0eb5f5a252fc9ea 2.00 MB 5,561 22
808,725 808,725 00000000000000000002151b52bb90b5bbb27eeb2693b84526ec228d915ab32f 1.55 MB 3,684 35
808,724 808,724 00000000000000000000d46e6d920933fe19c852f4fcefab80aec5274fd24a4f 1.82 MB 2,941 25
808,723 808,723 00000000000000000003c4a54b480a573133d57b3539cb1058d70d77cd06f2c0 1.96 MB 5,396 29
808,722 808,722 0000000000000000000311d5a5ba0f4abe2b5e8ae3f6a11ce5c3e7e33fb253cc 1.57 MB 3,712 32
808,721 808,721 0000000000000000000213cde220d15a29fc47f24725c930a434c9faae1e3ba1 1.93 MB 5,179 28
808,720 808,720 0000000000000000000271e47d0f6caa5f7f4b6a06f8b73adb5c3efe44b1a77b 1.58 MB 2,100 27
808,719 808,719 0000000000000000000068e3e1236e6700a53ee5a74b9bf7b27182a36de35073 1.34 MB 2,297 32
808,718 808,718 00000000000000000004dbc81da66d14481ceb6202635a52a2f71e667a1f6acd 1.53 MB 2,716 39
808,717 808,717 000000000000000000016cd87f56a9aec20c75e170fe55f5168908c8e359d922 1.43 MB 2,773 37
Previous 10 blocks ↓
Total Size: 687.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,507.92 GB sent, 119.50 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.