Memory Pool Memory Pool Refreshing

3,725 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,200 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (46,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,770 860,770 00000000000000000002202651c5e2babf91f85db1b6af2a66fba2dcf1ef6580 1.61 MB 3,105 6
860,769 860,769 00000000000000000000c34032a58e21cba045b89318bf7ca217f42da935874b 1.67 MB 3,618 9
860,768 860,768 00000000000000000001796a4b357e54dc00e36d1b63b353d3f32e22071557f1 1.53 MB 2,736 7
860,767 860,767 000000000000000000016501d1a8b00b8c7105b842d72f46366ec8322f0bd55c 1.81 MB 3,177 8
860,766 860,766 00000000000000000000a791c9bb9ad99fd43f0d1792bfb97fdceb5160008241 1.65 MB 7,780 2
860,765 860,765 000000000000000000022706d07844ef880240612e1e985a37e5ecbab7249e98 1.62 MB 3,947 8
860,764 860,764 00000000000000000000afead978b97231719497a41f6f553f0228174ecd5fd9 1.64 MB 3,761 3
860,763 860,763 000000000000000000025646019774d5ebd71f5e93f7c64fa76006a61a47c3ab 1.53 MB 2,423 7
860,762 860,762 00000000000000000001c17f2115f336f5797fd9c88dfae9c6118cd2ba8ac0c9 1.81 MB 3,621 9
860,761 860,761 000000000000000000012a79bbf2c8690885e2f1d1abc275f22b373b9269decf 1.67 MB 6,009 5
860,760 860,760 00000000000000000001ebb6ccd6111274e078d05cb87cfb13c9049eb718e613 1.81 MB 6,247 3
860,759 860,759 00000000000000000000ab5b13366e69e123ff8541ad155f2ef7c93fff0a3887 1.53 MB 2,338 4
860,758 860,758 0000000000000000000103d04771e0b1f57f60f4fa856d55cb60ce65bcea8923 1.33 MB 2,077 3
860,757 860,757 000000000000000000017fcd40f9ef9f0efd4bbfab761c8334f493dfe3b67458 1.84 MB 2,059 4
860,756 860,756 0000000000000000000208dcd09f7b5d07fc89f164408e3378f80e05c7e64519 1.56 MB 2,419 7
860,755 860,755 00000000000000000000200c417ff8289207a72550eb09b32c7f7005bd5ab281 1.57 MB 3,437 8
860,754 860,754 0000000000000000000091dd2ac6331e4d32fc64c4b282a3ceb62dc9afd9ab1e 1.64 MB 3,492 11
860,753 860,753 00000000000000000000c4e44286e7397123b0bd4e5f4c08178d193f90972a8f 1.48 MB 2,959 6
860,752 860,752 000000000000000000030df2370a5e2c5587cb9a6efc6e69068d485874a554af 1.50 MB 2,841 8
860,751 860,751 000000000000000000019fa5cc2c3ce69a10509eb9e31dee09e92e062aa4d8d6 1.56 MB 3,641 11
860,750 860,750 00000000000000000001b5a17fbdb3e20bd4d2d1657148bd4f5fd0070d98119b 1.53 MB 3,824 5
Previous 10 blocks ↓
Total Size: 769.08 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,628.20 GB sent, 93.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.