Memory Pool Memory Pool Refreshing

54,964 transactions
33.14 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,409 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 2,856 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,408 (43,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
831,876 831,876 00000000000000000001d1e163ae618a6c55a53b7b13f6e973b38f45c16c5753 1.89 MB 2,624 19
831,875 831,875 00000000000000000001a0fdcf97d779593b6770eec5bdaeb3c72af0b6499bd3 1.10 MB 578 11
831,874 831,874 00000000000000000001b581dc98e166c1f28a974ca31419336f6a445abe1daa 1.43 MB 1,236 12
831,873 831,873 0000000000000000000186dfe91d133637dfd15b61474bbd119f8ffc190a23ec 1.09 MB 292 10
831,872 831,872 00000000000000000001a04769a126d06dee793d089ed605e9e850caf96b18dd 1.52 MB 1,874 12
831,871 831,871 0000000000000000000274f91264bbbea3698a84a0f692e587376148343d8a8b 0.00 MB 1 0
831,870 831,870 0000000000000000000174f28126c1324c7672096e029138a44c8607bd39affe 1.43 MB 133 10
831,869 831,869 000000000000000000023d5dfa265150bd87cab557c2d6ee6da261439841be7e 1.71 MB 2,365 15
831,868 831,868 000000000000000000001f46d335865f886471a8649f06182f3e9997da5a8f14 1.94 MB 2,327 15
831,867 831,867 0000000000000000000219d0b75ab3e73baca7bed9d5606547383954eb7507a4 1.95 MB 2,125 15
831,866 831,866 00000000000000000001d5561a062690f0988708d4c785fac0e481a7bdbcdefc 2.26 MB 501 11
831,865 831,865 000000000000000000008d4c3c49df1488daff853f2c116aced6d04ee0038953 1.40 MB 1,923 17
831,864 831,864 00000000000000000001ac309baf1b64b2ff12373f26ca6e34028fa185b07356 2.31 MB 2,017 17
831,863 831,863 00000000000000000000113684ebff197c7793e8c3eaa8e9de37d1ab828aa4d7 2.54 MB 1,779 13
831,862 831,862 00000000000000000002a9ae2c7a8872168a10a5cc3773e8b5e8351998881e7f 1.66 MB 2,748 24
831,861 831,861 00000000000000000000b7c3667348205dbe8af6938724b13303d6dfa01325ab 2.04 MB 1,876 15
831,860 831,860 000000000000000000003ecee736e4da32795abd2039d6d92e869063407ce131 2.49 MB 638 11
831,859 831,859 00000000000000000001f567cc455050f01b5450a0351e95a67b46344fca0071 1.95 MB 3,288 14
831,858 831,858 00000000000000000001e873bd580e1ab42c67c6a104e6ea7921ca2861ec720b 1.81 MB 2,952 20
831,857 831,857 0000000000000000000132f03eeba0cd3a779f44538a06631e016a960a64327d 1.86 MB 1,683 13
831,856 831,856 00000000000000000001a854390b12834d32015dbb6c147c6aeebef49d829b10 1.59 MB 3,015 24
Previous 10 blocks ↓
Total Size: 709.41 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: 579.81 GB sent, 8.75 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.