Memory Pool Memory Pool Refreshing

6,212 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,771 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (757,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,887 149,887 0000000000000532496bf7ab573061bc37e03ede75c794f89bc1de7dfed2282c 0.00 MB 11 886
149,886 149,886 0000000000000867341ac4990b0d59321d9c06568e533cc957d807888b70ed49 0.00 MB 1 0
149,885 149,885 000000000000044efedb3f9856a044cc8c30e83d956c66e8e1e5c10b1a52a493 0.01 MB 28 42
149,884 149,884 0000000000000b1d56ce52ef4d67493e1920183b8992b6fe692bbd1a80d01e1c 0.01 MB 10 463
149,883 149,883 00000000000007f7e215b218fc3c0f758207181f21f5d3d7f396f5741f1d9ce2 0.02 MB 70 6
149,882 149,882 00000000000008a0764e660aeac82faff3297c04281162d7bdf5d7aed47d237c 0.03 MB 109 215
149,881 149,881 0000000000000138128418b9ccfdd0cb1b6e79633be2a83723e0771fae3c720e 0.03 MB 36 51
149,880 149,880 0000000000000790957412dc8cec34359fcfd663dfd09aeb15fbe4c1ff55480f 0.01 MB 13 54
149,879 149,879 00000000000001a08b020016279e9933ed2b9ba8badf5aabf26d9454722f4368 0.00 MB 4 67
149,878 149,878 0000000000000ae610e59cbd3aa6ed20ff46853eb3cd58cf0dd4dd3adba1c154 0.02 MB 61 0
149,877 149,877 0000000000000759584c6eed538f2f7ce32d98247bcc52e51302e03b5093c305 0.03 MB 92 179
149,876 149,876 000000000000064bda74ed3ba78850c6779201fe1c4e13e4448ed7fd8fff3e22 0.05 MB 93 121
149,875 149,875 00000000000000fcec782e7d67f41083eb1b54211479a556066d8825d84e5385 0.01 MB 14 0
149,874 149,874 0000000000000b31c010f8d13a82540f555768caad1357f9fa9468022d3f75c5 0.00 MB 7 500
149,873 149,873 0000000000000594a6717727798fa60d5f62a15836127eb8bdb0a9844c6990ea 0.00 MB 3 96
149,872 149,872 0000000000000093c74afe442c3c0234dc964849faa948b93ba02ef59c1fff0b 0.02 MB 20 207
149,871 149,871 00000000000004206f09e564e7de5c0fb8bb8e99c81bb3877cbb59815557c931 0.00 MB 8 0
149,870 149,870 0000000000000198f56a0fe0403492aa37739337ba155c194dc9f87f976358cc 0.01 MB 21 243
149,869 149,869 0000000000000a0086791a811f435bb6adb12ff78d5dae1a3316e9c9971becef 0.02 MB 56 14
149,868 149,868 00000000000000fd25eec1f27efc1a1e48d77885f2a4dc1a3f3aa2bb4ee57625 0.01 MB 39 89
149,867 149,867 0000000000000322dd222c6b96da7e45e6b0073010f389a15ccca42ef3a97c29 0.02 MB 51 234
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.