Memory Pool Memory Pool Refreshing

928 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 917 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (721,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,788 185,788 000000000000014781893413dabd1b94a7040f3a3355f4a0a91f0e663cb58c72 0.10 MB 254 129
185,787 185,787 00000000000002d3b44184716dcc1e8d1926318b5247275af49a55164ece2bf1 0.03 MB 49 91
185,786 185,786 00000000000003cd7d348428cc8b38ba64cabcc978fca66a3e51b5ce344920b4 0.01 MB 30 72
185,785 185,785 00000000000005e72e8466c743b31a539faeded3c498f44a79008a37f8764a5d 0.06 MB 132 106
185,784 185,784 0000000000000885d423bf3bd62a61475ef472233e859e2a47d8bc68405e0197 0.03 MB 64 180
185,783 185,783 00000000000006994e9cee4e61deb27d3b31c5e21f62e8698b13ae2a68775801 0.02 MB 52 114
185,782 185,782 00000000000002a737aad80a35813fbe2b9abf29eaa48436f2fea996198d14a8 0.04 MB 16 46
185,781 185,781 000000000000047785d064d81ff9e80fd7191f9eda891aaf9d32f360ea71c6f9 0.00 MB 4 111
185,780 185,780 00000000000006d3b2f7ad9522435e1581b24dafbf5a630e847c229a77347ef8 0.03 MB 42 55
185,779 185,779 00000000000006f054c1d1a2fb3f565effafce5db937f8252ca6dcd5232e2e1b 0.03 MB 95 22
185,778 185,778 000000000000009afa448954bac22b9c0c7cd421f27834cd3eeed66023c16817 0.04 MB 87 119
185,777 185,777 00000000000008fd8d3346000743d52c4d919b89132cb2f3fcf3f40397db01ae 0.04 MB 78 45
185,776 185,776 000000000000062bd80ff4c626f458e200c54e378927e10b9c912bf39b6a1ffa 0.10 MB 254 120
185,775 185,775 00000000000003a0950431358ed757a311ae105910a534dfc08c8be4b39bd4d0 0.00 MB 11 15
185,774 185,774 00000000000004e0c999f108935c6e8ffa46089d4c9150024840c1f3ded4d1a0 0.00 MB 15 110
185,773 185,773 00000000000001c08ade50bf064d24b4dbe2c17c046d32cc58580c5b4bf84532 0.01 MB 28 66
185,772 185,772 000000000000098a2b4c5d8d14db1a28fbfa8e793761b22a5ff79ab7ede57770 0.04 MB 97 117
185,771 185,771 000000000000064f9a40a552650f16a9e02479a628bd2dce45bc11177c7e46b4 0.01 MB 35 95
185,770 185,770 0000000000000883fa681a769eb30d5a44c6d033a1a7ad66cdc831326e5fc366 0.08 MB 203 152
185,769 185,769 00000000000004ad77e9e82c97ff7a36d39b70e030f1ea79192da515446b4911 0.08 MB 145 83
185,768 185,768 0000000000000964bb645ffe9440aee8a8bae4a55f2fce925ede2920425737e6 0.01 MB 32 41
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.