Memory Pool Memory Pool Refreshing

65,789 transactions
23.73 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
862,033 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,027 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,032 (134,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
727,849 727,849 00000000000000000002add5f2a1ea076610e5feabf49b310d28e9ab2f844405 0.39 MB 411 4
727,848 727,848 00000000000000000008733cbd7a414a058791e560f65127661c189597c28919 1.32 MB 1,340 4
727,847 727,847 00000000000000000003480792823cba91ff04f80c8445489f7cc57da96469e1 1.35 MB 2,147 9
727,846 727,846 000000000000000000060dab95252d4694a263f91308e1ef8afdc1ff82d616ca 0.48 MB 205 4
727,845 727,845 000000000000000000047d04d9311274c9105dcedf93df4c61a61565f3dc2d6b 1.24 MB 1,321 6
727,844 727,844 000000000000000000013573ef3aacc41eee12d659111a165f775537386e62e9 0.50 MB 997 8
727,843 727,843 00000000000000000001435be9d2db97fdd37d1a86951e4f75074c18ce59a03a 0.34 MB 521 20
727,842 727,842 00000000000000000009ce8d5eab376cf408b953597c4e42d880024341ed4198 0.82 MB 1,111 7
727,841 727,841 000000000000000000065deb2b63ac90e63f391e0a5e87d85affc9bf26851e6e 1.08 MB 1,269 2
727,840 727,840 00000000000000000009c6673ae6271eedccdba921aacb4d60e3cc6b98076bc0 1.39 MB 2,338 11
727,839 727,839 0000000000000000000859af4b8b81f2d84035f798c797359ffacded1f73e359 1.22 MB 1,478 9
727,838 727,838 00000000000000000005248111a39969efd8f8b30e1ae178e97e6343f7d3a0e4 1.16 MB 928 12
727,837 727,837 000000000000000000076d7e55a006b057663390f8fb188f5d48876b205158e3 1.18 MB 813 11
727,836 727,836 00000000000000000008400ee35d27d5b30737e0de41b11a52ad5325784e057e 1.16 MB 1,616 4
727,835 727,835 000000000000000000025f68be93bc17656edeafb889297df19f5e5dc859d006 1.40 MB 2,362 9
727,834 727,834 00000000000000000007ff508712e5b937c031871d80bdfa25f0dc39f1372766 0.82 MB 932 1
727,833 727,833 00000000000000000000b9be75b6ca5852b6f0c8509ddb143a329751f576f785 1.43 MB 2,829 10
727,832 727,832 00000000000000000006c7be51c3aebba1c86c727d176f3722b4975e0803e9a8 1.54 MB 2,722 7
727,831 727,831 000000000000000000092d5a0ffa5155b3e3dcef855f1c6229cfec0a010bfea2 1.44 MB 3,166 9
727,830 727,830 000000000000000000058106da8b160238cc1248627e653aa8d6cf3c87379627 0.72 MB 1,094 7
727,829 727,829 00000000000000000004cd718e0285fdadb7506ac943df26cfdaa5138dbf5741 0.19 MB 437 9
Previous 10 blocks ↓
Total Size: 684.22 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,330.34 GB sent, 99.85 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.