Memory Pool Memory Pool Refreshing

18,317 transactions
30.65 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,001 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,000 (24,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
839,038 839,038 000000000000000000018e719959de188395c0e0e9917f0a35bd2ce65fd0e13a 2.09 MB 3,374 31
839,037 839,037 00000000000000000000a21f0d253d080fcb8f2093cfa691993820c9697f259b 1.74 MB 3,952 41
839,036 839,036 000000000000000000028e318a0f58f3b400bd1579aac629a436673155655cd1 1.86 MB 3,952 47
839,035 839,035 000000000000000000025da13ac1adf027492f1d23d2f94d41e17618f75054d1 1.70 MB 4,135 68
839,034 839,034 000000000000000000007f93f0a934ebcc13dbbde9fd700d048006e852662632 1.78 MB 3,414 84
839,033 839,033 00000000000000000000900f546ec3bbc1ba5df15525bffa5b4d85598772117e 1.81 MB 3,191 32
839,032 839,032 00000000000000000001740c9a7ce95996ee0cc9bc980b3cf52c1152db8b69cb 2.69 MB 1,558 26
839,031 839,031 0000000000000000000056f606235dcdf709673fe36c0d56461c6f6912f09e82 2.29 MB 2,791 41
839,030 839,030 000000000000000000010031c7ad6cd95ec5bddcb5bf3daaec5a6f88f903b4ec 2.01 MB 2,881 44
839,029 839,029 0000000000000000000316fef66a4c45838707d05918db8fe8e9d27b00ea4290 1.68 MB 3,094 37
839,028 839,028 00000000000000000000443b2340e82e3107038d9d569255b03f5317cddd75f8 1.65 MB 3,064 110
839,027 839,027 000000000000000000022c5dd6d4f8ceafb87eb3c726143f431a3a12b24e49b1 1.94 MB 2,809 30
839,026 839,026 000000000000000000021628b2bd3e6a918e863ec1dd9c6f1bdadba7953b9ea5 0.00 MB 1 0
839,025 839,025 00000000000000000001c230f7c2db260c65aeca01c958b2ecc98f3ffdbeacf5 1.69 MB 3,533 40
839,024 839,024 0000000000000000000057a8bac92df0d8694557c2ae236474bfc89d98afc596 1.73 MB 3,646 45
839,023 839,023 0000000000000000000015adca8d72ffb5afe952971f69670e29b4f18ca02086 1.72 MB 3,916 66
839,022 839,022 000000000000000000014987c5f85901d4c09b48a8dcb4a85f829b1a52e262d9 1.68 MB 4,273 74
839,021 839,021 00000000000000000002405472864e498e0cef5b15879756ed0118216e78143f 1.77 MB 4,694 104
839,020 839,020 000000000000000000011c62497eebbfad417327e84fcafc19e46eb51ba38d1a 1.87 MB 2,906 39
839,019 839,019 000000000000000000014f9407ef6f75bd9ce92064c35c22e3581c2243eab749 1.68 MB 2,790 35
839,018 839,018 0000000000000000000203b4fe20e635f160aaf8e28d770f87032a591f4ca881 1.87 MB 2,647 30
Previous 10 blocks ↓
Total Size: 688.02 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,548.95 GB sent, 125.44 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.