Memory Pool Memory Pool Refreshing

6,159 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,582 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (892,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,621 16,621 0000000064b7ce08c1cd67a917a960fbdd3a655ca2c352f87a2ca953b7137406 0.00 MB 1 0
16,620 16,620 00000000fecb1e5a4cdb4e8261dc7edd6b7dee4a0578cac5d01efa7f3b3b42e4 0.00 MB 1 0
16,619 16,619 000000003e12bef6ef4137731f0abacfe747c9c106a7f1e2275dc026b8298d38 0.00 MB 1 0
16,618 16,618 000000002813d90e5187315ee7911a400b9123e243f02cfc129007fa88d282b1 0.00 MB 1 0
16,617 16,617 0000000014c7f49c2e208cb549287055ab1ee64dc460597a9288192bcc3f300d 0.00 MB 1 0
16,616 16,616 000000003dc048d88e45ca20f7b4712b106e8bc9416274572854c66499ed4f1d 0.00 MB 1 0
16,615 16,615 00000000e4e0a4c3f5793b0e22b3bc02611cf7a7176c00a54e16a2c0e1280023 0.00 MB 1 0
16,614 16,614 00000000912ed69bea681e65c6e7199fdf0e72801629bea14375e622c9728262 0.00 MB 1 0
16,613 16,613 00000000c87e6e6692c59e397ffc6a9f021d1cb35579c66db0ff3b037eb70257 0.00 MB 1 0
16,612 16,612 000000005890db7ba1d5ef24a6d585ad6688fa1498917e21ec1cda65155ae6bf 0.00 MB 1 0
16,611 16,611 0000000054a4cb51773c25775256939c1dc0a4dd053124d680a8bc95fd777c6e 0.00 MB 1 0
16,610 16,610 00000000f1fec04460dea5d5ae50f5fe0ae6dbcd1c27304cd0ba24c5b94e7d59 0.00 MB 1 0
16,609 16,609 00000000690026d702978a6743dfef545345c305ef33cd0b0e6af60299b4e26b 0.00 MB 1 0
16,608 16,608 00000000eb54513e8f8ce661852413d37a116a1514b85feb457cddb06d4dfe57 0.00 MB 1 0
16,607 16,607 000000000533f7b36af61b27ceb40088a9ca3e065da22281455fcc535ca3b03e 0.00 MB 1 0
16,606 16,606 00000000900b921b0a4bea8526ab70b9aa2e161e8964adf4abd3da775fa15d5f 0.00 MB 1 0
16,605 16,605 0000000054e8d7e5134a3be41055010f399d78e28d5437e237b71434f5f6d603 0.00 MB 1 0
16,604 16,604 00000000b9de24d2d9e1a8f73775df0a3826acf0a16c847dc270e3911ddddb3c 0.00 MB 1 0
16,603 16,603 00000000900218b14e007c887fa31b1ae159c57291e96ef289d6c54980df93d4 0.00 MB 1 0
16,602 16,602 00000000f9f169beee9a66460ca15874eee78557fb3f06a285af4492dc144a01 0.00 MB 1 0
16,601 16,601 00000000ec2c48646e356109fd8006b7e7d0c4eca6357b80d7264048808331c8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.