Memory Pool Memory Pool Refreshing

10,091 transactions
4.61 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,167 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (612,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,966 294,966 000000000000000038087741f2736154a4a4034e57e3777dac95659590fe026c 0.47 MB 905 132
294,965 294,965 00000000000000006e9a7cfd24afa4e1a6119c959e16934b7d8fc6606104902e 0.18 MB 384 35
294,964 294,964 00000000000000009d8930f197d03b33f5008d8666b4afe0fe9fb6ab320421a3 0.35 MB 677 35
294,963 294,963 000000000000000006340184a120e933799e80b447d2a350129865e53ee22460 0.81 MB 1,239 26
294,962 294,962 00000000000000003d743916780ff0beeedfae5f163895e3f9c460d5222f0704 0.18 MB 512 82
294,961 294,961 00000000000000008ea906a9fd59ee6d101d916de2ae245c6bfbe9811616e3eb 0.50 MB 916 33
294,960 294,960 0000000000000000a8feaf76dde80b770209bce6ab5685befc68ad3efcc76478 0.16 MB 512 84
294,959 294,959 0000000000000000996fa2805e432183b94872e35a1b2432ec595d9d913a1021 0.27 MB 350 25
294,958 294,958 00000000000000000abcd9fc35e14774a6094755126870fa0a574390c7b74681 0.35 MB 651 41
294,957 294,957 00000000000000006ccba3c8bdf05ffd9015a20f36018d80c4c5d99b5c2d7264 0.12 MB 215 33
294,956 294,956 000000000000000063e8de40d4b02218eac72b03b7bbe5c46e4ca65203860978 0.20 MB 228 23
294,955 294,955 0000000000000000709642bf73532b91430f82cca0fd26e8be92cebfc71355ab 0.50 MB 511 30
294,954 294,954 0000000000000000b1a6258b487a55a30398f34646693f2d5202d0d4c1761c03 0.02 MB 32 6
294,953 294,953 000000000000000057ff351ecad31c14cac04344d2637ed5f8523fc91add4574 0.35 MB 250 16
294,952 294,952 00000000000000005809ea7c77bdd5a67370b1a2024888f950c1540364f20e97 0.92 MB 2,084 41
294,951 294,951 00000000000000001524ef83874acccf259dc90da703ff5f3efe3867455313d3 0.33 MB 509 31
294,950 294,950 00000000000000003997f356e92b86446b9008049ab1dc047c9886b274242716 0.03 MB 81 32
294,949 294,949 0000000000000000266932f01d872b0dfb62745d8943adb20fc626124a89e05b 0.14 MB 301 52
294,948 294,948 00000000000000000a37ffcbea00245c6b7848a13404e75a40f5332c815221bf 0.06 MB 150 28
294,947 294,947 0000000000000000a1b261807dbcd983728bd30c2c11d75de173f6b975daab39 0.32 MB 638 37
294,946 294,946 000000000000000070505ad494dbf6623d788052c334cdddf5517915bc473124 0.03 MB 64 47
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.69 GB sent, 93.04 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.