Memory Pool Memory Pool Refreshing

83 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,676 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 56 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,675 (871,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,622 37,622 000000004e040b98297e6d22d058a4f1dcfcf921632192faa5e4e22202eeaaa3 0.00 MB 1 0
37,621 37,621 00000000966f57fce95d847495faf75241743bc9b688e0388ec0261a6bc94639 0.00 MB 1 0
37,620 37,620 00000000653ebb4326398149ce971ff1da30ed2e3dc1aff15e13131d7c9d2d90 0.00 MB 1 0
37,619 37,619 000000004965f954f6253a4bf11562f290ed9438766bc81b4ebc113192896421 0.00 MB 1 0
37,618 37,618 0000000011bc8f3f6bb7be6d7e05095a79d1f380cbebe4b86d90e227e7c28aee 0.00 MB 1 0
37,617 37,617 00000000bc8cac74d3c1ed44fd68fe0162ad342d8d8b40af7a619e31df09a716 0.00 MB 2 0
37,616 37,616 00000000450c9a0968540fc867a5dbe88ee2076ed1ddd3b4603a4de44f2b1103 0.00 MB 1 0
37,615 37,615 000000009e35284790364cb25dd5d6a89aba377269e5aa36fc7966d4f8878073 0.00 MB 1 0
37,614 37,614 00000000aa2bb04d1e66ef626c218c2ad633976396f9d5dc025ab55351ef7782 0.00 MB 1 0
37,613 37,613 000000000ba19c9cf59b102b4a94d3198969e6cdee5d5120264425d056e43f61 0.00 MB 1 0
37,612 37,612 000000002a23cfb6b58ece67f79d4610a50f71cbc63b17776f54b518999a7d0b 0.00 MB 1 0
37,611 37,611 00000000ac45ad6492ab55b5a5d489a1086df072dc6f35b3dc04fa955c9dbe78 0.00 MB 1 0
37,610 37,610 000000001716a93cdee32db8f851fef9a72ac88c6afe83eea30f740b59c7d93f 0.00 MB 1 0
37,609 37,609 00000000941a1d1cded848a9b3c66b86c96716b70a2924da140f19b8608b8eec 0.00 MB 2 0
37,608 37,608 00000000b49b15777901d02d755bbff697efb74a35dabe6323451e7d752269b1 0.00 MB 1 0
37,607 37,607 000000005d2e0d5cce4af55c91be859b808b452e80b340dff9ca35405d23ec73 0.00 MB 1 0
37,606 37,606 0000000088cef48ad3f15c02f37c0036cf278c1cf4f5e0924ea818be70423d16 0.00 MB 1 0
37,605 37,605 000000009a07797843cb955c122e07cc00a5bf96368f084605cda94e152557a9 0.00 MB 1 0
37,604 37,604 000000006ff6411058459f9438c1008e752bc17e613620ed3241db568ce8e530 0.00 MB 1 0
37,603 37,603 000000005614b6bc29b04c738dcfcf006f3e5d75c9c18f9b5b2fd15e7e80c72c 0.00 MB 1 0
37,602 37,602 00000000a1ec73dc7ec8d12bbd50e276da371fc21bb166b9410e27df56be0ffc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.56 GB sent, 101.71 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.