Memory Pool Memory Pool Refreshing

591 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 566 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (860,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,760 47,760 00000000023e8aa90bbce06e8f86edfecb43be89eff219e88e1906d9868dc9c1 0.00 MB 1 0
47,759 47,759 00000000215da8a042ba3b4433374524a9719cf4a91c1a6692aaed81333edb48 0.00 MB 1 0
47,758 47,758 00000000244b89c9bc2bf91d36503a5dc70f0d3ca78aa7f9d7510754de8c1bc5 0.00 MB 1 0
47,757 47,757 000000001ff1b929b8542b8a8197c864eca3d8590731d9189b15ce95046f9f22 0.00 MB 1 0
47,756 47,756 000000001d4e637af12d142be7efe9a559f7700b66eea3a777fbcf44c3509ab1 0.00 MB 2 0
47,755 47,755 0000000018bad8b819104380f2a426f271fb2b19534a3d4ef4f99a4def1f5a95 0.00 MB 1 0
47,754 47,754 000000000a5c83afa27d3e38709475ccadba8f5697985855e7cfd152f33fb2de 0.00 MB 1 0
47,753 47,753 000000003703bdcf5b2ecaec2f6068536290fb32339b82935340fd95d57b8f73 0.00 MB 1 0
47,752 47,752 00000000101a3bd98d8bf37607beca5645fc22e2819b7f607b22bed8c3335487 0.00 MB 1 0
47,751 47,751 00000000144ff42052f9c134f50b198ed957a8891583a3319de3d65e88571c18 0.00 MB 1 0
47,750 47,750 0000000020e0ffa2b47a992ac8d29dca60c0b5ba969cfad5fde5b50c7c8f2ea7 0.00 MB 1 0
47,749 47,749 000000002ab1c8e77e468cfeb37f1250f6d55c6f793678cd0e6ecda8b8ad5403 0.00 MB 1 0
47,748 47,748 0000000001eb6daa548eb7b74397618e3cb89a911701d1fe4cb87942f0510363 0.00 MB 1 0
47,747 47,747 000000002a1496dae47570b6516e244f0f6d83dd959e9aeb1e5e697cef5f7866 0.00 MB 1 0
47,746 47,746 000000000f685989b13f138ae483f9dd98673691c6a29773aa2c6062432c65b8 0.00 MB 1 0
47,745 47,745 00000000099be2139416e74bf19e72ce8e86c4a94c12c21c14a4249ebf5536c5 0.00 MB 1 0
47,744 47,744 00000000178db2b7e380db2f94b65d100aef870ac9d02f475c9d42f083c90c3c 0.00 MB 1 0
47,743 47,743 00000000335737716002e0e4bac9f2046dfca3a18b78229faa1d0a26b4ea6c21 0.00 MB 1 0
47,742 47,742 000000001dbd315a53acffe769b5aa0e7094ec26187c3c513d5841ccd739bccd 0.00 MB 1 0
47,741 47,741 000000000a5eda2a02dc54eb2c3d0d2a5892254923abd717f5e3743e92b7f8ff 0.00 MB 1 0
47,740 47,740 0000000020a2264591d5dc955c26b6b51e2c9a4c7de45ad9f0f039bcb4388930 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 GB

Node Information

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