Memory Pool Memory Pool Refreshing

1,617 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,617 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (816,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,924 91,924 00000000000548384fa4cf2c0794c72ed68095df6dde9f47e3218437f53935ca 0.00 MB 1 0
91,923 91,923 000000000007fd783d2521b2008666ea0f5aff8c05c348f7f9b016b6679ed4f8 0.00 MB 1 0
91,922 91,922 000000000000ef092f739c6d49794897079b4ae6cf35794563ebc70c5f4e4a01 0.00 MB 1 0
91,921 91,921 00000000000af17f31473fd6e7303db57f1d1cd8347f8c94df7b7e635831690f 0.00 MB 2 0
91,920 91,920 00000000000694c7adf4248f515e48fd3d5aee65c3cb433d0edf7c358c8c1bd9 0.00 MB 2 0
91,919 91,919 000000000005568c100517db2fe5b3fdf7a2065e05ec325359dd99fa944040ce 0.00 MB 1 0
91,918 91,918 0000000000088cf08634c27bb1ec46f0ae2819c2beabda1294217121dbd79ea5 0.00 MB 1 0
91,917 91,917 000000000000d534d2efc8b8719e1ebf0196ccf97654f34a03bcacb7f9203763 0.00 MB 1 0
91,916 91,916 00000000000400be9a02b8fc0086686532d74d0c244f072405cb0b1cbc83d99e 0.00 MB 3 0
91,915 91,915 0000000000091d5f7843f903b05c66789c5343fa0878aa0f7e7f4608c9326070 0.00 MB 3 0
91,914 91,914 00000000000b12ba90bf404c104537d6debbc7a034f867ce00c603afc7d0e0e7 0.00 MB 1 0
91,913 91,913 00000000000e2853d5256be566aa4aa7ed59c2c75396731e3a95c06efbd6d3b3 0.00 MB 1 0
91,912 91,912 00000000000cb0a1c8ce063f8be9e78a151f1ec0c143f2ad141e3d2f51dde087 0.00 MB 1 0
91,911 91,911 00000000000b3e25ef4e5df594d325e810b2b82f8060c2ea0c4f53f6768d44fd 0.00 MB 1 0
91,910 91,910 000000000008d782f71e66ce03cdda814cd56e1b91a2c1a62decd6ce54e8a312 0.00 MB 1 0
91,909 91,909 000000000002547c37ee36e5117e3e36dc1c217220a88eab5fd2a5e65eb33158 0.00 MB 1 0
91,908 91,908 000000000009c6c47b4732c0f82806c5cb5b98f32b27e02f7cb7c34028ef7fc7 0.00 MB 1 0
91,907 91,907 00000000000b380edbae6d1a97e9033b8f6ec783f73852dff972bc54f8783944 0.00 MB 1 0
91,906 91,906 0000000000014c099aa2f214f6f7f6eeb31647745d5d6d8019b9ec95b201568e 0.00 MB 1 0
91,905 91,905 0000000000068caf61c64536b0459fffd510497a4c7ddf8a85ccbd36e14e97bf 0.00 MB 3 0
91,904 91,904 00000000000531d78ad38868b938afe0d71143a45a878979b2cac0283d42a999 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.