Memory Pool Memory Pool Refreshing

2,816 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,816 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (315,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
591,777 591,777 0000000000000000000ca136b562a551dadd5692848357bde73a8f94afdc9a1d 1.14 MB 2,521 29
591,776 591,776 000000000000000000105c836bedfea7c86751bdfe22d3db8142067aed882bea 1.17 MB 2,869 19
591,775 591,775 0000000000000000000124601521a0087ce9fe2214bff8db7ae98830205c1b83 1.30 MB 3,501 32
591,774 591,774 0000000000000000000932872560eadad8637ac1a4f05ddf927e699d187e82c1 0.27 MB 724 17
591,773 591,773 0000000000000000001737051ead0b484c3c20ff5a13aa099884e2e30bfac8d1 0.29 MB 719 17
591,772 591,772 0000000000000000000a525dc152417332b02211b750268c20e0de23430d8d52 0.27 MB 765 19
591,771 591,771 00000000000000000017e7151dd20009bae29b3f6a3e15a069c7dfc9d25edb4c 0.89 MB 2,453 15
591,770 591,770 000000000000000000069104e15922f1cf5841d47a4ec7406f02f3b1b19f8017 0.83 MB 2,378 11
591,769 591,769 00000000000000000002aa0c701991598637a0b68ef376dc773e6927e9691d66 1.20 MB 3,112 12
591,768 591,768 0000000000000000000243c2a3b2741b61c9614e0b088b2456dfee5e78dd6702 0.52 MB 1,533 13
591,767 591,767 000000000000000000101405d606240545480d1bcbaadf36d5c97b53fbbb9e8d 0.71 MB 1,994 10
591,766 591,766 000000000000000000172c2071793880132e8e354d13a856763c3fcee3f7a98d 0.30 MB 906 17
591,765 591,765 0000000000000000000bc03d99844981130ee6b7d754ac8ba13c7be2d14187ff 0.56 MB 1,582 15
591,764 591,764 0000000000000000000876e82f55d43ead882e050ac31e0c79b102f656e55300 0.64 MB 1,980 12
591,763 591,763 00000000000000000017ff4972ef86f206263c1a16538a6c7664306b558a9231 0.34 MB 982 15
591,762 591,762 000000000000000000110b821d20a9b514f7dfb028bf302ae00b006987e97543 1.24 MB 3,026 9
591,761 591,761 0000000000000000001966f6c1184f6f9643853a13a61a041447f6676b322eea 0.03 MB 115 16
591,760 591,760 00000000000000000014796a3640e3417cee272e92b744cdac4825624751ca20 0.19 MB 504 20
591,759 591,759 00000000000000000012c2b06470fb159d6d3178adfd33939823335dd2069023 0.46 MB 1,418 13
591,758 591,758 0000000000000000000e30b563db6da7c6a5a6712f5831b05089008289e523c6 0.14 MB 379 11
591,757 591,757 00000000000000000004f7feb219431e01b39af311e1358ec31855ab268b1ee2 0.83 MB 2,428 11
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.