Memory Pool Memory Pool Refreshing

533 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/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 0.27 vMB 533 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (633,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,867 273,867 00000000000000017b60c39e9b65acc20c2a49110887efbc3c2fee3522c88d82 0.20 MB 306 27
273,866 273,866 0000000000000004474478e09012f3c0384218e93a9d3e0d169e6fe482924c13 0.25 MB 729 84
273,865 273,865 00000000000000007beb803a22fe867224ff5e8c46c6bbab69dd5264c5c49543 0.19 MB 287 33
273,864 273,864 0000000000000004528f0d955edb7bc62cb1d83b30167c559039d49277add2fd 0.03 MB 74 46
273,863 273,863 0000000000000001706507342510a9a3ffccab1e2d65a765ca7de27f9606fac4 0.23 MB 508 45
273,862 273,862 0000000000000002fd951d59381824210a8191ab59cebc2031d61a26841617e3 0.03 MB 35 7
273,861 273,861 00000000000000003e5a6a3949855a2e772072ba9d31839dd5c4110749613733 0.21 MB 466 48
273,860 273,860 000000000000000608802378575457321eb98daa4fdd0c07574920b0b33c585a 0.09 MB 90 26
273,859 273,859 0000000000000004310ef878995f148693294c6caeb22b03dbef35b944674b50 0.08 MB 114 31
273,858 273,858 0000000000000000cefe889f18d5414c54cc3cc9a2a9b0caafa6006716708946 0.20 MB 489 44
273,857 273,857 000000000000000486419f54acf06b9832162b0078f52eba171f049963e15fe5 0.15 MB 373 63
273,856 273,856 0000000000000003908a18da885871739859acd2b552540e0b06e85a7d84bcba 0.03 MB 74 50
273,855 273,855 0000000000000004f308c7f2e07ee9a3b7befcdad6a6017597951cded15585c4 0.03 MB 58 75
273,854 273,854 0000000000000005912d5ead405b6b1c5405ef6eeb73bfa3d12fd501f265b7ac 0.09 MB 138 45
273,853 273,853 00000000000000003da6ea4c40641d7d4a10e401471452582a30f7dc9802b6b4 0.01 MB 15 51
273,852 273,852 000000000000000133ca3914982c6984957545b75f1b0aea1a81cd891306a054 0.01 MB 22 80
273,851 273,851 00000000000000044280ec75e56bcc72796e8f17f4d384c58410439e727f2b9d 0.08 MB 214 46
273,850 273,850 00000000000000041e5e21612c0391558bd527812eafd523dd7b64a97bfe665b 0.17 MB 411 66
273,849 273,849 000000000000000012cba98caf81561d146fb372261c7eaa2bb9ada2d36afca5 0.04 MB 102 45
273,848 273,848 0000000000000005c886fc02b85bff62a198bc8609f8d8eb941d6dbec9ef4d2c 0.01 MB 38 47
273,847 273,847 0000000000000002b9296fb4379715f2519ec322d277021a0c03680ca8b5af5c 0.05 MB 116 31
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.33 GB sent, 93.42 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.