Memory Pool Memory Pool Refreshing

6,252 transactions
15.44 vMB
Show Random Selection Loading Transactions
Max Size: 65/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,301 (858,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,772 49,772 0000000021fd57aaad0a781cd1248dd7dae9b224e7637df0bf1d9542e7549d6b 0.00 MB 1 0
49,771 49,771 0000000011d9c96bf4e23af5ee52e471a59e8bac505e0668cc7015dbdb0c3fd2 0.00 MB 1 0
49,770 49,770 00000000164f95c35739c02620bb47396380cf62a8a8ce6864a1ffb1a04fd38e 0.00 MB 1 0
49,769 49,769 00000000016c150c732e6b117b0d28caac5fdd32a8a80b8a9ee46bd075948e96 0.00 MB 1 0
49,768 49,768 0000000027bcb8f332e6df3572b61921b8577fb24da9446b0b413c78f1c11127 0.00 MB 1 0
49,767 49,767 00000000165929bc6e89293713f37b2e1379b3a1d2b7d61c32c7a43ce4215279 0.00 MB 1 0
49,766 49,766 000000002168955093cddbfea677e2e20b197a0d8bf6e2d947d275df011291f2 0.00 MB 1 0
49,765 49,765 00000000067ce822b54e90ca83f5d4f4ea6dd44da521834f953e39600fcbacd9 0.00 MB 1 0
49,764 49,764 00000000124383ae250784fee7db77f997dcec083d29533faa5881f73f3ae6e8 0.00 MB 1 0
49,763 49,763 0000000007db79e3b3c9575767f2e142565d5b120580d0c80844af75d38e6c6f 0.00 MB 1 0
49,762 49,762 0000000014924983760391adefc1728f569dfd6922dee2f6e8cd15f8fec90cb0 0.00 MB 1 0
49,761 49,761 0000000023be60661897d0262141a326fc23474eccce6496cbceb4df67fa9bdb 0.00 MB 1 0
49,760 49,760 00000000157fb70475d36d3f05487991a1d736d55080eb47557dd0f50d400ce8 0.00 MB 1 0
49,759 49,759 000000001067fe78923a386414786a22ee38a7d018cfabf6f351666d54cee451 0.00 MB 1 0
49,758 49,758 000000000be5dfaf1c4bff5d7b7b947b608f01ce03319823fe0754b43c145d95 0.00 MB 1 0
49,757 49,757 000000000b798cafebf61ea8eab1ed0977f0e9fbcc9edfe3d6954b10d6d3d742 0.00 MB 2 0
49,756 49,756 000000001d75d12960185983a64be16cfa0c534b81931b74d33fc8d67e71459a 0.00 MB 1 0
49,755 49,755 000000001e149212a5e4f3134c5125d03e6ee191e64df899615ec86c568028b3 0.00 MB 3 0
49,754 49,754 0000000029b901fe03b6fc2f2147dc90e04f509bdc599d42d3bab262458308f2 0.00 MB 1 0
49,753 49,753 0000000003cbd546b0cef03d1bdd722a4e0921b7209c4d12b886fd8ef9004d5c 0.00 MB 1 0
49,752 49,752 00000000054a734434ca0dbded4a5344a43b3d88d0587f3019d2a61e313928ad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.27 GB sent, 98.48 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.