Memory Pool Memory Pool Refreshing

9,962 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (300,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
607,563 607,563 0000000000000000000ce8a627453dec9d74ad94d3bd269ac81c4b33ddb3473b 0.99 MB 2,040 14
607,562 607,562 00000000000000000005f929c6acf5c6323222515f8d8ce45e014b5d1ec41afc 0.58 MB 1,237 19
607,561 607,561 00000000000000000008fd994b5f8310177b40c2e8cd3b997ad81e35dab0dd4b 0.86 MB 2,402 14
607,560 607,560 0000000000000000000fa8e058b44e7b61b613eb961bb5a9a0fbd07df5d4a567 1.06 MB 1,767 13
607,559 607,559 000000000000000000094eaaddd87710944ae1233fc3a40f3d6a86b26d61357e 1.17 MB 1,961 13
607,558 607,558 000000000000000000105639fa22fff292ea867adbff4e5b2a63e42724ebb756 0.82 MB 1,978 10
607,557 607,557 000000000000000000144758ca662636f4aa4089caaa776ea18cf53cbc8f5781 1.32 MB 2,529 10
607,556 607,556 000000000000000000158803956b1e8993299722d7d77f54f2d07762b82c9695 1.34 MB 2,523 25
607,555 607,555 00000000000000000012ea4af97354a8a54086ed8465e18e5f0ae6b2e3b481f9 0.06 MB 200 16
607,554 607,554 000000000000000000120d44d9172841db123919844ed9546127993aa4dcb953 0.17 MB 410 5
607,553 607,553 0000000000000000000d420b4a2d98fdef17562b3d1ed4b458bd11c8f0fe9f7c 1.19 MB 3,172 9
607,552 607,552 0000000000000000000bb7ae2e399ad45ad56acaa83874b56a3fe06456e8303c 1.41 MB 2,571 14
607,551 607,551 0000000000000000000dfc6c66de151f7236496d8763deccc079b555c39ea92b 1.40 MB 2,788 23
607,550 607,550 000000000000000000029d7bb289cf796d1c7f9696b1c439ef42253f8a174f44 1.45 MB 2,439 23
607,549 607,549 00000000000000000003d69697fce6053e35caa9c51f4694e1011f2c909d63c6 0.39 MB 792 10
607,548 607,548 000000000000000000135b4073ad9453271fd2705c5d73ccde94d03549c404ea 1.59 MB 1,231 5
607,547 607,547 0000000000000000000601f4719f43801df5bf6b0d88544d4a6cfbff452d9aa8 1.49 MB 1,644 5
607,546 607,546 00000000000000000000584389d25444d8ed547482d212d3dd0f5c1720231bf9 1.38 MB 2,313 9
607,545 607,545 00000000000000000000836a095aef9f4f0834fa1c26403c3b9175c9636c080f 1.31 MB 3,004 27
607,544 607,544 00000000000000000000b26dde3b7d7cf727dc49e3ac76f55acf749c951a8d23 1.77 MB 698 6
607,543 607,543 00000000000000000015baea47702e6a329e925ce6343b0a421c55170cf14a20 1.35 MB 2,211 8
Previous 10 blocks ↓
Total Size: 769.03 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,625.35 GB sent, 93.03 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.