Memory Pool Memory Pool Refreshing

4,760 transactions
5.56 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
882,315 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,879 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,314 (879,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,377 2,377 0000000052da91541855a14d302fda8dbdec3010f2158e1dbee67e8ade2cb49b 0.00 MB 1 0
2,376 2,376 00000000b7ff527ae532e7fa4ff24ad476c5bb1efe3870e9d8794c8d1ff5cb43 0.00 MB 1 0
2,375 2,375 00000000d4b71ccc6672d3e1f5a356c8370b69ae80b773b16feeb47516f525b3 0.00 MB 1 0
2,374 2,374 00000000c5266fd4d8f1e6fc28dd24aa0306477a2faa084cfe189ed9f3d312c1 0.00 MB 1 0
2,373 2,373 00000000147696b36a9746072c377cd42c82df4f787b88fe4fa37ac8375f96f4 0.00 MB 1 0
2,372 2,372 00000000e254e4720474a5b607a52e09af1fc743bea6d449756a49f1e9a00dec 0.00 MB 1 0
2,371 2,371 000000009a0e5a58ce8d2fe91c10f50bcf676dd707f58e5cddb8bd67698a3441 0.00 MB 1 0
2,370 2,370 00000000f5c717faadb357dce445bcec4df0bc4bacb28ec8722c39c8f538fe78 0.00 MB 1 0
2,369 2,369 000000009836981bc8bef855a48ed5c3bc77a4b26fcca29fc636d68815b29184 0.00 MB 1 0
2,368 2,368 000000000f97c9f5374a4a547bf11639cac076923687f2117afa55050149eece 0.00 MB 1 0
2,367 2,367 000000007aad5b373b57f4d5a5f910ddf5361396a0eb6e6130f081bd992aab39 0.00 MB 1 0
2,366 2,366 00000000f4ebc5ad93758a8f72c9f205d360e4d5757f233777de9f846c255951 0.00 MB 1 0
2,365 2,365 0000000080fe9cc5080967c294bbe730b871dd656658b32fccc74bb0a2d579e7 0.00 MB 1 0
2,364 2,364 00000000cafedc2f63b9f605bd03dfb7ca612b3f3500d9268a5e61a1fcdbaa96 0.00 MB 1 0
2,363 2,363 00000000e88527b4966a476e828e7226af310d43288b3a733b15c947053414c9 0.00 MB 1 0
2,362 2,362 0000000078b21f73ec9d79df432ee2f6f4ad981d772af1b0b35842789ccc4d28 0.00 MB 1 0
2,361 2,361 00000000aa75397d136edac5de594b722e57ff7635ef97357f392d5383452c57 0.00 MB 1 0
2,360 2,360 00000000eba8a666e81792ca1f8b4b9bacf6ff879ad511e830d010e434dcfa85 0.00 MB 1 0
2,359 2,359 0000000041cbfb172d013707146f30a9111906dc0a1af654b133aa6a285e12ec 0.00 MB 1 0
2,358 2,358 00000000514ddec4a6b0d55c28feca01a393c2818d2a42b37c5943552af08274 0.00 MB 1 0
2,357 2,357 0000000086636f9001c6f9c506a53ee13eda80655c3e55bb8afb824cdae7c507 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 723.06 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: 2,084.75 GB sent, 77.72 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.