Memory Pool Memory Pool Refreshing

10,180 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,446 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (581,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,012 326,012 000000000000000001ecc32d05c416d559da558a3fa390daef4503464d4e3e82 0.05 MB 60 18
326,011 326,011 00000000000000001d9c37cc804b05b50ffda3bb5e86a2ac902591798826e218 0.13 MB 153 20
326,010 326,010 0000000000000000151e83d01061903f090ab81ef56288588f9ad576b281c92a 0.25 MB 427 24
326,009 326,009 00000000000000001c49c4d89acef6513bcc5547961ccf0fcabd58a840f2172d 0.11 MB 179 24
326,008 326,008 00000000000000000541c6e02300e7da2760f4965f9f1ab12bc4e3d5740bc8bc 0.19 MB 295 35
326,007 326,007 0000000000000000151c15bd76c785ceff539fa597147cf1c0e547666a972edf 0.39 MB 701 26
326,006 326,006 00000000000000000d203c049ec81038b7c8c2780b83e6fa7be8ae0de66df6cf 0.19 MB 270 24
326,005 326,005 00000000000000000c3682013bde273e0f5e83038bbfd413ec2742161da8ebf2 0.05 MB 109 29
326,004 326,004 0000000000000000194511d1ee48afcab7361fa8d759f714d303d14c96c318d7 0.10 MB 224 29
326,003 326,003 000000000000000011db7de593b4307bcc028d5c1a5f7d4d06c8ad0566e04388 0.25 MB 539 30
326,002 326,002 00000000000000001a3f10c7264a420d72d943e46e56786c89792ce034c27ad9 0.12 MB 308 31
326,001 326,001 000000000000000002ca091c068e0adfa158fadaa03ccf70af7d06ef2a563e98 0.03 MB 54 7
326,000 326,000 00000000000000001e95e7216072cd53353b964054b592f7ce84d3743aab125a 0.50 MB 880 27
325,999 325,999 0000000000000000175c730aaaa88ecbff0f02350f1418c9d346d219b19a2537 0.70 MB 1,609 30
325,998 325,998 00000000000000001dae13213912e2f8c3ba01002006969f0101683694f7a5ec 0.02 MB 78 35
325,997 325,997 000000000000000011e0f2b12bd7961e3e4ad22771ba0e5bf371a78c1361a15b 0.10 MB 185 24
325,996 325,996 0000000000000000064ba1707feeae2f2936c4ced3642b8b82d199e407584068 0.13 MB 256 28
325,995 325,995 000000000000000017fdc7406063c7d3c202019822aa59d3afa6e5178f585b36 0.25 MB 405 28
325,994 325,994 000000000000000011d97af2ccba3eaab82b7ac896d06416cf32c3dc7b3d71d8 0.00 MB 1 0
325,993 325,993 00000000000000001e1b83860b3556cbc1f14d5f95dbc3a7c5a92b20bf6a81fa 0.06 MB 90 25
325,992 325,992 000000000000000019517d669264e1e2aa9f4eee1d3d2cb62733620c8f07e5d9 0.11 MB 259 26
Previous 10 blocks ↓
Total Size: 769.01 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,621.43 GB sent, 92.91 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.