Memory Pool Memory Pool Refreshing

1,895 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 3/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 ago 0.65 vMB 1,894 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (433,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,004 474,004 0000000000000000016d9cd6ff701febd5bf7855cba92cae6ee89d8d683a4837 0.19 MB 462 302
474,003 474,003 00000000000000000071a7025bd6f88dc5a1dd90f91578d6458cfd092e992022 1.00 MB 1,801 155
474,002 474,002 00000000000000000084336c523d6b8b67caa2edcfeed8b7309bb43cd2ae0af9 1.00 MB 2,046 228
474,001 474,001 0000000000000000012e8deeb26dd85010eca3c4d47b92b48c38edab8052352f 0.88 MB 1,830 202
474,000 474,000 000000000000000000096230049b0a8044938318782e48744c236d0051b2d640 1.00 MB 919 186
473,999 473,999 0000000000000000017cf33b39ab06e1699ce126a456b80549d81be944645fbb 0.03 MB 66 120
473,998 473,998 0000000000000000008a01ebb63428715a628f984f003b84282238b45701fe74 0.40 MB 808 207
473,997 473,997 000000000000000000c82d2117e5ab1c72ab1ab40772f53b586af98c6acf5d3f 0.15 MB 326 172
473,996 473,996 0000000000000000007edd13102210ab333822911db5dcc8e532c9bc892f07d2 0.63 MB 945 152
473,995 473,995 0000000000000000015e3671f5b71204beddf94abf9e92a24018f860d193a305 0.58 MB 922 43
473,994 473,994 0000000000000000006e42db87b90e65e71f83645a4751bc14ec031b0905d439 0.78 MB 1,700 285
473,993 473,993 0000000000000000006b90d917af9d16aae8b2f6d43b900e9964f2211455f67c 0.17 MB 358 162
473,992 473,992 0000000000000000011ff18b222ed7fc339c80ab19d818cbd5abcf10b796da97 0.13 MB 294 185
473,991 473,991 000000000000000000b056d689ee4f328be86cae377b83972090d351f6acd31c 0.64 MB 1,270 165
473,990 473,990 0000000000000000014a45dd3ef7258fe9536a93cbc0ee47730d59da15e2b380 0.41 MB 846 176
473,989 473,989 00000000000000000142cff7424d197329db5acf3c33ccfb31fecc76e12d5062 0.40 MB 756 178
473,988 473,988 000000000000000000783cb4e7fe989087ee50a9782c17fde987e2ad78fdfa73 0.03 MB 56 240
473,987 473,987 0000000000000000008d7215caca0df0f4577fcda1a8759b07bd800ff702467f 1.00 MB 1,771 166
473,986 473,986 000000000000000000152f32826419418e3887dae166cfb153540f4852cc32dd 0.55 MB 462 64
473,985 473,985 000000000000000000680fd852224c037c2fe4a291963c2df0d01c165d4277d6 1.00 MB 2,160 97
473,984 473,984 000000000000000000ef3b8672b105b90bf45713595e4ce4325d06318be84e53 1.00 MB 2,373 341
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.43 GB sent, 93.43 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.