Memory Pool Memory Pool Refreshing

3,126 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,016 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,042 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (887,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,697 20,697 00000000fc3b121443c53bf88af7c3ed69d196e118c2efefd0497e9fa020d2c6 0.00 MB 1 0
20,696 20,696 00000000288cd3a073d25f87d436d1e4bac17ff1d45308626d65a9e2b2f4a19d 0.00 MB 1 0
20,695 20,695 000000000510236a3a454cd0cd025690e45c4866bb06355c51ca6f0244cf0ce3 0.00 MB 1 0
20,694 20,694 000000006bc19f73dfb4ef5d4f372f5973b6f2b6a26eabda17361adf979f114c 0.00 MB 1 0
20,693 20,693 0000000076ae56ffbecfeb6df5a3bad9dbbc2fcb4c9cf290c21daec20e8434cc 0.00 MB 1 0
20,692 20,692 000000008e2ec49ecf5158b9b51d1d4971b5d7276406dd4b3b9f4f8d1a32a8fd 0.00 MB 1 0
20,691 20,691 000000002330bf7caf701c10d391ff0d3dd2b9a777acc469a9e1c07a4fbb8934 0.00 MB 1 0
20,690 20,690 000000003b8e5ab0c0bc81cb2ed3ce0f667dbf380de40b0aecc6e889471aba1f 0.00 MB 1 0
20,689 20,689 00000000de48b863b04287cab2c8b655f5823ff39ab9d2eb908eb266ee5b6951 0.00 MB 1 0
20,688 20,688 0000000068746cb933753da6d0d79288cf5bedab2b3a29be84d081fdd00583b3 0.00 MB 1 0
20,687 20,687 00000000dbc8f1503a947d0e815590a3ebb1285f268f8fe6e7749b1274bbe386 0.00 MB 1 0
20,686 20,686 00000000f3d2c93f7eb5807c1b09e8dfb36183afd5808d2058fafef9bf4b5523 0.00 MB 1 0
20,685 20,685 000000000a6eae86e5206d09b824b981c85b1328c3c8594795422f9a64b5594d 0.00 MB 1 0
20,684 20,684 00000000813156c63b5417786ab987f3418abe24c027a11bd892773e3f3c33a3 0.00 MB 1 0
20,683 20,683 00000000364a6c0d65d5639628162b0fe4d6d6b4c668edd5a9e1c190514ee0c7 0.00 MB 1 0
20,682 20,682 0000000055459ba254dc2ca101221fe1325f54c55396f6d77de86e4759d367d7 0.00 MB 1 0
20,681 20,681 000000004492db0af5a0408ce5efa906cd2919f10ee90a1b43b61b9af50daad5 0.00 MB 1 0
20,680 20,680 000000003c45d872e1aa69a5fdcad4bc15a31b4864e8c5a813bf514e894315a6 0.00 MB 1 0
20,679 20,679 00000000895b3f0410005f9f1e2c074adbbcabaf9fb4d2612566f74ad7d2c2cf 0.00 MB 1 0
20,678 20,678 000000004ec94ecc221aa4408d88a874d2cd993c2078e066b0fb6daaac9886b1 0.00 MB 1 0
20,677 20,677 00000000b4e5bdc7f2fc7a85e0e626644a9683bd1ccc6b52f765cb1737348f66 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.57 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,650.48 GB sent, 95.81 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.