Memory Pool Memory Pool Refreshing

2,248 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,741 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,699 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,740 (572,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,694 335,694 00000000000000000fca1dca981202f083585cec7a2eeef3fb8485a72c9fcb87 0.02 MB 64 17
335,693 335,693 0000000000000000077f078f5d44079dfb535cf7fb77cda19e3c45e56a5f6efa 0.40 MB 395 11
335,692 335,692 000000000000000007aad3ab7a5284b994bc1ca4a1199e88a7dd0da9db0a9624 1.00 MB 2,021 26
335,691 335,691 00000000000000000b2706877100d924e133bbb83ae2fec7d903481bc1e938f1 0.60 MB 688 19
335,690 335,690 00000000000000001a11c452719318d7df30099941fd729cc28846f5d47383dd 0.75 MB 1,757 30
335,689 335,689 00000000000000000d675608ca54d23e63a032f37c11b7ef372f85b0107eb0f8 0.10 MB 160 20
335,688 335,688 000000000000000002027420fad536ad21c14cf8cdc1f010909639004e60e050 0.63 MB 1,057 24
335,687 335,687 0000000000000000020f7becb20fc9be36e19dd0a18818c16f355038e0837961 0.35 MB 618 21
335,686 335,686 0000000000000000013ac1128c6a6683cf0ab56ce510a6c755634da870308818 0.04 MB 100 26
335,685 335,685 000000000000000012c0bf88f2c9bae1c818c96c597ac7c8335474b6cfaebdda 0.31 MB 427 19
335,684 335,684 00000000000000001a286a6598f009a0fbb04ef21e15a98dce2b1aa23031c9a8 0.50 MB 998 26
335,683 335,683 0000000000000000045a03f67f90bedc780af598e7c41728b7810ab97e316fbe 0.08 MB 117 9
335,682 335,682 00000000000000000cc5e2f9831c79a267c25cb355209f0ff70e0113672427f6 0.13 MB 283 27
335,681 335,681 00000000000000000c9abce880c3957ca566e5fc73a7491c3111b89347a07d71 0.10 MB 181 22
335,680 335,680 0000000000000000087d49579c0b7a417ea13195423cf5da56524dbdcdd47b55 0.62 MB 1,151 24
335,679 335,679 000000000000000000e0e284898a094a7784fd4a427b80cf25325546cb082f64 0.57 MB 852 23
335,678 335,678 00000000000000000900aa47699b3d7f7fb4e616a5a3b0619b7c6e4af8eb6b9f 0.19 MB 408 24
335,677 335,677 0000000000000000094eea3dd3431eae3c2ab2ee2c1085011d323c4dbadb4314 0.72 MB 1,304 24
335,676 335,676 00000000000000000cf76637b810f7bc60c46a092636de6e37567e43b49b499e 0.03 MB 32 34
335,675 335,675 000000000000000013c1bf8fe9cdf532d511f335953cfc829b10c42bed82d31d 0.54 MB 1,174 27
335,674 335,674 000000000000000011053de23e6ac34f8f248bb24ae0b7dacc74fd4f98613faa 0.20 MB 443 29
Previous 10 blocks ↓
Total Size: 769.06 GB

Node Information

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