Memory Pool Memory Pool Refreshing

3,574 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
901,502 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,357 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,501 (392,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
508,711 508,711 0000000000000000004861bca735a52a9e41f8896c5a8a15723bcdf59a5b2c0f 1.01 MB 361 21
508,710 508,710 0000000000000000005a47b875a4c843a3565cdf902d70902d5aef10d5c38fbd 1.05 MB 1,426 63
508,709 508,709 0000000000000000000ce89d7986fdb2b63331f8144030c92b03a695f49c78e2 1.06 MB 1,887 62
508,708 508,708 0000000000000000002d0d654b8799c1a5d93278a5a542164cc2778e43afb12d 1.01 MB 378 17
508,707 508,707 0000000000000000003195222dbec9b62ec89d844100fc75a30648ad69ec3671 1.04 MB 1,065 45
508,706 508,706 0000000000000000000fcdd22cc6a08b382d7ae66f5ccfb63806df311d60f0d4 1.01 MB 377 12
508,705 508,705 0000000000000000001c43bfc73581374b5f9615dbce34795487e7b0f6a99bb8 1.08 MB 2,123 39
508,704 508,704 000000000000000000014cc0c5dd26f3ef7a47d8b6175d7c9d033a1578e8bd1d 1.04 MB 1,693 59
508,703 508,703 000000000000000000013f82aee5c58a8e0db0b328bc5b7253dd4ee3707164e9 1.10 MB 1,158 27
508,702 508,702 0000000000000000004ea1bddc905e96b04d39765c9f893d9db8eb78dc632e68 1.05 MB 3,287 172
508,701 508,701 00000000000000000013aa98bc646cbb7880f724ebd39a071e118811c176a5f2 1.06 MB 763 25
508,700 508,700 00000000000000000003e64a99debb2770b3d8d1accf47b2dc220f7c9eb84f97 1.01 MB 490 25
508,699 508,699 00000000000000000035a157af330489e4abd28599502b9322ad107780c7ebd6 1.05 MB 995 38
508,698 508,698 00000000000000000006163c9c1050df02f3e3b225d96dbfad7c1b18e2f4ce8a 1.01 MB 396 14
508,697 508,697 00000000000000000040b2bf4f84f704989984698d656b198cefa5eb0466059f 1.05 MB 411 8
508,696 508,696 00000000000000000014748a772f1de32e7c6bc353de0f823d5e888bb91039e3 1.05 MB 1,452 46
508,695 508,695 0000000000000000005e6d4a28a43beb9a5c1a14bcce602947926073baca7c12 1.10 MB 1,543 55
508,694 508,694 000000000000000000229fca5d1aef67fdbd1ac60e65230d42290dd5b5201bff 1.00 MB 320 12
508,693 508,693 0000000000000000002732804c91bd132dee0ddd71a0a90e8b25667b7af80ab8 1.05 MB 921 43
508,692 508,692 00000000000000000057680c3c549a0285c88f838afa6e068534545c413d5317 1.01 MB 516 23
508,691 508,691 00000000000000000012995c5311a1b2dce4e9d6206fff4d54cb0aba655857a5 1.03 MB 896 31
Previous 10 blocks ↓
Total Size: 758.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 735.82 GB sent, 38.34 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.