Memory Pool Memory Pool Refreshing

41,301 transactions
29.83 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,318 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,654 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,317 (30,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
834,000 834,000 00000000000000000003193990cb2a085cfe0491a6db5b3b9ce564e8b9644999 1.89 MB 2,928 36
833,999 833,999 00000000000000000003889d77c1a753e43736ed7b78b0671b8bda54d54f474c 2.70 MB 2,533 37
833,998 833,998 00000000000000000003100370a0ab99df2b46ef5bf315ed568169fd8f4b3dba 1.59 MB 2,689 40
833,997 833,997 00000000000000000001361b7b1932b48f422c61537ede702b02561dad152915 2.39 MB 1,850 42
833,996 833,996 00000000000000000001f38926fdff42eb2f45119e809d3edd24a442be464d1a 2.23 MB 2,450 48
833,995 833,995 00000000000000000000c559eb70417e132250c7f5bc497209207d5770cbb0ae 2.20 MB 4,855 46
833,994 833,994 000000000000000000034149658d79d0e2323ea160a83cae9a8a88809aa41e5a 1.33 MB 2,360 47
833,993 833,993 00000000000000000000d7800e7821ffe8da717d05f32bbdb4074bb62bb54ac1 1.78 MB 3,991 31
833,992 833,992 0000000000000000000380d277344ae06971967c21202af0930db8bb9d7bbf65 1.48 MB 2,740 32
833,991 833,991 0000000000000000000130ac6c5f16616d6cf50a3111edf9610d378c414161f4 1.69 MB 4,079 39
833,990 833,990 000000000000000000032a682e2d286cb8f891643e011eaa0fdd8536aca35d06 1.67 MB 2,760 27
833,989 833,989 000000000000000000014165a591de6eac7e96169658875c7caddb6233780221 1.40 MB 2,684 37
833,988 833,988 000000000000000000003ad6410916f7ed61169969f6f5ef3e51a6d8b0a93cbe 1.65 MB 2,902 28
833,987 833,987 00000000000000000001c0e77f6e1e5431a33f36f4d028b2769b97f828da6d56 1.68 MB 3,330 27
833,986 833,986 000000000000000000011234561f0e93dc267f41e2e3f6e1fbc205c78446efc0 1.52 MB 2,734 34
833,985 833,985 00000000000000000000ee060e350c9316af9c944968278c7abbda3fb5f35c37 1.76 MB 2,623 22
833,984 833,984 000000000000000000030fc852b3ed50908fc8a41e7f02b824d3d213e3b371dc 1.59 MB 2,924 22
833,983 833,983 000000000000000000011b6891ea6f7f6cda3c46078a51ccf53455b440768c06 1.80 MB 2,640 27
833,982 833,982 000000000000000000013d49252615ad106ead07043d677cd279169ac116f857 1.69 MB 2,572 34
833,981 833,981 0000000000000000000026a3530e936d6c87495e78a2360898dc0fe9b3accd5f 1.51 MB 1,865 40
833,980 833,980 00000000000000000000dfe87e7267fba9d0419e62efbe2b86ee8c3ae4475f2c 1.46 MB 2,442 29
Previous 10 blocks ↓
Total Size: 688.64 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,631.03 GB sent, 129.69 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.