Memory Pool Memory Pool Refreshing

19,642 transactions
29.94 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,766 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,765 (25,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
837,988 837,988 0000000000000000000059871dc489ae64725f21be4367cb43b50e05c09e2bc1 1.68 MB 3,236 19
837,987 837,987 00000000000000000000c68826329b64539237d644fb9281ae72712b231b3590 1.57 MB 3,091 24
837,986 837,986 000000000000000000013128c360adfea1ff74df131e5880857eb63efaf97e9a 1.66 MB 3,091 12
837,985 837,985 00000000000000000001bad0b86bbae234281ebe6e9fc34cb5da76e651886752 1.51 MB 3,402 22
837,984 837,984 00000000000000000000a32528f04b907284234cc76e4e74020eb09dca396bad 1.66 MB 2,817 13
837,983 837,983 000000000000000000021d468a96b2b8330f4c371e90ba721118fe6682352ae8 1.69 MB 3,109 22
837,982 837,982 00000000000000000000ff7d2d692ef7312f830234e562dcefa1b93f72422f24 2.33 MB 1,375 11
837,981 837,981 00000000000000000000f87237c6311835feb75296b720f642512487c684c26c 1.80 MB 2,715 15
837,980 837,980 000000000000000000031d91f50cad28e6e3035f9d07302e479fb74e52ee6f0c 1.85 MB 2,797 14
837,979 837,979 00000000000000000000aac50c70b6b5b73384fa2f9ce06bbf85e40234fd7630 1.58 MB 3,231 14
837,978 837,978 00000000000000000001f343ed3c456f14f644d6cc4adedf4034abd34a05ea53 1.67 MB 3,874 6
837,977 837,977 000000000000000000011addbd3ddda7ea4f4093d04507eb6a33c82196bbac08 1.76 MB 5,670 7
837,976 837,976 00000000000000000002d8fc705ba4e9f3f338c5d2055f9b6332eae55da3cef0 1.77 MB 2,388 9
837,975 837,975 00000000000000000000f84c66a14f714c8b8cf6b2ea90c20760b8c6f00fbb82 1.59 MB 3,657 14
837,974 837,974 00000000000000000000570b69fa278214c4bb1ff6d6de8c4ba80fd35f1594f4 1.98 MB 3,881 7
837,973 837,973 00000000000000000000e0ce31e8f174aa8f5980e1ca7369b7ff7c74da903416 1.71 MB 3,024 12
837,972 837,972 00000000000000000000c2bd95d4e959de462546c01e60eb4266244b94ee2562 1.68 MB 2,661 8
837,971 837,971 00000000000000000000c8d7c5aa6a17e43b4fdc914b9311fb6cdbf5ae7fffb8 1.46 MB 2,721 13
837,970 837,970 0000000000000000000329f3b03cd24d5d0fb0782bb199ad4d2f781c9aaae78e 1.68 MB 3,082 11
837,969 837,969 00000000000000000002d40aeac413311205052fcb1efc909ed2a13054a12058 1.63 MB 3,201 18
837,968 837,968 0000000000000000000192d78affe44dd8c4e515697081e2b449db0984dfaaec 1.59 MB 3,489 27
Previous 10 blocks ↓
Total Size: 687.57 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,520.61 GB sent, 122.74 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.