Memory Pool Memory Pool Refreshing

3,264 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,520 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (785,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,692 122,692 00000000000009e2c8f5cc7e26c283d59a01fc8b666bc1a3c4b66e7be02bdd1a 0.00 MB 12 705
122,691 122,691 00000000000020fde5a834b01e9e2d1c408f01a57fc3c2b3557bb17db226828d 0.00 MB 9 0
122,690 122,690 00000000000053c43c7306ee18e19a6abd0bd5bcca16e60ca7b5374cb616073e 0.01 MB 24 520
122,689 122,689 00000000000089674b4a21162162a480bcc02809e87c0f947e453d29b46de346 0.01 MB 13 210
122,688 122,688 0000000000002dcb99da751576c74a9ee0af43903f43b19793c012b6b1dbb1c9 0.00 MB 9 307
122,687 122,687 0000000000008cd58ee00c1b4442d861319ab31fb1825dd8a3fa01b4bd719232 0.01 MB 17 1,197
122,686 122,686 0000000000007da5810243542bbec8daaf2163491a28766672ead86489915acf 0.01 MB 22 977
122,685 122,685 0000000000002b84b252cb6e2406993d7860a82ca0ba80011503debe64051a5b 0.00 MB 8 337
122,684 122,684 00000000000063ff331dd10ec4c1a97e8b9cbe0d71c377847ba6409fb4afa471 0.00 MB 1 0
122,683 122,683 00000000000052c9884b79ff6c205cdbda2c848ad424c881dba48cf7c7bb9137 0.00 MB 15 232
122,682 122,682 00000000000001c4c91760e70a0f2e183943c205c152d2f8a300eec3f2ea3782 0.00 MB 8 208
122,681 122,681 000000000000258a9870e3ee1ddbf56adc0ae092dc5b668e0223c6767fce0d5c 0.00 MB 3 0
122,680 122,680 000000000000764f531efe6c35966cc40c229c802cdca312a08485dc3adab822 0.00 MB 9 0
122,679 122,679 0000000000007bc8762a9e127eca8c688b663f8062c4686d910c067f89a86b3c 0.00 MB 9 306
122,678 122,678 00000000000068eb63b8dd63046dca2f9a9658b9f4783069c2506a6a8a3f66d9 0.00 MB 7 0
122,677 122,677 000000000000728733df13b9aa99cdf06b4a5976a57291e936c7e47f121f5d36 0.00 MB 8 1,007
122,676 122,676 0000000000003961a0da8f5489099211ede45a3afb77ee8bc573a3cb03dbb372 0.00 MB 16 405
122,675 122,675 0000000000002194d026dbb460bac5fd57c5523663b27689f468b448f761c808 0.00 MB 7 243
122,674 122,674 000000000000808760c853117ea52696b3c3e324703589fd681ff4e4b937123b 0.01 MB 23 157
122,673 122,673 000000000000750fd97362fd038168a76190846b9a7b33e1bc61bc05c6f52784 0.01 MB 23 574
122,672 122,672 00000000000044ed9ff846ece23062f46562602b92d44207e4976c968b8e1144 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.54 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,648.19 GB sent, 95.62 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.