Memory Pool Memory Pool Refreshing

1,471 transactions
20.62 vMB
Show Random Selection Loading Transactions
Max Size: 83/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,308 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,261 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (809,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,756 98,756 00000000000380f8a217b907c674987e96c62642b1b58e967fd45a57c199561b 0.00 MB 2 0
98,755 98,755 000000000003f179722ce959da5d4f68f1786cd3cb3110b3a6b4c8f3061bad88 0.00 MB 2 0
98,754 98,754 000000000004bfeafe6d94bebe8eabf67f186d693346c1ee450e0554a4e6a825 0.00 MB 2 0
98,753 98,753 0000000000020a830b429ed9fca7433555b870f5cdf8cd6446cd26e09f39372c 0.00 MB 5 0
98,752 98,752 00000000000483820c104b41712054611046b249b67b0ce7db05e47649ac674c 0.00 MB 1 0
98,751 98,751 00000000000198ec2cf99ae138250695b4038f8b6fde64d7975ac6ffd57d6b74 0.00 MB 2 0
98,750 98,750 000000000002b633619e7f09094785b06c931ab84e2ef0ba9834bc88d7869c01 0.00 MB 5 0
98,749 98,749 000000000004d7a26025c1bfa0859ceed7be85eef5d09497b02153a982d53335 0.00 MB 2 0
98,748 98,748 00000000000007d82ecc93531b97e911a2babae0ab2d743330fc42c747a762a6 0.00 MB 1 0
98,747 98,747 0000000000015d9a8c44aea457d07cc7fad3239487ddbc114f0d10dbcb2a2d2b 0.00 MB 1 0
98,746 98,746 00000000000108a9e5f9ff81b3ea0ebdeed83f02f8f61ef91a6a5f330c2dce42 0.00 MB 1 0
98,745 98,745 0000000000022b678f68f20a8cdfdb925ee6f83461846b8c773a558aafb65a6d 0.00 MB 1 0
98,744 98,744 0000000000006ef1b8bde561e84afa9bbd177f2e03ece14fec0dff2f7bd00c13 0.00 MB 2 0
98,743 98,743 000000000004a45b87cea6c2fd4eeeb93ce681e7ca15f044f7cdd42ad511cbad 0.00 MB 2 0
98,742 98,742 000000000001952fa9aaf77d5c927d7295debd20583e73763b31bb579f1e166b 0.00 MB 2 0
98,741 98,741 000000000000b7b71ecbb2f25b7caad5cdb225cb70185762d1b9a7fbed79b137 0.00 MB 1 0
98,740 98,740 00000000000137a5c1f9426bb949b557e2a56c81e8327f6e51901bd92d3a828e 0.00 MB 2 0
98,739 98,739 000000000004dd0bb98876f1d1451266c8c956a1363ea5206aa41f24adb84fa2 0.00 MB 4 0
98,738 98,738 000000000005123abc8508f3df2dcf6d132937d49300b98b06fcc11df383af90 0.00 MB 2 0
98,737 98,737 000000000001005dbdc1586e166feb98f6aeb21125112cca6d9bccc41859bc78 0.00 MB 1 0
98,736 98,736 0000000000002b25b64316c85c80a3046797fe7452815106bbf542294b64a0aa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.70 GB sent, 98.54 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.