Memory Pool Memory Pool Refreshing

2,795 transactions (0.82 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,057 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,780 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,056 (836,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,688 72,688 00000000008b07694ef65434ed407a73b5fd73c483506eefaac638db1463c0a0 0.00 MB 5 0
72,687 72,687 0000000000494ea4ad46435db0df9cd0a9d5d9101d18052e4b6fc49bbce7a13f 0.00 MB 1 0
72,686 72,686 0000000000a7ba4edf46221b554e493f079f9c4feb8f11a8302667fe1944ca78 0.00 MB 2 0
72,685 72,685 000000000084c1f96514bdf674e928fd3a3bfe8b3fa88391b3962c90246f5404 0.00 MB 1 0
72,684 72,684 00000000003ecc1d6239a5c7b23790917965ef423f5c94a7bf2152642258ccae 0.00 MB 1 0
72,683 72,683 00000000007592b6482ac25db2120226b58a6bc804539e687bd1164e1fca783b 0.00 MB 1 0
72,682 72,682 000000000030e25a5bc40837d18738fb463ba4a2ec85e0f4ffc40f7c90a37113 0.00 MB 1 0
72,681 72,681 00000000003b32e5be19c4063438c098f41e4f258c0431642cc7b957f8ef2029 0.00 MB 3 0
72,680 72,680 00000000008c79ff954164ff1cbabe09ffe879182062aaf228b8ba4b81cec5b5 0.00 MB 1 0
72,679 72,679 0000000000427083798c4c38fb41ac6f39d7d4a525a173463bc7448774fe5ad6 0.00 MB 1 0
72,678 72,678 0000000000128ac9c081bfb06c50382b73df78a07c492410e7da3dffb80c0b8f 0.00 MB 2 0
72,677 72,677 000000000021c87a299bb83bca177b454309dde00f7f7cf6c0182b4b5531669c 0.00 MB 1 0
72,676 72,676 00000000005ba9e76757f7db32c1ef45a11f0ecd2fa442e6a545d02f56a24412 0.00 MB 2 0
72,675 72,675 00000000000ccc98460f2069586c11671227afe9383ac61fafb2d6348799987b 0.00 MB 1 0
72,674 72,674 0000000000b50cd63a1ae8a60e980e07c9a5cf0d8cd673809f97067deda218b9 0.00 MB 1 0
72,673 72,673 00000000008db401b058d8e597b1ee07ae00660c11491fa87ec216bc68f9bc9b 0.00 MB 1 0
72,672 72,672 000000000045b377d73babea3181e7edb9f22d35d0b35bf7cf9bc4fb5debff40 0.00 MB 1 0
72,671 72,671 000000000059c170b27667d66d5912c838ad2fb04840aad4cf5fb09b71164017 0.00 MB 1 0
72,670 72,670 0000000000b56e670a47044089e8f6850b05f2fa5a5716462022e3264337cbcf 0.00 MB 3 0
72,669 72,669 0000000000afea0ea9afdcd3fc148dc290414b2d52daf9b9c76f69d9b071eebd 0.00 MB 1 0
72,668 72,668 000000000086192ff05a7ada22db74ce44db4cb02215b50bd4365ebba8e859bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,897.65 GB sent, 105.76 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.