Memory Pool Memory Pool Refreshing

33,929 transactions
30.99 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,155 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 965 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,154 (51,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
811,860 811,860 00000000000000000002ca65aeba74f12ec41902af1ac81b9c8e8fc0263a1d0e 1.05 MB 432 6
811,859 811,859 000000000000000000001087a5fb12f14950e902b2d10754b59d3a022a755d10 1.36 MB 829 6
811,858 811,858 0000000000000000000417197f393ffd5d92bb183323a5546e8688bec0af50cf 1.70 MB 1,223 8
811,857 811,857 00000000000000000002cb5ffb0054d6d9f7f4065e101aed4e940039357aa70c 1.53 MB 2,730 19
811,856 811,856 00000000000000000001cb072964bc7e1c98dfb4587afa2b5d20a27306a111bf 1.34 MB 1,452 13
811,855 811,855 00000000000000000002eef351a3d6a4b9986b50623394007131bbe6edb78963 1.45 MB 2,579 15
811,854 811,854 00000000000000000002a75453b4a7fd8b359370cb80dda39bb99df128584c1b 1.28 MB 1,529 23
811,853 811,853 000000000000000000034f5323eaaddec637364b74e8436109624cc32ecdcc15 1.16 MB 943 21
811,852 811,852 000000000000000000019d7dfa67d5b00fdfe9eff56a1b4e82297494c3581bba 1.10 MB 681 20
811,851 811,851 000000000000000000025d48fbeae45e12a89390900595094727fa0c906cc12f 1.07 MB 571 20
811,850 811,850 0000000000000000000398d70a01d1edf5ea6ecec7d8a0accac4edeebcedcbfa 1.54 MB 2,032 11
811,849 811,849 0000000000000000000260d821d95148706439d6d5b9dadcb0e34ab5074b5586 1.45 MB 2,873 20
811,848 811,848 00000000000000000004237bd22650508a199c3980b9bafbc42aa390cb38806a 1.34 MB 1,272 12
811,847 811,847 0000000000000000000272c56c5d8157910405fedeb0e436e4565d780dcdefa6 1.63 MB 3,880 24
811,846 811,846 000000000000000000012773074b23cc9321367fcd415fdccfdce08c2eb57fe7 1.34 MB 1,952 14
811,845 811,845 00000000000000000002e581db2641084b0aa89cd2c93222b325d9cfba1d987f 1.56 MB 3,251 19
811,844 811,844 000000000000000000037b45b939ab997bf1d427f8a576e9ecfaae5e46d0771d 1.54 MB 3,791 25
811,843 811,843 00000000000000000003005b522f87e4c5641f67b28367de89b7c69bd9b6cfe5 1.13 MB 841 11
811,842 811,842 0000000000000000000285bdde3c35ef552b56b4d7b6d02229ddd0d1f0108308 1.47 MB 2,842 19
811,841 811,841 00000000000000000002235ac6d7b7fc901c917929528c4f3d16a1d2d106dc1e 1.36 MB 2,222 17
811,840 811,840 0000000000000000000008962f862a2ff4c99fa12039b5690920fc6d744632ec 1.29 MB 865 8
Previous 10 blocks ↓
Total Size: 686.41 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,451.67 GB sent, 114.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.