Memory Pool Memory Pool Refreshing

1,880 transactions
0.78 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
3 sats/vbyte 6
2 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,742 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,855 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,741 (720,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,933 186,933 00000000000001c6164858319cb2d8368cdf9cff4c38184ec076ae9a5850628f 0.02 MB 83 4
186,932 186,932 000000000000034d8de2bdb67c81bf14d9f907d9cbd7d3a8ca506504e7bd817f 0.04 MB 87 322
186,931 186,931 000000000000033394bdfaf2a7e22b06c4db09d6f176144931c73fa5bc517564 0.05 MB 151 18
186,930 186,930 0000000000000984eb09acb5df43d2f61e0979d09bd81e8fb39d95df06f5a0bc 0.25 MB 527 161
186,929 186,929 00000000000005639b743f6e558d22b0bd15166f56eec5234087f36fb45ef807 0.04 MB 93 45
186,928 186,928 0000000000000019526ee93c19e5c805029e521b3caeed9cb3f46628ca1b75b4 0.09 MB 173 169
186,927 186,927 000000000000061681ed7c89fd8f1bfb82c4d15f05dac18675d4e4af6beb2b53 0.07 MB 181 157
186,926 186,926 00000000000001cfd43f8c9b1fd2efc970d9735d5290ffd1d1d466141e9bd591 0.05 MB 111 123
186,925 186,925 000000000000020ad8cbaea195aa52a16d34e42dcc274777c3637f4d744cedf2 0.05 MB 21 62
186,924 186,924 000000000000009ec1a3f948584e31afcd445ea6f4f4f2af9cdd98740c34d783 0.20 MB 637 161
186,923 186,923 00000000000003d9c9d4864c2edd20f32476fe37c1abf3ea7d5710e68a92569b 0.25 MB 240 173
186,922 186,922 000000000000094fa01e36f925b6500f63d8e0eb363f6f647d93b4be42284b89 0.05 MB 153 140
186,921 186,921 00000000000007d9004d88fd0cac6e215ea1d79b9e49489e87b63203a7f03955 0.01 MB 32 190
186,920 186,920 000000000000000ed1e7b64d292e2a5059af3a2c942720ed2868a83ccaf3bcae 0.06 MB 175 111
186,919 186,919 00000000000003f1c263d72090796e85f490b52b58136ea52a34991bfe9031c0 0.04 MB 103 72
186,918 186,918 00000000000008282efce956287310b5aef5235652a4256a505b771ce4ec75b5 0.00 MB 5 31
186,917 186,917 00000000000008f056fad492a188d885bff73c4d2bafb377bcbca50432a34dae 0.05 MB 147 85
186,916 186,916 00000000000000ca99da9572dec117540ffe43951ff42725a6969ced71b9601e 0.00 MB 7 0
186,915 186,915 000000000000010e70d2d139b02760d66751df5eacbb155eac0074d6be43963a 0.01 MB 14 49
186,914 186,914 0000000000000293a90e73002ff4d606d9db10e067617aa600a392c27b539f53 0.03 MB 95 152
186,913 186,913 000000000000088c918b8a46aaa74a71d71a9d0c30873a09432d61f82da9fbb2 0.06 MB 101 83
Previous 10 blocks ↓
Total Size: 769.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.94 GB sent, 93.19 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.