Memory Pool Memory Pool Refreshing

1,978 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,299 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,967 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,298 (858,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,882 49,882 000000001994a83a27e8bf07afe94981a886f392333432f2ea80501f99ac364a 0.00 MB 1 0
49,881 49,881 0000000001ccec47ec4f10ae540181c2dc1b7ab848b38ab2ad446880d79a03ec 0.00 MB 1 0
49,880 49,880 0000000019971d518bc271d12e391e3e8f8f40b118de9ea22f3c8e3c8a3da4d1 0.00 MB 1 0
49,879 49,879 0000000028ca7e68b7d7ee4958341542764f61a6468fc08bbdc337f7bf183a0a 0.00 MB 1 0
49,878 49,878 00000000258355c2514312cd9bef2df0ad103f5f603835fc49562c756b8f7bd1 0.00 MB 1 0
49,877 49,877 000000001db51598748ad21071d2719635fdbea5a02b9039ed47cfb82fbf06f7 0.00 MB 1 0
49,876 49,876 000000002719a69db4f667271df78fea7aecf50104b120ef524c7ecfc90f0d1d 0.00 MB 1 0
49,875 49,875 000000002747f87a1c6eb17f3e858b50e9bb852d0a0f5537be6201b72975bf9c 0.00 MB 2 0
49,874 49,874 00000000064385b717eb01eff8a5cded8e200e916f725568d091194b0a13d9cf 0.00 MB 1 0
49,873 49,873 00000000104fd7628998bf04ce4e43ae4faa74c4446ee76638cf13137733e701 0.00 MB 1 0
49,872 49,872 00000000049e067989346391fb3c5e1b81b1a4b63b180626521926bcb30bd9e0 0.00 MB 2 0
49,871 49,871 0000000019d37107a63659d759fa1e5c0ecba00f80483e4bd04b6db28724cea3 0.00 MB 1 0
49,870 49,870 0000000015f64bd4e80502b1fb1c39962fb4f09b66c17c52bd9afcf99f293947 0.00 MB 1 0
49,869 49,869 000000001d1fd7c76c86a3980e3a7079f60e1a766a20bedb672d4c16776b762d 0.00 MB 1 0
49,868 49,868 0000000021672b9011d36a8ef0e9c94318a6ed14cd31bc8db5e5adc63dfdcb92 0.00 MB 1 0
49,867 49,867 0000000015e07bccb76948a09432ef36eceb73574c8ed23958e2d46f5af4f1d3 0.00 MB 1 0
49,866 49,866 000000000426011cc6d09a85273a8f828576f35ab1853785f53f9fa2509e4888 0.00 MB 1 0
49,865 49,865 000000001903faff3d1ee9df681319864934435380d92a65e3c887f0fb3d04ff 0.00 MB 1 0
49,864 49,864 00000000085d61d0e44bccb3b45ef0e663b7818f208de971e1a1d92ef93527ac 0.00 MB 1 0
49,863 49,863 00000000000baa2535da5b293bcad7c43ab386f7b87af566ac43c076feb9b933 0.00 MB 1 0
49,862 49,862 000000000fee49d695d85dc1d8e49cc9bd92bb123c1b65647deed05696b6982e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.60 GB sent, 98.39 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.