Memory Pool Memory Pool Refreshing

42,129 transactions
30.16 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,501 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 793 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,500 (51,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
817,621 817,621 00000000000000000001e15c00aeb520b1ae53a8b43504f91a34ef81481c8271 1.88 MB 5,489 97
817,620 817,620 000000000000000000013ee94945b0003fbe16d4ccdcbffe2f400e4c6fe4e0e5 1.62 MB 4,279 73
817,619 817,619 00000000000000000003005dbad3fc64de916cf02baca1c2897911692039ec13 1.56 MB 3,143 126
817,618 817,618 000000000000000000020fbe5d814cd4768c8f34b8f8b8709805585abec2c1f8 1.70 MB 4,456 74
817,617 817,617 000000000000000000019432bc870696d0bbba39e275da0b2e8147108b38f681 1.74 MB 4,320 70
817,616 817,616 0000000000000000000346a65dc77140898d3c5e290e5d673b3d085f44c6b082 1.77 MB 4,610 92
817,615 817,615 000000000000000000037d949006b5aa937a6da3979c843b24edcb6e3982e1bc 1.62 MB 3,760 89
817,614 817,614 000000000000000000024f6f33b8285815764201085b022422077e16a5143abf 2.02 MB 3,917 59
817,613 817,613 00000000000000000001f54514fe754bb8abf242a87c9e36815150dae451dfe5 1.81 MB 4,937 79
817,612 817,612 00000000000000000001ca1021278e871308441e882d620f524ce43d5636c05c 1.71 MB 3,713 71
817,611 817,611 000000000000000000043fc9883cc8783b7cfebfe2050fcf54b29be8c869d839 1.85 MB 5,029 86
817,610 817,610 00000000000000000003d8924f6bc5f77319ad8a51ab147dbaa00ca67c5183e2 1.73 MB 3,197 55
817,609 817,609 000000000000000000039ced36a22a2d96e72d11ca41f2423af6c8170ff18931 1.77 MB 4,153 68
817,608 817,608 000000000000000000021f3550859c9ca53dd4a1d141e05a847e629f4c8da976 1.64 MB 3,078 121
817,607 817,607 00000000000000000000a13172b2404b3502cd6a98baafa5b67cbdc808fd4a3c 1.70 MB 3,221 54
817,606 817,606 000000000000000000026a9a39498b55f5bb4ee0f60806fbe6653e1c3489b03d 1.95 MB 4,753 62
817,605 817,605 00000000000000000001b96ee2dc29f88a415d4dd0f626072db76327015b088b 1.73 MB 4,363 72
817,604 817,604 00000000000000000001e8217b3ebded5cd478d4eec6227ef251e0bc11c46f2c 1.62 MB 2,517 77
817,603 817,603 00000000000000000002bbcda711749a1a4a6763b6901c6fa6d98504c1f69219 1.77 MB 3,875 98
817,602 817,602 000000000000000000027552a572a561404f1a29e7ae11c18ce6837c5e2ab049 1.83 MB 4,877 94
817,601 817,601 0000000000000000000416264b0a7a9f1c0b9f774265fcce8e35a0422e4445a5 1.91 MB 5,615 78
Previous 10 blocks ↓
Total Size: 698.52 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: 2,092.87 GB sent, 200.81 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.