Memory Pool Memory Pool Refreshing

954 transactions
16.83 vMB
Show Random Selection Loading Transactions
Max Size: 68/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,305 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 773 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,304 (858,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,776 49,776 0000000015b97186284485c5dc43f464eec6dee0bad1dcb61ad8dd72cedff91f 0.00 MB 1 0
49,775 49,775 00000000246cc5fa21f971b0fb578708c56fae56b90cc1e554779b28c1b0425f 0.00 MB 1 0
49,774 49,774 0000000028b90c57327bab3e0d2949954442fae8ea9b54848b21fe3598143393 0.00 MB 1 0
49,773 49,773 000000001eda763dfe953140852b2e7d6b774e16fc5f972515c45a3bff87d89c 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.19 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.51 GB sent, 98.51 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.