Memory Pool Memory Pool Refreshing

1,018 transactions (0.35 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,108 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,018 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,107 (825,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,768 83,768 00000000000c0fef2eec27463fa1b630a0f573a703a299bc736492549b0e31cb 0.00 MB 5 0
83,767 83,767 0000000000221a88152c609679d77b0822ebb876b8356632007743d00cc9f634 0.00 MB 6 0
83,766 83,766 0000000000249641a018beeed570a8bdf5a4c5e477045985b8fd3ba6d553617e 0.00 MB 3 0
83,765 83,765 0000000000163f1e89e5fce27ece379f44bd947b25391eea79f6811d4a3ee08b 0.00 MB 12 0
83,764 83,764 00000000002ac94461382369b8757dc953b2c91991ac26bdfe841ce2fdcc96ae 0.00 MB 3 0
83,763 83,763 000000000016967c27c004bb88f55be8215cae23ab91b40ec47766a3d4726e24 0.00 MB 1 0
83,762 83,762 0000000000085ca759111a67d553396bf1bc2740c9a2a7e55103eb97c7d24a99 0.00 MB 1 0
83,761 83,761 0000000000200d5f101a8e9a8646bfc27e2f29bd329cafd1c196e1ee3cafe1a9 0.00 MB 1 0
83,760 83,760 0000000000232e2b32ca662bbfee24323afec4313b6db910c6f825ae63ae0ee6 0.00 MB 7 0
83,759 83,759 0000000000193a4e6e87ce0db236e0ef6836f1019c31402229dc9f4083cf6e17 0.00 MB 5 0
83,758 83,758 0000000000245ae4fb72b0dd6d9cb081c4241e91bd046a81fed0eaa9af3068bd 0.00 MB 1 0
83,757 83,757 0000000000258807d511596285e78ea1f3555e1e6e1f4b13962b0a89b964e173 0.00 MB 4 0
83,756 83,756 0000000000087e54bc82a8475faad6e3d591365fd360122329c24cb5eaee260b 0.00 MB 4 0
83,755 83,755 00000000000ba0c2d56ca7cd17df6ede320da2050fce6be8e8ce4aa09e11b63f 0.00 MB 1 0
83,754 83,754 00000000002df1126020492573e95cab2afd90e119ba2ee7c409f10ddeb3fa63 0.00 MB 1 0
83,753 83,753 00000000000a6b667a9888211971a71ec83a75c1b822be2b3340ac2a0b133a47 0.00 MB 3 0
83,752 83,752 000000000016e80a4f606403f2381e869608d3f2c78c202391fcc2995bf99f62 0.00 MB 1 0
83,751 83,751 000000000017d3c3d523c8aec4467b190e9bef72640559bbb6c182966773870b 0.00 MB 5 0
83,750 83,750 00000000002fc6dc56e2eb0192f07332fc6e7a091150230ebb362ed83341765c 0.00 MB 3 0
83,749 83,749 00000000001cb314c94e121f2d52bbe70ce306ad56f4d195bf43542d869c2fd1 0.00 MB 1 0
83,748 83,748 0000000000133cbcac6bef97e7b78dfef8232628f47524668e180ff30a12d69f 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.74 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,923.15 GB sent, 106.28 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.