Memory Pool Memory Pool Refreshing

62,665 transactions
28.36 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,192 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,862 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,191 (129,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,856 742,856 000000000000000000018e1e107f6c979cb5a610000256f77d28dbccedcbaa2a 1.10 MB 1,321 11
742,855 742,855 000000000000000000051e4b015c24bcb69605e3cc904ab37ae264138ca4c28c 0.22 MB 493 10
742,854 742,854 000000000000000000001a636f51403907b931c287b515e2f8e4c2d4c177f953 0.48 MB 610 12
742,853 742,853 0000000000000000000858df98303b98330b866e58e662420152b81344afe604 1.30 MB 1,755 6
742,852 742,852 00000000000000000007f4bc3fd991f54ccb621fd58e9d8be01baa7dca218ce3 1.68 MB 2,303 12
742,851 742,851 0000000000000000000916ef4645473fbc3143f8f5dc94fe4d683a73a064d559 1.03 MB 1,755 7
742,850 742,850 000000000000000000081965d84242a528c76244b2393e5089d0d258a2f31554 1.54 MB 2,190 6
742,849 742,849 000000000000000000042f3af148c757e7813852211036e4b9ccd48972bab930 1.44 MB 2,531 15
742,848 742,848 00000000000000000000f0873ee25164220d66d4674e7f6e4a9928728b2bddec 1.62 MB 1,378 17
742,847 742,847 000000000000000000065c4cf667702135a9e3c02d806b241c883e27268d4ed3 1.20 MB 1,003 4
742,846 742,846 00000000000000000008178c13ce75553d996cfe0fa21fcf155ad2e5e564bd74 1.44 MB 2,531 10
742,845 742,845 0000000000000000000591b90d6a6df6808c448f4565556d419d56ebec79b606 1.43 MB 2,437 11
742,844 742,844 0000000000000000000094e59eaa9fdf73bf47ca7af4fd56cdb3bf7ca60a0ce7 0.25 MB 333 11
742,843 742,843 00000000000000000001f936e2452eada68c91af448a72b56cc25142cc9204de 0.86 MB 1,509 11
742,842 742,842 0000000000000000000530c5c0d46bc6d92ad40f16c78293ddc64adffea6adc9 1.82 MB 2,061 8
742,841 742,841 00000000000000000001952a690b282e7430d283a6927a55f8f738a83057b1af 1.76 MB 2,391 10
742,840 742,840 000000000000000000049ff5ee9abbf0190636a7b9161244dcb279b66679b5f4 2.14 MB 1,038 1
742,839 742,839 00000000000000000005f516d8479045c4506e418a935e216ec6049b3e050a1b 1.59 MB 3,109 16
742,838 742,838 00000000000000000005a812f6ba1673c6b49b643a5252d6e29d5b61b99a8845 1.82 MB 2,115 9
742,837 742,837 00000000000000000008aec6560d49f5a52987c5b602fc85252f7a7f2835d740 0.73 MB 562 6
742,836 742,836 00000000000000000005b627e3a0af8b823b8da41c0c83f07bf30e25ba2a5837 1.82 MB 1,176 6
Previous 10 blocks ↓
Total Size: 703.56 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,603.18 GB sent, 235.13 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.