Memory Pool Memory Pool Refreshing

30,116 transactions
31.28 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,417 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,339 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,416 (49,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
812,893 812,893 000000000000000000020fa6282f97cdf9f0fcccec3770d0d2572b4a824be0b9 1.66 MB 2,947 12
812,892 812,892 000000000000000000014a3164e9dc60d087fd19062f842dd7ef938d907b0cce 3.28 MB 345 1
812,891 812,891 00000000000000000002fc00ec06c74dbf334a5b3d1a27c0f988ef4b373435fb 1.63 MB 3,177 11
812,890 812,890 000000000000000000045ded4d25af9e78fec5cf80347ad0341cd3d5625900cc 1.64 MB 2,678 8
812,889 812,889 0000000000000000000132ee03e88e3dd704380451b36392e6d1a2c4e1b68621 1.50 MB 3,036 22
812,888 812,888 00000000000000000000dbbc050fb30b67659bc26a483a472ab50b71201c46ae 1.89 MB 1,757 8
812,887 812,887 0000000000000000000361e326973bf4a552f8edfa622065382c5da3011a0767 1.60 MB 1,987 10
812,886 812,886 00000000000000000003e6c1ab2ad804e125d1b29204ba994acbd48d9415d37e 3.52 MB 894 3
812,885 812,885 000000000000000000025d4414a12387867ddb44d52c30cf10d16941b3d666f0 1.80 MB 1,945 9
812,884 812,884 0000000000000000000206fbe5befcb5b4b41c6ba6a712011d153eb05957744a 1.47 MB 3,146 22
812,883 812,883 00000000000000000003f76e243d3376ea0a11c59813b4a82a52381e408de98f 2.01 MB 1,160 5
812,882 812,882 000000000000000000006a13818cbf05ee96a4a74b485cd430a9b35174af437c 2.15 MB 230 2
812,881 812,881 000000000000000000025bbd9af755e969fc1fbe7b15d47bd1751976c3c04a10 1.77 MB 3,216 11
812,880 812,880 0000000000000000000063f88bf35288707a1c1111cb5e0a3e1cf52068f36f0d 1.95 MB 2,052 4
812,879 812,879 00000000000000000002effc971e3c78258f3e3c63c71484be20aec593d43619 1.77 MB 1,685 8
812,878 812,878 000000000000000000029d1f98cd36525b8c86840edac3f72dedf57c5c0eaee6 1.73 MB 2,500 25
812,877 812,877 000000000000000000011f563eefc920ae41e2c567064373e6126485fc844c14 1.67 MB 1,897 16
812,876 812,876 0000000000000000000366a137099fdd6a5d6d21f8d7f18351667bd02b9e7602 1.98 MB 633 2
812,875 812,875 000000000000000000011ff6dcd76801590958b3f53c8a8335e0b9a2b22fcf38 1.35 MB 1,070 6
812,874 812,874 00000000000000000002d22339102b05bba68aadb550cfa74d9a5ac843bed52d 1.82 MB 2,019 21
812,873 812,873 0000000000000000000243e6c6400cb4e8f7a52733f8205c8655b16f5e44e5a4 2.04 MB 98 1
Previous 10 blocks ↓
Total Size: 684.96 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,367.92 GB sent, 104.67 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.