Memory Pool Memory Pool Refreshing

3,524 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,466 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (726,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,873 180,873 000000000000081d0ae4fd266082173bc4a71dbe62f026662441f4f0b2dd2870 0.05 MB 126 103
180,872 180,872 0000000000000905c0f3fe5b70fd02ff23bdaac163f02e88e2e6b38d6539f57a 0.25 MB 602 139
180,871 180,871 0000000000000900d21c380ae16958ead239eb4c7e05a3fa81b6a49f9066b485 0.06 MB 167 142
180,870 180,870 0000000000000916f1dd8700f68c6ffbe1cdb7a8e82646b692bb9dfcbf7baadd 0.10 MB 251 116
180,869 180,869 00000000000004ff993862159a6b1f86a30709c7e6882a1e061afd59264107b4 0.25 MB 669 148
180,868 180,868 00000000000000b55750e6921826d3cc2a405001854a1452d4435e28d25478df 0.15 MB 256 85
180,867 180,867 000000000000073f54740d804fa54555bee4384078e3f73239e456eac6d4117d 0.01 MB 27 131
180,866 180,866 000000000000069bfb4a191b8fd3a8ffd2234c18a3ff5408de45e89bdb44b1fb 0.17 MB 373 137
180,865 180,865 000000000000026f52e276738055151f07db04c49ab9732746073cd80b8d9efb 0.25 MB 686 144
180,864 180,864 000000000000099d66067d26e7e9aaf9177713e553ce4c25c9fca07f30799738 0.25 MB 573 150
180,863 180,863 000000000000054f6a52a6845cbb8aca0e9f98e582357392434fce62bb1bcfec 0.03 MB 81 226
180,862 180,862 000000000000007176e563848f4a88dd3d880e25ed1c476ad884a9587502691d 0.25 MB 610 159
180,861 180,861 00000000000001a994be4eec27a8a9607b80bea8590f16e71bda765480775044 0.05 MB 110 148
180,860 180,860 00000000000008a8210adca1cee6bc6bf0658a0672c667d93c3b195979ad0dfe 0.07 MB 210 172
180,859 180,859 000000000000009942ea2d9c7017d3c284b71f73155750b297fb1f73a2bce6b0 0.25 MB 560 131
180,858 180,858 00000000000001ebc83d50ed2e9524e483b1da3440cda0a6c4018ae4883e2b48 0.00 MB 8 129
180,857 180,857 00000000000004dd6743357ce24e556930db4e5fdf743c9926c4e0c1062875c2 0.05 MB 122 109
180,856 180,856 000000000000043839dfb4cd3a994bc64b2b02421838a8df3e0d730af375aea1 0.25 MB 517 170
180,855 180,855 00000000000003c3055432aebfcfbfe05e9ba7107a7cea93d226f1e5c0644928 0.05 MB 129 78
180,854 180,854 00000000000009685358e9b3f42d3adb4c3f91a6be2190e698c308f4b0a22eca 0.18 MB 445 129
180,853 180,853 000000000000030870d12d724470d8212211107f24b7af2294829b07296ce94a 0.01 MB 27 89
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.26 GB sent, 94.22 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.