Memory Pool Memory Pool Refreshing

1,042 transactions
0.36 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,020 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (349,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
557,924 557,924 000000000000000000032cb295e7593d526345cefa95e14fbd260c1f2f8b9fe1 0.08 MB 220 11
557,923 557,923 00000000000000000005161bd922d139f238e034dbc05d08be6782227ee55e5c 0.91 MB 2,084 4
557,922 557,922 00000000000000000014b6677c848def28a7edef1225b0aa865f96199cb1abd8 1.22 MB 2,515 19
557,921 557,921 0000000000000000001e1db68a762512729668e9dd4c6c06cae346a65618189e 1.11 MB 2,153 8
557,920 557,920 000000000000000000004940a563d3b02cfa572d25eec672323fffd3792247ce 1.12 MB 1,840 11
557,919 557,919 00000000000000000027feebd97502c6b5fcad0fa43d358a6047437d1ac0641f 1.25 MB 2,623 33
557,918 557,918 00000000000000000027e15c74d1b5a596170d766e3414e2b096a225cb00514a 1.12 MB 1,241 17
557,917 557,917 00000000000000000009ec9eded56e675b9513e0ad62ba442902984b0053a09f 1.18 MB 2,531 23
557,916 557,916 00000000000000000006e15934a2ecdca9bea9dbcb3f03b7cab4916bddd1f575 1.22 MB 2,825 19
557,915 557,915 0000000000000000002410e3bf84bc9f404666c89c7b923121b19956b74f70f6 0.07 MB 159 14
557,914 557,914 000000000000000000013d2bf464f4cb4c1f4810a825ba780961e19807415e31 0.49 MB 1,245 13
557,913 557,913 0000000000000000002ab3e382f436f97229cfdd28a47d917da38542a96c2de3 1.17 MB 2,943 15
557,912 557,912 0000000000000000001f405520f40c4bd9bb0bbdf0e7b0fe8d32efe0c4224507 1.09 MB 2,362 12
557,911 557,911 0000000000000000002cd9514ed421ba6df6c83e9d136868d92ecbc11211fbd3 0.28 MB 663 14
557,910 557,910 00000000000000000028ee588d20b0614c7a186a760e1cb28d89917ed2340b9c 0.47 MB 976 17
557,909 557,909 0000000000000000003127b1cd77602392b01761a6c318e18a668e27c5026e50 1.17 MB 2,503 13
557,908 557,908 0000000000000000001d0452f290897c941e3eec0803ecf9ab43c079c121ec30 1.28 MB 1,651 2
557,907 557,907 0000000000000000001ccdb20b68d0ce4691e0304dc6ab66ff1098eab9af24f7 1.21 MB 1,899 5
557,906 557,906 00000000000000000001fd82fc7b6cd5f745b51300575ed8e00843e2a74ce716 1.21 MB 2,148 5
557,905 557,905 0000000000000000002973446f46cd904b808964706a3def7dda469c4a255455 1.18 MB 1,984 4
557,904 557,904 0000000000000000002ec86d44412f664ed9aa6790f74e1e7238fb871a54b893 1.18 MB 2,477 16
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.25 GB sent, 93.30 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.