Memory Pool Memory Pool Refreshing

2,026 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,409 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 2,011 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,408 (857,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,584 50,584 000000001f19a835ebac1801f838dbe80b86e7f72915b37d339903ba692a8947 0.00 MB 1 0
50,583 50,583 000000001576e4ee4ad5c3fa04f897468381cb6a4f76b3ff8cc02ddd333235f4 0.00 MB 1 0
50,582 50,582 0000000005c8f8522d78ff3ca010ee3cbed838ccbb60e3e579c2ded585704faf 0.00 MB 1 0
50,581 50,581 0000000017ecfb1674c86cf375cfe7386a447818abe4cbba5c05d269ffe1d2ab 0.00 MB 1 0
50,580 50,580 000000001a89ba01473993ff0bc95231cf3e6a0f11f411ce65712b03a9398493 0.00 MB 1 0
50,579 50,579 0000000016fc586875d89a2101d7340547938ec0e218a767fd090baad8dee8a9 0.00 MB 1 0
50,578 50,578 000000000bce574b429f2d5737913323642a7061a789f7866ac1496efb7745f3 0.00 MB 1 0
50,577 50,577 000000000943ca50a782c3973ad20d7a9d39704a16b7fdf96668ba5d796a18dc 0.00 MB 1 0
50,576 50,576 0000000020bb98bba10d5e2d33de7d00cdb7939b04ceebb703323a59b36d04f8 0.00 MB 1 0
50,575 50,575 00000000148e700e5d20c35dacf5688cca6df6baf6edf954ac0d803fb913ee0f 0.00 MB 1 0
50,574 50,574 0000000017bb8f77e844d1dd6ed246c61ba6ce57f570709e0cdebc1cc3b5946b 0.00 MB 1 0
50,573 50,573 000000001989e44586f50d0a1c2398b0d8fbb9173ca90619952f9a3ab8368b77 0.00 MB 1 0
50,572 50,572 000000001219dcce9c686ed5c6fb34b300825c6e2f7c14f18efcc11bf156976f 0.00 MB 1 0
50,571 50,571 00000000205a1742fd2db9952c0dbf06a92edd4edf02d896f8aac3797f940747 0.00 MB 1 0
50,570 50,570 00000000178a7eca8226ac707e3fc40b7dd5b235f0ec4121f7a910521ca7c646 0.00 MB 1 0
50,569 50,569 00000000160b118e0c8b6e07c098bbbb047c959513ad1dc733971abfd4cb36ea 0.00 MB 1 0
50,568 50,568 0000000000caa0c59ae4764ea9283a66bedf599d1f7d169dfb89cb649d0e3b23 0.00 MB 1 0
50,567 50,567 00000000177d1d892af0f046d06b7799a8692aa93e7322a57ceace6f473e8273 0.00 MB 1 0
50,566 50,566 0000000010fee0fac744ac31b3b227325c4152c0e04319227194c81c62fff3f4 0.00 MB 1 0
50,565 50,565 000000001f9dc1374cacb6c6483e77753363e7f56a1b198e6e0eeb1aab76bf50 0.00 MB 1 0
50,564 50,564 00000000104f82b07f3ce1a5d3fb7f66a9c81d03c4cdf2f1dfddedf370cf17b7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.46 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,721.85 GB sent, 99.35 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.