Memory Pool Memory Pool Refreshing

1,591 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (797,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,789 110,789 000000000000eecdc8868ea55f29f8e0de7aec302f74e614be7e1be870d871d2 0.00 MB 5 0
110,788 110,788 00000000000118f07a9ca04e71da28acf8080024bb4b15d9346ac1f18bd50daf 0.00 MB 12 0
110,787 110,787 0000000000009b38b86a679ab91b71b009025fed4234afddfa0d0ad10042cd99 0.00 MB 11 0
110,786 110,786 000000000000d19129c9fe962dc0b6b69f4164cdb6d67c73607e1b8ea410cffa 0.00 MB 13 0
110,785 110,785 00000000000113dd54659d200259a6391ba9b80ca283157d6a5ec2fcb8440153 0.00 MB 2 0
110,784 110,784 0000000000015d0c4eddc2c96019e6955a55dcc9b2f2a053dbc3261694f69d90 0.00 MB 11 0
110,783 110,783 0000000000015aa613047709473860da71dfb72fc3cb7126a3ee854da97cc559 0.00 MB 13 0
110,782 110,782 000000000000e94ebc759ce37d61156b273b4009eb44541318d9edc984b0708e 0.00 MB 8 0
110,781 110,781 0000000000009d5337c26995d2b90f47c234d39a67864a3f35e11856a3713a1b 0.00 MB 10 0
110,780 110,780 0000000000017291f0b586e8af6c5a9ed1041dee836017f09cf1b4f1f75046c8 0.00 MB 11 0
110,779 110,779 00000000000190640b60b9f5658230862c6ef20e1fb8fda8b67b74a007c903ae 0.00 MB 12 0
110,778 110,778 000000000000fc3b7daf252f9149aaaf8a587cc002e91b1f77b4c256aa97cdda 0.00 MB 12 0
110,777 110,777 00000000000179adfdbe5f5b8780a3d085e39579305627d20a819681e4a5ae51 0.00 MB 13 0
110,776 110,776 000000000000c03947cf406e3ef1b79c7c54410917deadae66a59e1c00e113b3 0.00 MB 12 0
110,775 110,775 0000000000014ca938c841f9112bc5564bb44134ffe8424c40d324302dd76017 0.00 MB 12 0
110,774 110,774 00000000000164f4251916ad1d5c71a9b3cd075a561571850040a0fae30e0201 0.00 MB 12 0
110,773 110,773 000000000000e87f16215c9b960c660c88f7ae4859d85411059c2481b2e08ddc 0.00 MB 11 0
110,772 110,772 00000000000170fc7122253ca492014a0df06c626588a038029d81d54b288940 0.00 MB 13 0
110,771 110,771 000000000001904eae0c944bd3b579b6b896af574b19fa3d18ce0d76c82c83ca 0.00 MB 9 0
110,770 110,770 000000000001c56fe91cff406f5eda5650746175cdc47bf310b45c51f53498e4 0.00 MB 4 0
110,769 110,769 000000000000ccb3323c68834d9eadac5610688ee2f5a37a46862892e521f99e 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.